Started by user Matthias Mueller Running as Matthias Mueller Obtained build-release.jenkins from git ssh://git@s-ait-p-dev0.stack.aiticon.net:7999/ac/appng-build.git Running in Durability level: MAX_SURVIVABILITY [Pipeline] Start of Pipeline [Pipeline] node Running on Jenkins in /var/lib/jenkins/workspace/appNG_Release [Pipeline] { [Pipeline] tool [Pipeline] stage [Pipeline] { (Info) [Pipeline] echo ############################################## [Pipeline] echo Preparing release 1.20.1 from branch appng-1.20.x, current snapshot is 1.20.1-SNAPSHOT, next version will be 1.20.2-SNAPSHOT [Pipeline] echo ############################################## [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Prepare Release Branch) [Pipeline] sh + rm -rf appng [Pipeline] sh + git clone git@github.com:appNG/appng.git Cloning into 'appng'... [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Release/appng [Pipeline] { [Pipeline] sh + git checkout appng-1.20.x Switched to a new branch 'appng-1.20.x' Branch appng-1.20.x set up to track remote branch appng-1.20.x from origin. [Pipeline] sh + sed -i s/1\.20\.1-SNAPSHOT/1\.20\.2-SNAPSHOT/g README.adoc appng-application-camunda/README.adoc appng-application/README.adoc appng-maven-plugin/README.adoc appng-upngizr/README.adoc [Pipeline] sh + sed -i s/1\.20\.0/1\.20\.1/g README.adoc appng-application-camunda/README.adoc appng-application/README.adoc appng-maven-plugin/README.adoc appng-upngizr/README.adoc [Pipeline] sh + sed -i s/1\.20\.1-SNAPSHOT/1\.20\.1/g pom.xml appng-api/pom.xml appng-application-assembly/pom.xml appng-application-bom/pom.xml appng-application-camunda/pom.xml appng-application-parent/pom.xml appng-application/pom.xml appng-appngizer-jaxb/pom.xml appng-appngizer-maven-plugin/pom.xml appng-appngizer/pom.xml appng-archetype-application/pom.xml appng-camunda/pom.xml appng-cli/pom.xml appng-core/pom.xml appng-documentation/pom.xml appng-forms/pom.xml appng-formtags/pom.xml appng-mail/pom.xml appng-maven-plugin/pom.xml appng-persistence/pom.xml appng-rest-api/pom.xml appng-search/pom.xml appng-standalone/pom.xml appng-taglib/pom.xml appng-template-assembly/pom.xml appng-template-parent/pom.xml appng-testsupport/pom.xml appng-tools/pom.xml appng-upngizr/pom.xml appng-xmlapi/pom.xml appng-archetype-application/src/main/resources/archetype-resources/pom.xml appng-archetype-application/readme.txt appng-documentation/src/main/asciidoc/listing/dependencies.txt [Pipeline] sh + sed -i s/:current: {snapshot}/:current: {stable}/g README.adoc appng-application-camunda/README.adoc appng-application/README.adoc appng-maven-plugin/README.adoc appng-upngizr/README.adoc [Pipeline] sh + git status On branch appng-1.20.x Your branch is up-to-date with 'origin/appng-1.20.x'. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git checkout -- ..." to discard changes in working directory) modified: README.adoc modified: appng-api/pom.xml modified: appng-application-assembly/pom.xml modified: appng-application-bom/pom.xml modified: appng-application-camunda/README.adoc modified: appng-application-camunda/pom.xml modified: appng-application-parent/pom.xml modified: appng-application/README.adoc modified: appng-application/pom.xml modified: appng-appngizer-jaxb/pom.xml modified: appng-appngizer-maven-plugin/pom.xml modified: appng-appngizer/pom.xml modified: appng-archetype-application/pom.xml modified: appng-archetype-application/readme.txt modified: appng-archetype-application/src/main/resources/archetype-resources/pom.xml modified: appng-camunda/pom.xml modified: appng-cli/pom.xml modified: appng-core/pom.xml modified: appng-documentation/pom.xml modified: appng-documentation/src/main/asciidoc/listing/dependencies.txt modified: appng-forms/pom.xml modified: appng-formtags/pom.xml modified: appng-mail/pom.xml modified: appng-maven-plugin/README.adoc modified: appng-maven-plugin/pom.xml modified: appng-persistence/pom.xml modified: appng-rest-api/pom.xml modified: appng-search/pom.xml modified: appng-standalone/pom.xml modified: appng-taglib/pom.xml modified: appng-template-assembly/pom.xml modified: appng-template-parent/pom.xml modified: appng-testsupport/pom.xml modified: appng-tools/pom.xml modified: appng-upngizr/README.adoc modified: appng-upngizr/pom.xml modified: appng-xmlapi/pom.xml modified: pom.xml no changes added to commit (use "git add" and/or "git commit -a") [Pipeline] sh + git commit -a -m preparing release 1.20.1 [appng-1.20.x a284ac20] preparing release 1.20.1 38 files changed, 45 insertions(+), 45 deletions(-) [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Release Branch) [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Release/appng [Pipeline] { [Pipeline] sh + /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.5.0/bin/mvn install -Djavax.xml.accessExternalSchema=all -Dmaven.test.skip -Dasciidoctor.skip [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.appng:appng-application-bom:pom:1.20.1 [WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.projectlombok:lombok:jar -> version 1.16.22 vs 1.16.18 @ line 1472, column 16 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] appNG Parent [INFO] appNG Tools [INFO] appNG Mail [INFO] appNG Forms [INFO] appng Formtags [INFO] appNG XML-API [INFO] appNG public API [INFO] appNG testsupport [INFO] appNG REST API [INFO] appNG Persistence-Tools [INFO] appNG Search [INFO] appNG Core Library [INFO] appNG Command Line Interface [INFO] appNG Tag Library [INFO] appNG Application [INFO] appNG application BOM [INFO] appNG Documentation [INFO] appNG Template Assembly Descriptors [INFO] appNG Template Parent [INFO] appng-application-assembly [INFO] appNG application parent [INFO] Archetype - appng-archetype-application [INFO] appNGizer JAXB API [INFO] appNGizer [INFO] appNG appNGizer Maven Plugin [INFO] appNG camunda [INFO] appNG Application, including Camunda BPM process engine libraries [INFO] appNG Maven Plugin [INFO] upNGizr [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Parent 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-parent --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-parent --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-parent/1.20.1/appng-parent-1.20.1.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tools 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-tools --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 37 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-tools --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-tools --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-tools --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-tools --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.20.1.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-tools --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.20.1-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-tools --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.20.1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.20.1/appng-tools-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.20.1/appng-tools-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.20.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.20.1/appng-tools-1.20.1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Mail 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-mail --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-mail --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-mail --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-mail --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-mail --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-mail --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.20.1.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-mail --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.20.1-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-mail --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.20.1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.20.1/appng-mail-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.20.1/appng-mail-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.20.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.20.1/appng-mail-1.20.1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Forms 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-forms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-forms --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-forms --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-forms --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-forms --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-forms --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.20.1.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-forms --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.20.1-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-forms --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.20.1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.20.1/appng-forms-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.20.1/appng-forms-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.20.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.20.1/appng-forms-1.20.1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appng Formtags 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-formtags --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-formtags --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-formtags --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-formtags --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-formtags --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-formtags --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.20.1.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-formtags --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.20.1-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-formtags --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.20.1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.20.1/appng-formtags-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.20.1/appng-formtags-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.20.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.20.1/appng-formtags-1.20.1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG XML-API 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] Generating source... [INFO] parsing a schema... [INFO] compiling a schema... [INFO] org/appng/xml/platform/Action.java [INFO] org/appng/xml/platform/ActionRef.java [INFO] org/appng/xml/platform/ApplicationConfig.java [INFO] org/appng/xml/platform/ApplicationReference.java [INFO] org/appng/xml/platform/ApplicationRootConfig.java [INFO] org/appng/xml/platform/Authentication.java [INFO] org/appng/xml/platform/Authentications.java [INFO] org/appng/xml/platform/Bean.java [INFO] org/appng/xml/platform/BeanOption.java [INFO] org/appng/xml/platform/Condition.java [INFO] org/appng/xml/platform/Config.java [INFO] org/appng/xml/platform/Content.java [INFO] org/appng/xml/platform/Data.java [INFO] org/appng/xml/platform/DataConfig.java [INFO] org/appng/xml/platform/Datafield.java [INFO] org/appng/xml/platform/Datasource.java [INFO] org/appng/xml/platform/DatasourceRef.java [INFO] org/appng/xml/platform/Datasources.java [INFO] org/appng/xml/platform/Digits.java [INFO] org/appng/xml/platform/Event.java [INFO] org/appng/xml/platform/Events.java [INFO] org/appng/xml/platform/FieldDef.java [INFO] org/appng/xml/platform/FieldPermissionType.java [INFO] org/appng/xml/platform/FieldPermissions.java [INFO] org/appng/xml/platform/FieldType.java [INFO] org/appng/xml/platform/FileUpload.java [INFO] org/appng/xml/platform/Future.java [INFO] org/appng/xml/platform/GetParams.java [INFO] org/appng/xml/platform/Icon.java [INFO] org/appng/xml/platform/Icontype.java [INFO] org/appng/xml/platform/ItemType.java [INFO] org/appng/xml/platform/Label.java [INFO] org/appng/xml/platform/Labels.java [INFO] org/appng/xml/platform/Link.java [INFO] org/appng/xml/platform/Linkmode.java [INFO] org/appng/xml/platform/Linkpanel.java [INFO] org/appng/xml/platform/Localization.java [INFO] org/appng/xml/platform/Max.java [INFO] org/appng/xml/platform/Message.java [INFO] org/appng/xml/platform/MessageType.java [INFO] org/appng/xml/platform/Messages.java [INFO] org/appng/xml/platform/MetaData.java [INFO] org/appng/xml/platform/Min.java [INFO] org/appng/xml/platform/Navigation.java [INFO] org/appng/xml/platform/NavigationItem.java [INFO] org/appng/xml/platform/NotNull.java [INFO] org/appng/xml/platform/ObjectFactory.java [INFO] org/appng/xml/platform/Option.java [INFO] org/appng/xml/platform/OptionGroup.java [INFO] org/appng/xml/platform/Output.java [INFO] org/appng/xml/platform/OutputFormat.java [INFO] org/appng/xml/platform/OutputType.java [INFO] org/appng/xml/platform/PageConfig.java [INFO] org/appng/xml/platform/PageDefinition.java [INFO] org/appng/xml/platform/PageReference.java [INFO] org/appng/xml/platform/Pages.java [INFO] org/appng/xml/platform/PagesReference.java [INFO] org/appng/xml/platform/PanelLocation.java [INFO] org/appng/xml/platform/Param.java [INFO] org/appng/xml/platform/ParamType.java [INFO] org/appng/xml/platform/Params.java [INFO] org/appng/xml/platform/Past.java [INFO] org/appng/xml/platform/Pattern.java [INFO] org/appng/xml/platform/Permission.java [INFO] org/appng/xml/platform/PermissionMode.java [INFO] org/appng/xml/platform/Permissions.java [INFO] org/appng/xml/platform/Platform.java [INFO] org/appng/xml/platform/PlatformConfig.java [INFO] org/appng/xml/platform/PostParams.java [INFO] org/appng/xml/platform/Result.java [INFO] org/appng/xml/platform/Resultset.java [INFO] org/appng/xml/platform/Rule.java [INFO] org/appng/xml/platform/Section.java [INFO] org/appng/xml/platform/SectionConfig.java [INFO] org/appng/xml/platform/SectionDef.java [INFO] org/appng/xml/platform/Sectionelement.java [INFO] org/appng/xml/platform/SectionelementDef.java [INFO] org/appng/xml/platform/Selection.java [INFO] org/appng/xml/platform/SelectionGroup.java [INFO] org/appng/xml/platform/SelectionType.java [INFO] org/appng/xml/platform/Session.java [INFO] org/appng/xml/platform/SessionInfo.java [INFO] org/appng/xml/platform/SessionParams.java [INFO] org/appng/xml/platform/Size.java [INFO] org/appng/xml/platform/Sort.java [INFO] org/appng/xml/platform/SortOrder.java [INFO] org/appng/xml/platform/Structure.java [INFO] org/appng/xml/platform/StructureDef.java [INFO] org/appng/xml/platform/Subject.java [INFO] org/appng/xml/platform/Template.java [INFO] org/appng/xml/platform/TextElement.java [INFO] org/appng/xml/platform/Textcontents.java [INFO] org/appng/xml/platform/Textelements.java [INFO] org/appng/xml/platform/Type.java [INFO] org/appng/xml/platform/UrlParams.java [INFO] org/appng/xml/platform/UrlSchema.java [INFO] org/appng/xml/platform/UserData.java [INFO] org/appng/xml/platform/UserInputField.java [INFO] org/appng/xml/platform/Validation.java [INFO] org/appng/xml/platform/ValidationGroups.java [INFO] org/appng/xml/platform/ValidationRule.java [INFO] org/appng/xml/platform/package-info.java [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] Generating source... [INFO] parsing a schema... [INFO] compiling a schema... [INFO] org/appng/xml/application/ApplicationInfo.java [INFO] org/appng/xml/application/Datasource.java [INFO] org/appng/xml/application/DatasourceType.java [INFO] org/appng/xml/application/Datasources.java [INFO] org/appng/xml/application/ObjectFactory.java [INFO] org/appng/xml/application/PackageInfo.java [INFO] org/appng/xml/application/Permission.java [INFO] org/appng/xml/application/PermissionRef.java [INFO] org/appng/xml/application/Permissions.java [INFO] org/appng/xml/application/Properties.java [INFO] org/appng/xml/application/Property.java [INFO] org/appng/xml/application/Role.java [INFO] org/appng/xml/application/Roles.java [INFO] org/appng/xml/application/Template.java [INFO] org/appng/xml/application/TemplateType.java [INFO] org/appng/xml/application/package-info.java [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-xmlapi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-xmlapi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 125 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-xmlapi --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-xmlapi --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-xmlapi --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-xmlapi --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.20.1.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-xmlapi --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.20.1-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-xmlapi --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.20.1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.20.1/appng-xmlapi-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.20.1/appng-xmlapi-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.20.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.20.1/appng-xmlapi-1.20.1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG public API 1.20.1 [INFO] ------------------------------------------------------------------------ Downloading: https://www.appng.org/nexus/repository/appng-stable/org/springframework/ws/spring-ws-core/2.4.6.RELEASE/spring-ws-core-2.4.6.RELEASE.pom Downloading: https://www.appng.org/nexus/repository/maven-central/org/springframework/ws/spring-ws-core/2.4.6.RELEASE/spring-ws-core-2.4.6.RELEASE.pom Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded: https://www.appng.org/nexus/repository/maven-central/org/springframework/ws/spring-ws-core/2.4.6.RELEASE/spring-ws-core-2.4.6.RELEASE.pom (5.1 kB at 46 kB/s) Downloading: https://www.appng.org/nexus/repository/appng-stable/org/springframework/ws/spring-ws/2.4.6.RELEASE/spring-ws-2.4.6.RELEASE.pom Downloading: https://www.appng.org/nexus/repository/maven-central/org/springframework/ws/spring-ws/2.4.6.RELEASE/spring-ws-2.4.6.RELEASE.pom Progress (1): 4.1/22 kB Progress (1): 7.6/22 kB Progress (1): 8.2/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded: https://www.appng.org/nexus/repository/maven-central/org/springframework/ws/spring-ws/2.4.6.RELEASE/spring-ws-2.4.6.RELEASE.pom (22 kB at 556 kB/s) Downloading: https://www.appng.org/nexus/repository/appng-stable/org/springframework/spring-framework-bom/4.2.9.RELEASE/spring-framework-bom-4.2.9.RELEASE.pom Downloading: https://www.appng.org/nexus/repository/maven-central/org/springframework/spring-framework-bom/4.2.9.RELEASE/spring-framework-bom-4.2.9.RELEASE.pom Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded: https://www.appng.org/nexus/repository/maven-central/org/springframework/spring-framework-bom/4.2.9.RELEASE/spring-framework-bom-4.2.9.RELEASE.pom (5.1 kB at 66 kB/s) Downloading: https://www.appng.org/nexus/repository/appng-stable/org/springframework/security/spring-security-bom/4.0.4.RELEASE/spring-security-bom-4.0.4.RELEASE.pom Downloading: https://www.appng.org/nexus/repository/maven-central/org/springframework/security/spring-security-bom/4.0.4.RELEASE/spring-security-bom-4.0.4.RELEASE.pom Progress (1): 4.1/4.3 kB Progress (1): 4.3 kB Downloaded: https://www.appng.org/nexus/repository/maven-central/org/springframework/security/spring-security-bom/4.0.4.RELEASE/spring-security-bom-4.0.4.RELEASE.pom (4.3 kB at 27 kB/s) Downloading: https://www.appng.org/nexus/repository/appng-stable/org/springframework/ws/spring-xml/2.4.6.RELEASE/spring-xml-2.4.6.RELEASE.pom Downloading: https://www.appng.org/nexus/repository/maven-central/org/springframework/ws/spring-xml/2.4.6.RELEASE/spring-xml-2.4.6.RELEASE.pom Progress (1): 1.3 kB Downloaded: https://www.appng.org/nexus/repository/maven-central/org/springframework/ws/spring-xml/2.4.6.RELEASE/spring-xml-2.4.6.RELEASE.pom (1.3 kB at 32 kB/s) Downloading: https://www.appng.org/nexus/repository/appng-stable/org/springframework/ws/spring-ws-core/2.4.6.RELEASE/spring-ws-core-2.4.6.RELEASE.jar Downloading: https://www.appng.org/nexus/repository/appng-stable/org/springframework/ws/spring-xml/2.4.6.RELEASE/spring-xml-2.4.6.RELEASE.jar Downloading: https://www.appng.org/nexus/repository/maven-central/org/springframework/ws/spring-ws-core/2.4.6.RELEASE/spring-ws-core-2.4.6.RELEASE.jar Downloading: https://www.appng.org/nexus/repository/maven-central/org/springframework/ws/spring-xml/2.4.6.RELEASE/spring-xml-2.4.6.RELEASE.jar Progress (1): 1.0 kB Progress (1): 1.6 kB Progress (1): 2.1 kB Progress (1): 2.7 kB Progress (1): 3.3 kB Progress (1): 3.9 kB Progress (1): 4.4 kB Progress (1): 5.0 kB Progress (1): 5.5 kB Progress (1): 6.0 kB Progress (1): 6.5 kB Progress (1): 7.1 kB Progress (1): 7.7 kB Progress (1): 8.2 kB Progress (1): 8.7 kB Progress (1): 9.2 kB Progress (1): 9.7 kB Progress (1): 10 kB Progress (1): 11 kB Progress (1): 11 kB Progress (1): 12 kB Progress (1): 12 kB Progress (1): 13 kB Progress (1): 14 kB Progress (1): 14 kB Progress (1): 15 kB Progress (1): 15 kB Progress (1): 16 kB Progress (1): 16 kB Progress (1): 17 kB Progress (1): 17 kB Progress (1): 18 kB Progress (1): 18 kB Progress (1): 19 kB Progress (1): 19 kB Progress (1): 20 kB Progress (1): 20 kB Progress (1): 21 kB Progress (1): 22 kB Progress (1): 22 kB Progress (1): 23 kB Progress (1): 23 kB Progress (1): 24 kB Progress (1): 24 kB Progress (1): 25 kB Progress (1): 25 kB Progress (1): 26 kB Progress (1): 26 kB Progress (1): 27 kB Progress (1): 27 kB Progress (1): 28 kB Progress (1): 28 kB Progress (1): 29 kB Progress (1): 30 kB Progress (1): 30 kB Progress (1): 31 kB Progress (1): 31 kB Progress (1): 32 kB Progress (1): 32 kB Progress (1): 33 kB Progress (1): 33 kB Progress (1): 34 kB Progress (1): 34 kB Progress (1): 35 kB Progress (1): 35 kB Progress (1): 36 kB Progress (1): 36 kB Progress (1): 37 kB Progress (1): 37 kB Progress (1): 38 kB Progress (1): 38 kB Progress (1): 39 kB Progress (1): 39 kB Progress (1): 40 kB Progress (1): 40 kB Progress (1): 41 kB Progress (1): 42 kB Progress (1): 42 kB Progress (1): 43 kB Progress (1): 43 kB Progress (1): 44 kB Progress (1): 44 kB Progress (1): 45 kB Progress (1): 45 kB Progress (1): 46 kB Progress (1): 47 kB Progress (1): 47 kB Progress (1): 48 kB Progress (1): 48 kB Progress (1): 49 kB Progress (1): 49 kB Progress (1): 50 kB Progress (1): 50 kB Progress (1): 51 kB Progress (1): 52 kB Progress (1): 52 kB Progress (1): 53 kB Progress (1): 53 kB Progress (1): 54 kB Progress (1): 54 kB Progress (1): 55 kB Progress (1): 55 kB Progress (1): 56 kB Progress (1): 56 kB Progress (1): 57 kB Progress (1): 57 kB Progress (1): 58 kB Progress (1): 59 kB Progress (1): 59 kB Progress (1): 60 kB Progress (1): 60 kB Progress (1): 61 kB Progress (1): 61 kB Progress (1): 62 kB Progress (1): 62 kB Progress (1): 63 kB Progress (1): 63 kB Progress (1): 64 kB Progress (1): 64 kB Progress (1): 65 kB Progress (1): 66 kB Progress (1): 66 kB Progress (1): 67 kB Progress (1): 68 kB Progress (1): 71 kB Progress (1): 74 kB Progress (1): 75 kB Downloaded: https://www.appng.org/nexus/repository/maven-central/org/springframework/ws/spring-xml/2.4.6.RELEASE/spring-xml-2.4.6.RELEASE.jar (75 kB at 978 kB/s) Progress (1): 1.9 kB Progress (1): 4.7 kB Progress (1): 5.3 kB Progress (1): 5.8 kB Progress (1): 6.4 kB Progress (1): 6.9 kB Progress (1): 7.4 kB Progress (1): 8.0 kB Progress (1): 8.5 kB Progress (1): 9.1 kB Progress (1): 9.7 kB Progress (1): 10 kB Progress (1): 11 kB Progress (1): 11 kB Progress (1): 12 kB Progress (1): 12 kB Progress (1): 13 kB Progress (1): 13 kB Progress (1): 14 kB Progress (1): 14 kB Progress (1): 15 kB Progress (1): 16 kB Progress (1): 16 kB Progress (1): 17 kB Progress (1): 17 kB Progress (1): 18 kB Progress (1): 18 kB Progress (1): 19 kB Progress (1): 19 kB Progress (1): 20 kB Progress (1): 20 kB Progress (1): 21 kB Progress (1): 21 kB Progress (1): 22 kB Progress (1): 22 kB Progress (1): 23 kB Progress (1): 23 kB Progress (1): 24 kB Progress (1): 24 kB Progress (1): 25 kB Progress (1): 25 kB Progress (1): 26 kB Progress (1): 27 kB Progress (1): 27 kB Progress (1): 28 kB Progress (1): 28 kB Progress (1): 29 kB Progress (1): 29 kB Progress (1): 30 kB Progress (1): 30 kB Progress (1): 31 kB Progress (1): 31 kB Progress (1): 32 kB Progress (1): 32 kB Progress (1): 33 kB Progress (1): 33 kB Progress (1): 34 kB Progress (1): 34 kB Progress (1): 35 kB Progress (1): 36 kB Progress (1): 36 kB Progress (1): 37 kB Progress (1): 37 kB Progress (1): 38 kB Progress (1): 38 kB Progress (1): 39 kB Progress (1): 39 kB Progress (1): 40 kB Progress (1): 40 kB Progress (1): 41 kB Progress (1): 41 kB Progress (1): 42 kB Progress (1): 43 kB Progress (1): 43 kB Progress (1): 44 kB Progress (1): 44 kB Progress (1): 45 kB Progress (1): 45 kB Progress (1): 46 kB Progress (1): 46 kB Progress (1): 47 kB Progress (1): 48 kB Progress (1): 48 kB Progress (1): 49 kB Progress (1): 49 kB Progress (1): 50 kB Progress (1): 50 kB Progress (1): 51 kB Progress (1): 51 kB Progress (1): 52 kB Progress (1): 52 kB Progress (1): 53 kB Progress (1): 53 kB Progress (1): 54 kB Progress (1): 54 kB Progress (1): 55 kB Progress (1): 55 kB Progress (1): 56 kB Progress (1): 57 kB Progress (1): 57 kB Progress (1): 58 kB Progress (1): 58 kB Progress (1): 59 kB Progress (1): 59 kB Progress (1): 60 kB Progress (1): 61 kB Progress (1): 61 kB Progress (1): 62 kB Progress (1): 62 kB Progress (1): 63 kB Progress (1): 63 kB Progress (1): 64 kB Progress (1): 64 kB Progress (1): 65 kB Progress (1): 65 kB Progress (1): 66 kB Progress (1): 67 kB Progress (1): 67 kB Progress (1): 68 kB Progress (1): 68 kB Progress (1): 69 kB Progress (1): 69 kB Progress (1): 70 kB Progress (1): 70 kB Progress (1): 71 kB Progress (1): 72 kB Progress (1): 72 kB Progress (1): 73 kB Progress (1): 73 kB Progress (1): 74 kB Progress (1): 74 kB Progress (1): 75 kB Progress (1): 75 kB Progress (1): 76 kB Progress (1): 76 kB Progress (1): 77 kB Progress (1): 77 kB Progress (1): 78 kB Progress (1): 78 kB Progress (1): 79 kB Progress (1): 79 kB Progress (1): 80 kB Progress (1): 80 kB Progress (1): 81 kB Progress (1): 81 kB Progress (1): 82 kB Progress (1): 82 kB Progress (1): 83 kB Progress (1): 83 kB Progress (1): 84 kB Progress (1): 84 kB Progress (1): 85 kB Progress (1): 86 kB Progress (1): 86 kB Progress (1): 87 kB Progress (1): 87 kB Progress (1): 88 kB Progress (1): 88 kB Progress (1): 89 kB Progress (1): 89 kB Progress (1): 90 kB Progress (1): 90 kB Progress (1): 91 kB Progress (1): 91 kB Progress (1): 92 kB Progress (1): 92 kB Progress (1): 93 kB Progress (1): 93 kB Progress (1): 94 kB Progress (1): 95 kB Progress (1): 95 kB Progress (1): 96 kB Progress (1): 96 kB Progress (1): 97 kB Progress (1): 97 kB Progress (1): 98 kB Progress (1): 98 kB Progress (1): 99 kB Progress (1): 99 kB Progress (1): 100 kB Progress (1): 100 kB Progress (1): 101 kB Progress (1): 102 kB Progress (1): 102 kB Progress (1): 103 kB Progress (1): 103 kB Progress (1): 104 kB Progress (1): 104 kB Progress (1): 105 kB Progress (1): 105 kB Progress (1): 106 kB Progress (1): 106 kB Progress (1): 107 kB Progress (1): 108 kB Progress (1): 108 kB Progress (1): 109 kB Progress (1): 109 kB Progress (1): 110 kB Progress (1): 110 kB Progress (1): 111 kB Progress (1): 112 kB Progress (1): 112 kB Progress (1): 113 kB Progress (1): 113 kB Progress (1): 114 kB Progress (1): 115 kB Progress (1): 115 kB Progress (1): 116 kB Progress (1): 116 kB Progress (1): 117 kB Progress (1): 118 kB Progress (1): 118 kB Progress (1): 119 kB Progress (1): 119 kB Progress (1): 120 kB Progress (1): 120 kB Progress (1): 121 kB Progress (1): 121 kB Progress (1): 122 kB Progress (1): 122 kB Progress (1): 123 kB Progress (1): 124 kB Progress (1): 124 kB Progress (1): 125 kB Progress (1): 125 kB Progress (1): 126 kB Progress (1): 126 kB Progress (1): 127 kB Progress (1): 127 kB Progress (1): 128 kB Progress (1): 128 kB Progress (1): 129 kB Progress (1): 129 kB Progress (1): 130 kB Progress (1): 131 kB Progress (1): 131 kB Progress (1): 132 kB Progress (1): 132 kB Progress (1): 133 kB Progress (1): 133 kB Progress (1): 134 kB Progress (1): 134 kB Progress (1): 135 kB Progress (1): 135 kB Progress (1): 136 kB Progress (1): 136 kB Progress (1): 137 kB Progress (1): 138 kB Progress (1): 138 kB Progress (1): 139 kB Progress (1): 139 kB Progress (1): 140 kB Progress (1): 140 kB Progress (1): 141 kB Progress (1): 141 kB Progress (1): 142 kB Progress (1): 142 kB Progress (1): 143 kB Progress (1): 143 kB Progress (1): 144 kB Progress (1): 144 kB Progress (1): 145 kB Progress (1): 145 kB Progress (1): 146 kB Progress (1): 146 kB Progress (1): 147 kB Progress (1): 147 kB Progress (1): 148 kB Progress (1): 149 kB Progress (1): 149 kB Progress (1): 150 kB Progress (1): 150 kB Progress (1): 151 kB Progress (1): 151 kB Progress (1): 152 kB Progress (1): 152 kB Progress (1): 153 kB Progress (1): 153 kB Progress (1): 154 kB Progress (1): 154 kB Progress (1): 155 kB Progress (1): 156 kB Progress (1): 156 kB Progress (1): 157 kB Progress (1): 157 kB Progress (1): 158 kB Progress (1): 159 kB Progress (1): 159 kB Progress (1): 160 kB Progress (1): 160 kB Progress (1): 161 kB Progress (1): 161 kB Progress (1): 162 kB Progress (1): 162 kB Progress (1): 163 kB Progress (1): 163 kB Progress (1): 164 kB Progress (1): 165 kB Progress (1): 165 kB Progress (1): 166 kB Progress (1): 166 kB Progress (1): 167 kB Progress (1): 167 kB Progress (1): 168 kB Progress (1): 168 kB Progress (1): 169 kB Progress (1): 170 kB Progress (1): 170 kB Progress (1): 171 kB Progress (1): 171 kB Progress (1): 172 kB Progress (1): 172 kB Progress (1): 173 kB Progress (1): 173 kB Progress (1): 174 kB Progress (1): 174 kB Progress (1): 175 kB Progress (1): 176 kB Progress (1): 176 kB Progress (1): 176 kB Progress (1): 177 kB Progress (1): 178 kB Progress (1): 178 kB Progress (1): 179 kB Progress (1): 179 kB Progress (1): 180 kB Progress (1): 180 kB Progress (1): 181 kB Progress (1): 181 kB Progress (1): 182 kB Progress (1): 182 kB Progress (1): 183 kB Progress (1): 183 kB Progress (1): 184 kB Progress (1): 184 kB Progress (1): 185 kB Progress (1): 185 kB Progress (1): 186 kB Progress (1): 186 kB Progress (1): 187 kB Progress (1): 188 kB Progress (1): 188 kB Progress (1): 189 kB Progress (1): 189 kB Progress (1): 190 kB Progress (1): 190 kB Progress (1): 191 kB Progress (1): 191 kB Progress (1): 192 kB Progress (1): 192 kB Progress (1): 193 kB Progress (1): 193 kB Progress (1): 194 kB Progress (1): 194 kB Progress (1): 195 kB Progress (1): 196 kB Progress (1): 196 kB Progress (1): 197 kB Progress (1): 197 kB Progress (1): 198 kB Progress (1): 198 kB Progress (1): 199 kB Progress (1): 200 kB Progress (1): 200 kB Progress (1): 201 kB Progress (1): 201 kB Progress (1): 202 kB Progress (1): 202 kB Progress (1): 203 kB Progress (1): 203 kB Progress (1): 204 kB Progress (1): 204 kB Progress (1): 205 kB Progress (1): 205 kB Progress (1): 206 kB Progress (1): 206 kB Progress (1): 207 kB Progress (1): 207 kB Progress (1): 208 kB Progress (1): 209 kB Progress (1): 209 kB Progress (1): 210 kB Progress (1): 210 kB Progress (1): 211 kB Progress (1): 211 kB Progress (1): 212 kB Progress (1): 212 kB Progress (1): 213 kB Progress (1): 213 kB Progress (1): 214 kB Progress (1): 214 kB Progress (1): 215 kB Progress (1): 215 kB Progress (1): 216 kB Progress (1): 216 kB Progress (1): 217 kB Progress (1): 217 kB Progress (1): 218 kB Progress (1): 219 kB Progress (1): 219 kB Progress (1): 219 kB Progress (1): 220 kB Progress (1): 221 kB Progress (1): 221 kB Progress (1): 222 kB Progress (1): 222 kB Progress (1): 223 kB Progress (1): 223 kB Progress (1): 224 kB Progress (1): 224 kB Progress (1): 225 kB Progress (1): 226 kB Progress (1): 226 kB Progress (1): 227 kB Progress (1): 227 kB Progress (1): 228 kB Progress (1): 229 kB Progress (1): 229 kB Progress (1): 230 kB Progress (1): 230 kB Progress (1): 231 kB Progress (1): 231 kB Progress (1): 232 kB Progress (1): 232 kB Progress (1): 233 kB Progress (1): 233 kB Progress (1): 234 kB Progress (1): 235 kB Progress (1): 235 kB Progress (1): 236 kB Progress (1): 236 kB Progress (1): 237 kB Progress (1): 237 kB Progress (1): 238 kB Progress (1): 238 kB Progress (1): 239 kB Progress (1): 239 kB Progress (1): 240 kB Progress (1): 240 kB Progress (1): 241 kB Progress (1): 241 kB Progress (1): 242 kB Progress (1): 243 kB Progress (1): 243 kB Progress (1): 244 kB Progress (1): 244 kB Progress (1): 245 kB Progress (1): 245 kB Progress (1): 246 kB Progress (1): 246 kB Progress (1): 247 kB Progress (1): 247 kB Progress (1): 248 kB Progress (1): 249 kB Progress (1): 249 kB Progress (1): 250 kB Progress (1): 250 kB Progress (1): 251 kB Progress (1): 251 kB Progress (1): 252 kB Progress (1): 252 kB Progress (1): 253 kB Progress (1): 253 kB Progress (1): 254 kB Progress (1): 254 kB Progress (1): 255 kB Progress (1): 255 kB Progress (1): 256 kB Progress (1): 256 kB Progress (1): 257 kB Progress (1): 257 kB Progress (1): 258 kB Progress (1): 259 kB Progress (1): 259 kB Progress (1): 260 kB Progress (1): 260 kB Progress (1): 261 kB Progress (1): 261 kB Progress (1): 262 kB Progress (1): 262 kB Progress (1): 263 kB Progress (1): 263 kB Progress (1): 264 kB Progress (1): 264 kB Progress (1): 265 kB Progress (1): 265 kB Progress (1): 266 kB Progress (1): 266 kB Progress (1): 267 kB Progress (1): 267 kB Progress (1): 268 kB Progress (1): 269 kB Progress (1): 269 kB Progress (1): 270 kB Progress (1): 270 kB Progress (1): 271 kB Progress (1): 271 kB Progress (1): 272 kB Progress (1): 272 kB Progress (1): 273 kB Progress (1): 273 kB Progress (1): 274 kB Progress (1): 274 kB Progress (1): 275 kB Progress (1): 276 kB Progress (1): 276 kB Progress (1): 277 kB Progress (1): 277 kB Progress (1): 278 kB Progress (1): 278 kB Progress (1): 279 kB Progress (1): 279 kB Progress (1): 280 kB Progress (1): 280 kB Progress (1): 281 kB Progress (1): 282 kB Progress (1): 282 kB Progress (1): 283 kB Progress (1): 283 kB Progress (1): 284 kB Progress (1): 284 kB Progress (1): 285 kB Progress (1): 286 kB Progress (1): 286 kB Progress (1): 287 kB Progress (1): 287 kB Progress (1): 288 kB Progress (1): 288 kB Progress (1): 289 kB Progress (1): 289 kB Progress (1): 290 kB Progress (1): 290 kB Progress (1): 291 kB Progress (1): 292 kB Progress (1): 292 kB Progress (1): 293 kB Progress (1): 293 kB Progress (1): 294 kB Progress (1): 294 kB Progress (1): 295 kB Progress (1): 295 kB Progress (1): 296 kB Progress (1): 297 kB Progress (1): 297 kB Progress (1): 297 kB Progress (1): 298 kB Progress (1): 299 kB Progress (1): 299 kB Progress (1): 300 kB Progress (1): 300 kB Progress (1): 301 kB Progress (1): 301 kB Progress (1): 302 kB Progress (1): 303 kB Progress (1): 303 kB Progress (1): 304 kB Progress (1): 304 kB Progress (1): 305 kB Progress (1): 305 kB Progress (1): 306 kB Progress (1): 306 kB Progress (1): 307 kB Progress (1): 307 kB Progress (1): 308 kB Progress (1): 308 kB Progress (1): 309 kB Progress (1): 310 kB Progress (1): 310 kB Progress (1): 311 kB Progress (1): 311 kB Progress (1): 312 kB Progress (1): 312 kB Progress (1): 313 kB Progress (1): 313 kB Progress (1): 314 kB Progress (1): 314 kB Progress (1): 315 kB Progress (1): 315 kB Progress (1): 316 kB Progress (1): 316 kB Progress (1): 317 kB Progress (1): 318 kB Progress (1): 318 kB Progress (1): 319 kB Progress (1): 319 kB Progress (1): 320 kB Progress (1): 320 kB Progress (1): 321 kB Progress (1): 321 kB Progress (1): 322 kB Progress (1): 322 kB Progress (1): 323 kB Progress (1): 323 kB Progress (1): 324 kB Progress (1): 324 kB Progress (1): 325 kB Progress (1): 325 kB Progress (1): 326 kB Progress (1): 327 kB Progress (1): 327 kB Progress (1): 328 kB Progress (1): 328 kB Progress (1): 329 kB Progress (1): 329 kB Progress (1): 330 kB Progress (1): 330 kB Progress (1): 331 kB Progress (1): 331 kB Progress (1): 332 kB Progress (1): 332 kB Progress (1): 333 kB Progress (1): 333 kB Progress (1): 334 kB Progress (1): 334 kB Progress (1): 335 kB Progress (1): 336 kB Progress (1): 336 kB Progress (1): 337 kB Progress (1): 337 kB Progress (1): 338 kB Progress (1): 338 kB Progress (1): 339 kB Progress (1): 339 kB Progress (1): 340 kB Progress (1): 340 kB Progress (1): 341 kB Progress (1): 341 kB Progress (1): 342 kB Progress (1): 342 kB Progress (1): 343 kB Progress (1): 343 kB Progress (1): 344 kB Progress (1): 344 kB Progress (1): 345 kB Progress (1): 346 kB Progress (1): 346 kB Progress (1): 347 kB Progress (1): 347 kB Progress (1): 348 kB Progress (1): 348 kB Progress (1): 349 kB Progress (1): 350 kB Progress (1): 350 kB Progress (1): 351 kB Progress (1): 351 kB Progress (1): 352 kB Progress (1): 352 kB Progress (1): 353 kB Progress (1): 353 kB Progress (1): 354 kB Progress (1): 354 kB Progress (1): 355 kB Progress (1): 356 kB Progress (1): 356 kB Progress (1): 357 kB Progress (1): 357 kB Progress (1): 358 kB Progress (1): 358 kB Progress (1): 359 kB Progress (1): 359 kB Progress (1): 360 kB Progress (1): 360 kB Progress (1): 361 kB Progress (1): 362 kB Progress (1): 362 kB Progress (1): 363 kB Progress (1): 363 kB Progress (1): 364 kB Progress (1): 364 kB Progress (1): 365 kB Progress (1): 365 kB Progress (1): 366 kB Progress (1): 367 kB Progress (1): 367 kB Progress (1): 368 kB Progress (1): 368 kB Progress (1): 369 kB Progress (1): 369 kB Progress (1): 370 kB Progress (1): 370 kB Progress (1): 371 kB Progress (1): 371 kB Progress (1): 372 kB Progress (1): 373 kB Progress (1): 373 kB Progress (1): 374 kB Progress (1): 374 kB Progress (1): 375 kB Progress (1): 375 kB Progress (1): 376 kB Progress (1): 376 kB Progress (1): 377 kB Progress (1): 377 kB Progress (1): 378 kB Progress (1): 379 kB Progress (1): 379 kB Progress (1): 380 kB Progress (1): 380 kB Progress (1): 381 kB Progress (1): 381 kB Progress (1): 382 kB Progress (1): 382 kB Progress (1): 383 kB Progress (1): 383 kB Progress (1): 384 kB Progress (1): 385 kB Progress (1): 385 kB Progress (1): 386 kB Progress (1): 386 kB Progress (1): 387 kB Progress (1): 387 kB Progress (1): 388 kB Progress (1): 388 kB Progress (1): 389 kB Progress (1): 389 kB Progress (1): 390 kB Progress (1): 390 kB Progress (1): 391 kB Progress (1): 391 kB Progress (1): 392 kB Progress (1): 392 kB Progress (1): 393 kB Progress (1): 393 kB Progress (1): 394 kB Progress (1): 395 kB Progress (1): 395 kB Progress (1): 396 kB Progress (1): 396 kB Progress (1): 397 kB Progress (1): 397 kB Progress (1): 398 kB Progress (1): 398 kB Progress (1): 399 kB Progress (1): 399 kB Progress (1): 400 kB Progress (1): 400 kB Progress (1): 401 kB Progress (1): 402 kB Progress (1): 402 kB Progress (1): 403 kB Progress (1): 403 kB Progress (1): 404 kB Progress (1): 404 kB Progress (1): 405 kB Progress (1): 405 kB Progress (1): 406 kB Progress (1): 406 kB Progress (1): 407 kB Progress (1): 407 kB Progress (1): 408 kB Progress (1): 408 kB Progress (1): 409 kB Progress (1): 409 kB Progress (1): 410 kB Progress (1): 411 kB Progress (1): 411 kB Progress (1): 412 kB Progress (1): 412 kB Progress (1): 413 kB Progress (1): 413 kB Progress (1): 414 kB Progress (1): 414 kB Progress (1): 415 kB Progress (1): 415 kB Progress (1): 416 kB Progress (1): 417 kB Progress (1): 417 kB Progress (1): 417 kB Progress (1): 418 kB Progress (1): 418 kB Progress (1): 419 kB Progress (1): 420 kB Progress (1): 420 kB Progress (1): 421 kB Progress (1): 421 kB Progress (1): 422 kB Progress (1): 422 kB Progress (1): 423 kB Progress (1): 423 kB Progress (1): 424 kB Progress (1): 424 kB Progress (1): 425 kB Progress (1): 426 kB Progress (1): 426 kB Progress (1): 427 kB Progress (1): 427 kB Progress (1): 428 kB Progress (1): 428 kB Progress (1): 429 kB Progress (1): 429 kB Progress (1): 430 kB Progress (1): 430 kB Progress (1): 431 kB Progress (1): 431 kB Progress (1): 432 kB Progress (1): 432 kB Progress (1): 433 kB Progress (1): 434 kB Progress (1): 434 kB Progress (1): 434 kB Progress (1): 435 kB Progress (1): 436 kB Progress (1): 436 kB Progress (1): 437 kB Progress (1): 437 kB Progress (1): 438 kB Progress (1): 438 kB Progress (1): 439 kB Progress (1): 439 kB Progress (1): 440 kB Progress (1): 440 kB Progress (1): 441 kB Progress (1): 441 kB Progress (1): 442 kB Progress (1): 443 kB Progress (1): 443 kB Progress (1): 444 kB Progress (1): 444 kB Progress (1): 445 kB Progress (1): 445 kB Progress (1): 446 kB Progress (1): 446 kB Progress (1): 447 kB Progress (1): 447 kB Progress (1): 448 kB Progress (1): 448 kB Progress (1): 449 kB Progress (1): 450 kB Progress (1): 450 kB Progress (1): 451 kB Progress (1): 451 kB Progress (1): 452 kB Progress (1): 452 kB Progress (1): 453 kB Progress (1): 453 kB Progress (1): 454 kB Progress (1): 454 kB Progress (1): 455 kB Progress (1): 456 kB Progress (1): 456 kB Progress (1): 457 kB Progress (1): 457 kB Progress (1): 458 kB Progress (1): 458 kB Progress (1): 460 kB Progress (1): 464 kB Progress (1): 464 kB Progress (1): 466 kB Progress (1): 467 kB Progress (1): 470 kB Progress (1): 472 kB Progress (1): 474 kB Progress (1): 477 kB Progress (1): 479 kB Progress (1): 481 kB Progress (1): 484 kB Progress (1): 486 kB Progress (1): 489 kB Progress (1): 491 kB Progress (1): 494 kB Progress (1): 496 kB Progress (1): 499 kB Progress (1): 501 kB Progress (1): 502 kB Progress (1): 505 kB Progress (1): 507 kB Progress (1): 510 kB Progress (1): 510 kB Downloaded: https://www.appng.org/nexus/repository/maven-central/org/springframework/ws/spring-ws-core/2.4.6.RELEASE/spring-ws-core-2.4.6.RELEASE.jar (510 kB at 1.0 MB/s) [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 169 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/classes [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/src/main/java/org/appng/api/model/SimpleProperty.java: Some input files use or override a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/src/main/java/org/appng/api/model/SimpleProperty.java: Recompile with -Xlint:deprecation for details. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/src/main/java/org/appng/api/support/OptionFactory.java: /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/src/main/java/org/appng/api/support/OptionFactory.java uses unchecked or unsafe operations. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/src/main/java/org/appng/api/support/OptionFactory.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-api --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-api --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-api --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.20.1.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-api --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.20.1-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-api --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.20.1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.20.1/appng-api-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.20.1/appng-api-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.20.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.20.1/appng-api-1.20.1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG testsupport 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-testsupport --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-testsupport --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 17 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/classes [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/src/main/java/org/appng/testsupport/validation/WritingJsonValidator.java: /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/src/main/java/org/appng/testsupport/validation/WritingJsonValidator.java uses or overrides a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/src/main/java/org/appng/testsupport/validation/WritingJsonValidator.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-testsupport --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-testsupport --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-testsupport --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-testsupport --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.20.1.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-testsupport --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.20.1-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-testsupport --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.20.1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.20.1/appng-testsupport-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.20.1/appng-testsupport-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.20.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.20.1/appng-testsupport-1.20.1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG REST API 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- swagger-codegen-maven-plugin:2.4.7:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [WARNING] Output directory does not exist, or is inaccessible. No file (.swagger-codegen-ignore) will be evaluated. [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Action.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ActionField.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Datasource.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Element.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ErrorModel.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Field.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldValue.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Filter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Link.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Message.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Option.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/OptionType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Options.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Page.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Parameter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Permission.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Sort.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/User.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ValidationRule.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/pom.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/README.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/build.gradle [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/build.sbt [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/settings.gradle [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/HttpBasicAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/ApiKeyAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuthFlow.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/Authentication.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.swagger-codegen-ignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.swagger-codegen/VERSION [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-rest-api --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-rest-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-rest-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 31 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/classes [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java: /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java uses or overrides a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-rest-api --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-rest-api --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-rest-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-rest-api --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.20.1.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-rest-api --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.20.1-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-rest-api --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.20.1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-rest-api/1.20.1/appng-rest-api-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-rest-api/1.20.1/appng-rest-api-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.20.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-rest-api/1.20.1/appng-rest-api-1.20.1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Persistence-Tools 1.20.1 [INFO] ------------------------------------------------------------------------ Downloading: https://www.appng.org/nexus/repository/appng-stable/org/hibernate/hibernate-entitymanager/5.4.3.Final/hibernate-entitymanager-5.4.3.Final.pom Downloading: https://www.appng.org/nexus/repository/maven-central/org/hibernate/hibernate-entitymanager/5.4.3.Final/hibernate-entitymanager-5.4.3.Final.pom Progress (1): 4.1/4.2 kB Progress (1): 4.2 kB Downloaded: https://www.appng.org/nexus/repository/maven-central/org/hibernate/hibernate-entitymanager/5.4.3.Final/hibernate-entitymanager-5.4.3.Final.pom (4.2 kB at 8.1 kB/s) Downloading: https://www.appng.org/nexus/repository/appng-stable/org/hibernate/hibernate-core/5.4.3.Final/hibernate-core-5.4.3.Final.pom Downloading: https://www.appng.org/nexus/repository/maven-central/org/hibernate/hibernate-core/5.4.3.Final/hibernate-core-5.4.3.Final.pom Progress (1): 4.1/6.1 kB Progress (1): 6.1 kB Downloaded: https://www.appng.org/nexus/repository/maven-central/org/hibernate/hibernate-core/5.4.3.Final/hibernate-core-5.4.3.Final.pom (6.1 kB at 227 kB/s) Downloading: https://www.appng.org/nexus/repository/appng-stable/org/hibernate/hibernate-envers/5.4.3.Final/hibernate-envers-5.4.3.Final.pom Downloading: https://www.appng.org/nexus/repository/maven-central/org/hibernate/hibernate-envers/5.4.3.Final/hibernate-envers-5.4.3.Final.pom Progress (1): 2.5 kB Downloaded: https://www.appng.org/nexus/repository/maven-central/org/hibernate/hibernate-envers/5.4.3.Final/hibernate-envers-5.4.3.Final.pom (2.5 kB at 86 kB/s) Downloading: https://www.appng.org/nexus/repository/appng-stable/org/hibernate/hibernate-entitymanager/5.4.3.Final/hibernate-entitymanager-5.4.3.Final.jar Downloading: https://www.appng.org/nexus/repository/appng-stable/org/hibernate/hibernate-core/5.4.3.Final/hibernate-core-5.4.3.Final.jar Downloading: https://www.appng.org/nexus/repository/appng-stable/org/hibernate/hibernate-envers/5.4.3.Final/hibernate-envers-5.4.3.Final.jar Downloading: https://www.appng.org/nexus/repository/maven-central/org/hibernate/hibernate-entitymanager/5.4.3.Final/hibernate-entitymanager-5.4.3.Final.jar Downloading: https://www.appng.org/nexus/repository/maven-central/org/hibernate/hibernate-core/5.4.3.Final/hibernate-core-5.4.3.Final.jar Downloading: https://www.appng.org/nexus/repository/maven-central/org/hibernate/hibernate-envers/5.4.3.Final/hibernate-envers-5.4.3.Final.jar Progress (1): 591 B Downloaded: https://www.appng.org/nexus/repository/maven-central/org/hibernate/hibernate-entitymanager/5.4.3.Final/hibernate-entitymanager-5.4.3.Final.jar (591 B at 13 kB/s) Progress (1): 478 B Progress (1): 990 B Progress (1): 1.5 kB Progress (1): 2.0 kB Progress (1): 2.5 kB Progress (1): 3.0 kB Progress (1): 3.5 kB Progress (1): 4.1 kB Progress (1): 4.6 kB Progress (1): 5.1 kB Progress (1): 5.6 kB Progress (1): 6.1 kB Progress (1): 6.6 kB Progress (1): 7.1 kB Progress (1): 7.6 kB Progress (1): 8.1 kB Progress (1): 8.6 kB Progress (1): 9.1 kB Progress (1): 9.6 kB Progress (1): 10 kB Progress (1): 11 kB Progress (1): 11 kB Progress (1): 12 kB Progress (1): 12 kB Progress (1): 13 kB Progress (1): 13 kB Progress (1): 14 kB Progress (1): 14 kB Progress (1): 15 kB Progress (1): 16 kB Progress (1): 16 kB Progress (1): 17 kB Progress (1): 17 kB Progress (1): 18 kB Progress (1): 18 kB Progress (1): 19 kB Progress (1): 19 kB Progress (1): 20 kB Progress (1): 20 kB Progress (1): 21 kB Progress (1): 21 kB Progress (1): 22 kB Progress (1): 23 kB Progress (1): 23 kB Progress (1): 24 kB Progress (1): 24 kB Progress (1): 25 kB Progress (1): 25 kB Progress (1): 26 kB Progress (1): 26 kB Progress (1): 27 kB Progress (1): 27 kB Progress (1): 28 kB Progress (1): 28 kB Progress (1): 29 kB Progress (1): 29 kB Progress (1): 30 kB Progress (1): 30 kB Progress (1): 31 kB Progress (1): 31 kB Progress (1): 32 kB Progress (1): 32 kB Progress (1): 33 kB Progress (1): 33 kB Progress (1): 34 kB Progress (1): 35 kB Progress (1): 35 kB Progress (1): 36 kB Progress (1): 36 kB Progress (1): 37 kB Progress (1): 37 kB Progress (1): 38 kB Progress (1): 38 kB Progress (1): 39 kB Progress (1): 39 kB Progress (1): 40 kB Progress (1): 40 kB Progress (1): 41 kB Progress (1): 42 kB Progress (1): 42 kB Progress (2): 42 kB | 477 B Progress (2): 42 kB | 988 B Progress (2): 42 kB | 1.5 kB Progress (2): 42 kB | 2.0 kB Progress (2): 42 kB | 2.5 kB Progress (2): 42 kB | 3.2 kB Progress (2): 42 kB | 3.8 kB Progress (2): 42 kB | 4.4 kB Progress (2): 42 kB | 4.9 kB Progress (2): 42 kB | 5.6 kB Progress (2): 42 kB | 6.1 kB Progress (2): 42 kB | 6.7 kB Progress (2): 42 kB | 7.4 kB Progress (2): 42 kB | 7.9 kB Progress (2): 42 kB | 8.4 kB Progress (2): 42 kB | 8.8 kB Progress (2): 43 kB | 8.8 kB Progress (2): 43 kB | 8.8 kB Progress (2): 44 kB | 8.8 kB Progress (2): 44 kB | 8.8 kB Progress (2): 45 kB | 8.8 kB Progress (2): 45 kB | 8.8 kB Progress (2): 46 kB | 8.8 kB Progress (2): 46 kB | 9.4 kB Progress (2): 46 kB | 9.9 kB Progress (2): 46 kB | 10 kB Progress (2): 46 kB | 11 kB Progress (2): 46 kB | 11 kB Progress (2): 46 kB | 12 kB Progress (2): 46 kB | 12 kB Progress (2): 46 kB | 13 kB Progress (2): 46 kB | 14 kB Progress (2): 46 kB | 14 kB Progress (2): 46 kB | 15 kB Progress (2): 46 kB | 15 kB Progress (2): 46 kB | 16 kB Progress (2): 46 kB | 16 kB Progress (2): 46 kB | 17 kB Progress (2): 46 kB | 17 kB Progress (2): 46 kB | 18 kB Progress (2): 46 kB | 18 kB Progress (2): 46 kB | 19 kB Progress (2): 46 kB | 19 kB Progress (2): 46 kB | 20 kB Progress (2): 46 kB | 20 kB Progress (2): 46 kB | 21 kB Progress (2): 46 kB | 21 kB Progress (2): 46 kB | 22 kB Progress (2): 46 kB | 23 kB Progress (2): 46 kB | 23 kB Progress (2): 46 kB | 24 kB Progress (2): 46 kB | 24 kB Progress (2): 46 kB | 25 kB Progress (2): 46 kB | 25 kB Progress (2): 46 kB | 26 kB Progress (2): 46 kB | 26 kB Progress (2): 46 kB | 27 kB Progress (2): 46 kB | 27 kB Progress (2): 46 kB | 28 kB Progress (2): 46 kB | 29 kB Progress (2): 46 kB | 29 kB Progress (2): 46 kB | 30 kB Progress (2): 46 kB | 30 kB Progress (2): 46 kB | 31 kB Progress (2): 46 kB | 31 kB Progress (2): 46 kB | 32 kB Progress (2): 46 kB | 32 kB Progress (2): 46 kB | 33 kB Progress (2): 46 kB | 33 kB Progress (2): 46 kB | 34 kB Progress (2): 46 kB | 34 kB Progress (2): 46 kB | 35 kB Progress (2): 46 kB | 35 kB Progress (2): 46 kB | 36 kB Progress (2): 46 kB | 36 kB Progress (2): 46 kB | 37 kB Progress (2): 46 kB | 38 kB Progress (2): 46 kB | 38 kB Progress (2): 46 kB | 39 kB Progress (2): 46 kB | 39 kB Progress (2): 46 kB | 40 kB Progress (2): 46 kB | 41 kB Progress (2): 46 kB | 41 kB Progress (2): 46 kB | 42 kB Progress (2): 46 kB | 42 kB Progress (2): 46 kB | 43 kB Progress (2): 46 kB | 43 kB Progress (2): 46 kB | 44 kB Progress (2): 46 kB | 44 kB Progress (2): 46 kB | 45 kB Progress (2): 46 kB | 45 kB Progress (2): 46 kB | 46 kB Progress (2): 46 kB | 46 kB Progress (2): 46 kB | 47 kB Progress (2): 46 kB | 47 kB Progress (2): 46 kB | 48 kB Progress (2): 46 kB | 48 kB Progress (2): 46 kB | 49 kB Progress (2): 46 kB | 50 kB Progress (2): 46 kB | 50 kB Progress (2): 46 kB | 51 kB Progress (2): 46 kB | 51 kB Progress (2): 46 kB | 52 kB Progress (2): 46 kB | 52 kB Progress (2): 46 kB | 53 kB Progress (2): 46 kB | 53 kB Progress (2): 46 kB | 54 kB Progress (2): 46 kB | 54 kB Progress (2): 46 kB | 55 kB Progress (2): 46 kB | 55 kB Progress (2): 46 kB | 56 kB Progress (2): 46 kB | 57 kB Progress (2): 46 kB | 57 kB Progress (2): 46 kB | 58 kB Progress (2): 46 kB | 58 kB Progress (2): 46 kB | 59 kB Progress (2): 46 kB | 59 kB Progress (2): 46 kB | 60 kB Progress (2): 46 kB | 60 kB Progress (2): 46 kB | 61 kB Progress (2): 46 kB | 61 kB Progress (2): 46 kB | 62 kB Progress (2): 46 kB | 63 kB Progress (2): 46 kB | 63 kB Progress (2): 46 kB | 64 kB Progress (2): 46 kB | 64 kB Progress (2): 46 kB | 65 kB Progress (2): 46 kB | 65 kB Progress (2): 46 kB | 66 kB Progress (2): 46 kB | 66 kB Progress (2): 46 kB | 67 kB Progress (2): 46 kB | 68 kB Progress (2): 46 kB | 68 kB Progress (2): 46 kB | 69 kB Progress (2): 46 kB | 69 kB Progress (2): 46 kB | 70 kB Progress (2): 46 kB | 70 kB Progress (2): 46 kB | 70 kB Progress (2): 47 kB | 70 kB Progress (2): 47 kB | 70 kB Progress (2): 48 kB | 70 kB Progress (2): 48 kB | 70 kB Progress (2): 49 kB | 70 kB Progress (2): 50 kB | 70 kB Progress (2): 50 kB | 70 kB Progress (2): 51 kB | 70 kB Progress (2): 51 kB | 71 kB Progress (2): 51 kB | 71 kB Progress (2): 51 kB | 71 kB Progress (2): 52 kB | 71 kB Progress (2): 52 kB | 71 kB Progress (2): 53 kB | 71 kB Progress (2): 53 kB | 71 kB Progress (2): 54 kB | 71 kB Progress (2): 54 kB | 71 kB Progress (2): 55 kB | 71 kB Progress (2): 55 kB | 71 kB Progress (2): 56 kB | 71 kB Progress (2): 57 kB | 71 kB Progress (2): 57 kB | 71 kB Progress (2): 58 kB | 71 kB Progress (2): 58 kB | 71 kB Progress (2): 59 kB | 71 kB Progress (2): 59 kB | 71 kB Progress (2): 59 kB | 72 kB Progress (2): 59 kB | 72 kB Progress (2): 59 kB | 73 kB Progress (2): 60 kB | 73 kB Progress (2): 60 kB | 73 kB Progress (2): 60 kB | 73 kB Progress (2): 60 kB | 74 kB Progress (2): 61 kB | 74 kB Progress (2): 61 kB | 75 kB Progress (2): 61 kB | 75 kB Progress (2): 61 kB | 75 kB Progress (2): 62 kB | 75 kB Progress (2): 62 kB | 76 kB Progress (2): 62 kB | 76 kB Progress (2): 62 kB | 76 kB Progress (2): 63 kB | 76 kB Progress (2): 63 kB | 77 kB Progress (2): 63 kB | 77 kB Progress (2): 63 kB | 77 kB Progress (2): 64 kB | 77 kB Progress (2): 64 kB | 78 kB Progress (2): 65 kB | 78 kB Progress (2): 65 kB | 78 kB Progress (2): 66 kB | 78 kB Progress (2): 66 kB | 78 kB Progress (2): 67 kB | 78 kB Progress (2): 67 kB | 78 kB Progress (2): 68 kB | 78 kB Progress (2): 68 kB | 78 kB Progress (2): 68 kB | 79 kB Progress (2): 68 kB | 79 kB Progress (2): 68 kB | 80 kB Progress (2): 68 kB | 80 kB Progress (2): 68 kB | 81 kB Progress (2): 69 kB | 81 kB Progress (2): 69 kB | 81 kB Progress (2): 69 kB | 81 kB Progress (2): 69 kB | 82 kB Progress (2): 70 kB | 82 kB Progress (2): 70 kB | 82 kB Progress (2): 70 kB | 82 kB Progress (2): 70 kB | 83 kB Progress (2): 71 kB | 83 kB Progress (2): 71 kB | 83 kB Progress (2): 71 kB | 83 kB Progress (2): 71 kB | 84 kB Progress (2): 72 kB | 84 kB Progress (2): 72 kB | 84 kB Progress (2): 72 kB | 84 kB Progress (2): 72 kB | 85 kB Progress (2): 73 kB | 85 kB Progress (2): 73 kB | 85 kB Progress (2): 73 kB | 85 kB Progress (2): 73 kB | 86 kB Progress (2): 74 kB | 86 kB Progress (2): 74 kB | 86 kB Progress (2): 75 kB | 86 kB Progress (2): 75 kB | 86 kB Progress (2): 76 kB | 86 kB Progress (2): 76 kB | 86 kB Progress (2): 76 kB | 87 kB Progress (2): 76 kB | 87 kB Progress (2): 76 kB | 88 kB Progress (2): 76 kB | 88 kB Progress (2): 76 kB | 89 kB Progress (2): 77 kB | 89 kB Progress (2): 77 kB | 89 kB Progress (2): 78 kB | 89 kB Progress (2): 78 kB | 90 kB Progress (2): 78 kB | 90 kB Progress (2): 78 kB | 90 kB Progress (2): 79 kB | 90 kB Progress (2): 79 kB | 91 kB Progress (2): 79 kB | 91 kB Progress (2): 79 kB | 91 kB Progress (2): 80 kB | 91 kB Progress (2): 80 kB | 92 kB Progress (2): 80 kB | 92 kB Progress (2): 80 kB | 92 kB Progress (2): 81 kB | 92 kB Progress (2): 81 kB | 92 kB Progress (2): 82 kB | 92 kB Progress (2): 83 kB | 92 kB Progress (2): 83 kB | 92 kB Progress (2): 83 kB | 93 kB Progress (2): 84 kB | 93 kB Progress (2): 84 kB | 94 kB Progress (2): 84 kB | 94 kB Progress (2): 85 kB | 94 kB Progress (2): 85 kB | 94 kB Progress (2): 85 kB | 95 kB Progress (2): 85 kB | 95 kB Progress (2): 85 kB | 95 kB Progress (2): 86 kB | 95 kB Progress (2): 86 kB | 95 kB Progress (2): 87 kB | 95 kB Progress (2): 87 kB | 95 kB Progress (2): 88 kB | 95 kB Progress (2): 88 kB | 95 kB Progress (2): 89 kB | 95 kB Progress (2): 89 kB | 95 kB Progress (2): 90 kB | 95 kB Progress (2): 90 kB | 95 kB Progress (2): 91 kB | 95 kB Progress (2): 92 kB | 95 kB Progress (2): 92 kB | 95 kB Progress (2): 93 kB | 95 kB Progress (2): 93 kB | 95 kB Progress (2): 93 kB | 95 kB Progress (2): 94 kB | 95 kB Progress (2): 95 kB | 95 kB Progress (2): 95 kB | 95 kB Progress (2): 96 kB | 95 kB Progress (2): 96 kB | 95 kB Progress (2): 97 kB | 95 kB Progress (2): 97 kB | 95 kB Progress (2): 98 kB | 95 kB Progress (2): 98 kB | 95 kB Progress (2): 99 kB | 95 kB Progress (2): 99 kB | 95 kB Progress (2): 100 kB | 95 kB Progress (2): 101 kB | 95 kB Progress (2): 101 kB | 95 kB Progress (2): 102 kB | 95 kB Progress (2): 102 kB | 95 kB Progress (2): 103 kB | 95 kB Progress (2): 104 kB | 95 kB Progress (2): 104 kB | 95 kB Progress (2): 105 kB | 95 kB Progress (2): 105 kB | 95 kB Progress (2): 106 kB | 95 kB Progress (2): 106 kB | 95 kB Progress (2): 107 kB | 95 kB Progress (2): 107 kB | 95 kB Progress (2): 108 kB | 95 kB Progress (2): 108 kB | 95 kB Progress (2): 109 kB | 95 kB Progress (2): 109 kB | 95 kB Progress (2): 110 kB | 95 kB Progress (2): 110 kB | 95 kB Progress (2): 111 kB | 95 kB Progress (2): 111 kB | 95 kB Progress (2): 111 kB | 96 kB Progress (2): 112 kB | 96 kB Progress (2): 112 kB | 96 kB Progress (2): 112 kB | 96 kB Progress (2): 112 kB | 97 kB Progress (2): 113 kB | 97 kB Progress (2): 113 kB | 97 kB Progress (2): 113 kB | 97 kB Progress (2): 113 kB | 98 kB Progress (2): 114 kB | 98 kB Progress (2): 114 kB | 99 kB Progress (2): 114 kB | 99 kB Progress (2): 114 kB | 99 kB Progress (2): 115 kB | 99 kB Progress (2): 115 kB | 100 kB Progress (2): 115 kB | 100 kB Progress (2): 115 kB | 100 kB Progress (2): 116 kB | 100 kB Progress (2): 116 kB | 101 kB Progress (2): 117 kB | 101 kB Progress (2): 117 kB | 101 kB Progress (2): 117 kB | 101 kB Progress (2): 117 kB | 102 kB Progress (2): 118 kB | 102 kB Progress (2): 118 kB | 102 kB Progress (2): 118 kB | 102 kB Progress (2): 118 kB | 103 kB Progress (2): 119 kB | 103 kB Progress (2): 119 kB | 103 kB Progress (2): 119 kB | 104 kB Progress (2): 119 kB | 104 kB Progress (2): 120 kB | 104 kB Progress (2): 120 kB | 104 kB Progress (2): 120 kB | 104 kB Progress (2): 120 kB | 105 kB Progress (2): 121 kB | 105 kB Progress (2): 121 kB | 105 kB Progress (2): 121 kB | 105 kB Progress (2): 121 kB | 106 kB Progress (2): 122 kB | 106 kB Progress (2): 122 kB | 106 kB Progress (2): 122 kB | 106 kB Progress (2): 122 kB | 107 kB Progress (2): 123 kB | 107 kB Progress (2): 123 kB | 107 kB Progress (2): 123 kB | 107 kB Progress (2): 123 kB | 108 kB Progress (2): 124 kB | 108 kB Progress (2): 124 kB | 108 kB Progress (2): 124 kB | 108 kB Progress (2): 124 kB | 109 kB Progress (2): 125 kB | 109 kB Progress (2): 125 kB | 109 kB Progress (2): 125 kB | 109 kB Progress (2): 125 kB | 110 kB Progress (2): 126 kB | 110 kB Progress (2): 126 kB | 110 kB Progress (2): 127 kB | 110 kB Progress (2): 127 kB | 111 kB Progress (2): 127 kB | 111 kB Progress (2): 127 kB | 111 kB Progress (2): 127 kB | 112 kB Progress (2): 128 kB | 112 kB Progress (2): 128 kB | 112 kB Progress (2): 128 kB | 112 kB Progress (2): 129 kB | 112 kB Progress (2): 129 kB | 113 kB Progress (2): 129 kB | 113 kB Progress (2): 129 kB | 113 kB Progress (2): 130 kB | 113 kB Progress (2): 130 kB | 114 kB Progress (2): 130 kB | 114 kB Progress (2): 130 kB | 114 kB Progress (2): 131 kB | 114 kB Progress (2): 131 kB | 115 kB Progress (2): 131 kB | 115 kB Progress (2): 131 kB | 116 kB Progress (2): 132 kB | 116 kB Progress (2): 132 kB | 116 kB Progress (2): 133 kB | 116 kB Progress (2): 133 kB | 117 kB Progress (2): 133 kB | 117 kB Progress (2): 133 kB | 117 kB Progress (2): 134 kB | 117 kB Progress (2): 134 kB | 118 kB Progress (2): 134 kB | 118 kB Progress (2): 134 kB | 119 kB Progress (2): 135 kB | 119 kB Progress (2): 135 kB | 119 kB Progress (2): 135 kB | 119 kB Progress (2): 135 kB | 120 kB Progress (2): 136 kB | 120 kB Progress (2): 136 kB | 120 kB Progress (2): 136 kB | 121 kB Progress (2): 136 kB | 121 kB Progress (2): 137 kB | 121 kB Progress (2): 137 kB | 121 kB Progress (2): 137 kB | 121 kB Progress (2): 137 kB | 122 kB Progress (2): 138 kB | 122 kB Progress (2): 138 kB | 123 kB Progress (2): 139 kB | 123 kB Progress (2): 139 kB | 123 kB Progress (2): 139 kB | 123 kB Progress (2): 139 kB | 124 kB Progress (2): 139 kB | 124 kB Progress (2): 139 kB | 124 kB Progress (2): 140 kB | 124 kB Progress (2): 140 kB | 125 kB Progress (2): 141 kB | 125 kB Progress (2): 141 kB | 125 kB Progress (2): 141 kB | 125 kB Progress (2): 141 kB | 126 kB Progress (2): 142 kB | 126 kB Progress (2): 142 kB | 126 kB Progress (2): 142 kB | 126 kB Progress (2): 142 kB | 127 kB Progress (2): 143 kB | 127 kB Progress (2): 143 kB | 127 kB Progress (2): 143 kB | 127 kB Progress (2): 143 kB | 128 kB Progress (2): 144 kB | 128 kB Progress (2): 144 kB | 128 kB Progress (2): 144 kB | 128 kB Progress (2): 144 kB | 129 kB Progress (2): 144 kB | 129 kB Progress (2): 145 kB | 129 kB Progress (2): 145 kB | 129 kB Progress (2): 146 kB | 129 kB Progress (2): 146 kB | 130 kB Progress (2): 147 kB | 130 kB Progress (2): 147 kB | 130 kB Progress (2): 147 kB | 130 kB Progress (2): 147 kB | 131 kB Progress (2): 148 kB | 131 kB Progress (2): 148 kB | 131 kB Progress (2): 148 kB | 131 kB Progress (2): 148 kB | 132 kB Progress (2): 149 kB | 132 kB Progress (2): 149 kB | 133 kB Progress (2): 149 kB | 133 kB Progress (2): 149 kB | 133 kB Progress (2): 150 kB | 133 kB Progress (2): 150 kB | 134 kB Progress (2): 150 kB | 134 kB Progress (2): 150 kB | 134 kB Progress (2): 151 kB | 134 kB Progress (2): 151 kB | 135 kB Progress (2): 151 kB | 135 kB Progress (2): 151 kB | 135 kB Progress (2): 152 kB | 135 kB Progress (2): 152 kB | 136 kB Progress (2): 152 kB | 136 kB Progress (2): 152 kB | 136 kB Progress (2): 153 kB | 136 kB Progress (2): 153 kB | 137 kB Progress (2): 153 kB | 137 kB Progress (2): 153 kB | 138 kB Progress (2): 153 kB | 138 kB Progress (2): 154 kB | 138 kB Progress (2): 154 kB | 138 kB Progress (2): 154 kB | 138 kB Progress (2): 155 kB | 138 kB Progress (2): 155 kB | 139 kB Progress (2): 155 kB | 139 kB Progress (2): 155 kB | 139 kB Progress (2): 156 kB | 139 kB Progress (2): 156 kB | 140 kB Progress (2): 156 kB | 140 kB Progress (2): 156 kB | 141 kB Progress (2): 157 kB | 141 kB Progress (2): 157 kB | 141 kB Progress (2): 157 kB | 141 kB Progress (2): 157 kB | 142 kB Progress (2): 158 kB | 142 kB Progress (2): 158 kB | 142 kB Progress (2): 159 kB | 142 kB Progress (2): 159 kB | 143 kB Progress (2): 159 kB | 143 kB Progress (2): 159 kB | 143 kB Progress (2): 160 kB | 143 kB Progress (2): 160 kB | 144 kB Progress (2): 160 kB | 144 kB Progress (2): 160 kB | 144 kB Progress (2): 161 kB | 144 kB Progress (2): 161 kB | 145 kB Progress (2): 161 kB | 145 kB Progress (2): 161 kB | 145 kB Progress (2): 161 kB | 146 kB Progress (2): 161 kB | 146 kB Progress (2): 161 kB | 146 kB Progress (2): 162 kB | 146 kB Progress (2): 163 kB | 146 kB Progress (2): 163 kB | 147 kB Progress (2): 163 kB | 147 kB Progress (2): 163 kB | 148 kB Progress (2): 164 kB | 148 kB Progress (2): 164 kB | 148 kB Progress (2): 164 kB | 148 kB Progress (2): 164 kB | 149 kB Progress (2): 165 kB | 149 kB Progress (2): 165 kB | 149 kB Progress (2): 165 kB | 149 kB Progress (2): 165 kB | 150 kB Progress (2): 166 kB | 150 kB Progress (2): 166 kB | 150 kB Progress (2): 167 kB | 150 kB Progress (2): 167 kB | 151 kB Progress (2): 167 kB | 151 kB Progress (2): 167 kB | 151 kB Progress (2): 168 kB | 151 kB Progress (2): 168 kB | 152 kB Progress (2): 168 kB | 152 kB Progress (2): 168 kB | 152 kB Progress (2): 169 kB | 152 kB Progress (2): 169 kB | 153 kB Progress (2): 169 kB | 153 kB Progress (2): 169 kB | 153 kB Progress (2): 170 kB | 153 kB Progress (2): 170 kB | 154 kB Progress (2): 170 kB | 155 kB Progress (2): 170 kB | 155 kB Progress (2): 170 kB | 155 kB Progress (2): 171 kB | 155 kB Progress (2): 171 kB | 155 kB Progress (2): 172 kB | 155 kB Progress (2): 172 kB | 155 kB Progress (2): 173 kB | 155 kB Progress (2): 173 kB | 155 kB Progress (2): 174 kB | 155 kB Progress (2): 174 kB | 155 kB Progress (2): 175 kB | 155 kB Progress (2): 175 kB | 155 kB Progress (2): 176 kB | 155 kB Progress (2): 177 kB | 155 kB Progress (2): 177 kB | 155 kB Progress (2): 178 kB | 155 kB Progress (2): 178 kB | 155 kB Progress (2): 179 kB | 155 kB Progress (2): 179 kB | 155 kB Progress (2): 180 kB | 155 kB Progress (2): 180 kB | 155 kB Progress (2): 181 kB | 155 kB Progress (2): 181 kB | 155 kB Progress (2): 182 kB | 155 kB Progress (2): 182 kB | 155 kB Progress (2): 183 kB | 155 kB Progress (2): 183 kB | 155 kB Progress (2): 184 kB | 155 kB Progress (2): 184 kB | 155 kB Progress (2): 185 kB | 155 kB Progress (2): 185 kB | 155 kB Progress (2): 186 kB | 155 kB Progress (2): 186 kB | 155 kB Progress (2): 186 kB | 156 kB Progress (2): 186 kB | 156 kB Progress (2): 187 kB | 156 kB Progress (2): 187 kB | 157 kB Progress (2): 187 kB | 157 kB Progress (2): 187 kB | 157 kB Progress (2): 188 kB | 157 kB Progress (2): 188 kB | 158 kB Progress (2): 189 kB | 158 kB Progress (2): 189 kB | 158 kB Progress (2): 189 kB | 158 kB Progress (2): 189 kB | 159 kB Progress (2): 190 kB | 159 kB Progress (2): 190 kB | 159 kB Progress (2): 190 kB | 159 kB Progress (2): 190 kB | 160 kB Progress (2): 191 kB | 160 kB Progress (2): 191 kB | 160 kB Progress (2): 191 kB | 160 kB Progress (2): 191 kB | 161 kB Progress (2): 192 kB | 161 kB Progress (2): 192 kB | 162 kB Progress (2): 192 kB | 162 kB Progress (2): 192 kB | 162 kB Progress (2): 193 kB | 162 kB Progress (2): 193 kB | 163 kB Progress (2): 193 kB | 163 kB Progress (2): 193 kB | 163 kB Progress (2): 194 kB | 163 kB Progress (2): 194 kB | 164 kB Progress (2): 194 kB | 164 kB Progress (2): 195 kB | 164 kB Progress (2): 195 kB | 164 kB Progress (2): 195 kB | 165 kB Progress (2): 195 kB | 165 kB Progress (2): 195 kB | 165 kB Progress (2): 196 kB | 165 kB Progress (2): 196 kB | 166 kB Progress (2): 196 kB | 166 kB Progress (2): 196 kB | 166 kB Progress (2): 197 kB | 166 kB Progress (2): 197 kB | 167 kB Progress (2): 197 kB | 167 kB Progress (2): 197 kB | 168 kB Progress (2): 198 kB | 168 kB Progress (2): 198 kB | 168 kB Progress (2): 198 kB | 168 kB Progress (2): 198 kB | 169 kB Progress (2): 199 kB | 169 kB Progress (2): 199 kB | 169 kB Progress (2): 200 kB | 169 kB Progress (2): 200 kB | 170 kB Progress (2): 200 kB | 170 kB Progress (2): 200 kB | 170 kB Progress (2): 201 kB | 170 kB Progress (2): 201 kB | 171 kB Progress (2): 201 kB | 171 kB Progress (2): 201 kB | 171 kB Progress (2): 202 kB | 171 kB Progress (2): 202 kB | 172 kB Progress (2): 202 kB | 172 kB Progress (2): 202 kB | 172 kB Progress (2): 203 kB | 172 kB Progress (2): 203 kB | 172 kB Progress (2): 203 kB | 173 kB Progress (2): 203 kB | 173 kB Progress (2): 203 kB | 174 kB Progress (2): 203 kB | 175 kB Progress (2): 203 kB | 175 kB Progress (2): 203 kB | 176 kB Progress (2): 204 kB | 176 kB Progress (2): 204 kB | 176 kB Progress (2): 204 kB | 176 kB Progress (2): 204 kB | 177 kB Progress (2): 205 kB | 177 kB Progress (2): 205 kB | 177 kB Progress (2): 205 kB | 177 kB Progress (2): 205 kB | 178 kB Progress (2): 206 kB | 178 kB Progress (2): 206 kB | 178 kB Progress (2): 206 kB | 178 kB Progress (2): 206 kB | 179 kB Progress (2): 207 kB | 179 kB Progress (2): 207 kB | 179 kB Progress (2): 208 kB | 179 kB Progress (2): 208 kB | 180 kB Progress (2): 208 kB | 180 kB Progress (2): 208 kB | 180 kB Progress (2): 208 kB | 180 kB Progress (2): 208 kB | 181 kB Progress (2): 209 kB | 181 kB Progress (2): 210 kB | 181 kB Progress (2): 210 kB | 181 kB Progress (2): 211 kB | 181 kB Progress (2): 211 kB | 181 kB Progress (2): 211 kB | 181 kB Progress (2): 211 kB | 181 kB Progress (2): 211 kB | 182 kB Progress (2): 211 kB | 183 kB Progress (2): 211 kB | 183 kB Progress (2): 211 kB | 184 kB Progress (2): 212 kB | 184 kB Progress (2): 212 kB | 184 kB Progress (2): 213 kB | 184 kB Progress (2): 213 kB | 185 kB Progress (2): 213 kB | 185 kB Progress (2): 213 kB | 185 kB Progress (2): 214 kB | 185 kB Progress (2): 214 kB | 186 kB Progress (2): 214 kB | 186 kB Progress (2): 214 kB | 186 kB Progress (2): 215 kB | 186 kB Progress (2): 215 kB | 187 kB Progress (2): 215 kB | 187 kB Progress (2): 215 kB | 187 kB Progress (2): 216 kB | 187 kB Progress (2): 216 kB | 188 kB Progress (2): 216 kB | 188 kB Progress (2): 216 kB | 189 kB Progress (2): 217 kB | 189 kB Progress (2): 217 kB | 189 kB Progress (2): 217 kB | 189 kB Progress (2): 217 kB | 190 kB Progress (2): 218 kB | 190 kB Progress (2): 218 kB | 190 kB Progress (2): 219 kB | 190 kB Progress (2): 219 kB | 190 kB Progress (2): 220 kB | 190 kB Progress (2): 220 kB | 190 kB Progress (2): 220 kB | 190 kB Progress (2): 221 kB | 190 kB Progress (2): 221 kB | 191 kB Progress (2): 221 kB | 191 kB Progress (2): 221 kB | 191 kB Progress (2): 222 kB | 191 kB Progress (2): 222 kB | 192 kB Progress (2): 222 kB | 192 kB Progress (2): 222 kB | 193 kB Progress (2): 223 kB | 193 kB Progress (2): 223 kB | 193 kB Progress (2): 223 kB | 193 kB Progress (2): 223 kB | 194 kB Progress (2): 224 kB | 194 kB Progress (2): 224 kB | 194 kB Progress (2): 225 kB | 194 kB Progress (2): 225 kB | 195 kB Progress (2): 225 kB | 195 kB Progress (2): 225 kB | 195 kB Progress (2): 226 kB | 195 kB Progress (2): 226 kB | 196 kB Progress (2): 226 kB | 196 kB Progress (2): 226 kB | 197 kB Progress (2): 227 kB | 197 kB Progress (2): 227 kB | 197 kB Progress (2): 227 kB | 197 kB Progress (2): 227 kB | 198 kB Progress (2): 228 kB | 198 kB Progress (2): 228 kB | 198 kB Progress (2): 228 kB | 198 kB Progress (2): 228 kB | 199 kB Progress (2): 228 kB | 199 kB Progress (2): 228 kB | 200 kB Progress (2): 228 kB | 200 kB Progress (2): 229 kB | 200 kB Progress (2): 229 kB | 201 kB Progress (2): 229 kB | 201 kB Progress (2): 229 kB | 202 kB Progress (2): 230 kB | 202 kB Progress (2): 230 kB | 202 kB Progress (2): 230 kB | 202 kB Progress (2): 230 kB | 203 kB Progress (2): 231 kB | 203 kB Progress (2): 231 kB | 203 kB Progress (2): 231 kB | 203 kB Progress (2): 231 kB | 204 kB Progress (2): 232 kB | 204 kB Progress (2): 232 kB | 204 kB Progress (2): 232 kB | 204 kB Progress (2): 232 kB | 205 kB Progress (2): 233 kB | 205 kB Progress (2): 233 kB | 206 kB Progress (2): 233 kB | 206 kB Progress (2): 233 kB | 206 kB Progress (2): 234 kB | 206 kB Progress (2): 234 kB | 207 kB Progress (2): 235 kB | 207 kB Progress (2): 235 kB | 207 kB Progress (2): 235 kB | 207 kB Progress (2): 235 kB | 208 kB Progress (2): 236 kB | 208 kB Progress (2): 236 kB | 208 kB Progress (2): 237 kB | 208 kB Progress (2): 237 kB | 208 kB Progress (2): 237 kB | 209 kB Progress (2): 237 kB | 209 kB Progress (2): 237 kB | 209 kB Progress (2): 238 kB | 209 kB Progress (2): 238 kB | 210 kB Progress (2): 238 kB | 210 kB Progress (2): 238 kB | 210 kB Progress (2): 239 kB | 210 kB Progress (2): 239 kB | 211 kB Progress (2): 239 kB | 211 kB Progress (2): 239 kB | 212 kB Progress (2): 240 kB | 212 kB Progress (2): 240 kB | 212 kB Progress (2): 240 kB | 212 kB Progress (2): 240 kB | 213 kB Progress (2): 241 kB | 213 kB Progress (2): 241 kB | 213 kB Progress (2): 241 kB | 213 kB Progress (2): 241 kB | 214 kB Progress (2): 242 kB | 214 kB Progress (2): 242 kB | 214 kB Progress (2): 242 kB | 214 kB Progress (2): 242 kB | 215 kB Progress (2): 243 kB | 215 kB Progress (2): 243 kB | 215 kB Progress (2): 243 kB | 215 kB Progress (2): 243 kB | 216 kB Progress (2): 244 kB | 216 kB Progress (2): 244 kB | 216 kB Progress (2): 244 kB | 216 kB Progress (2): 245 kB | 216 kB Progress (2): 245 kB | 217 kB Progress (2): 245 kB | 217 kB Progress (2): 245 kB | 217 kB Progress (2): 246 kB | 217 kB Progress (2): 246 kB | 218 kB Progress (2): 246 kB | 218 kB Progress (2): 246 kB | 218 kB Progress (2): 247 kB | 218 kB Progress (2): 247 kB | 219 kB Progress (2): 247 kB | 219 kB Progress (2): 247 kB | 219 kB Progress (2): 248 kB | 219 kB Progress (2): 248 kB | 220 kB Progress (2): 249 kB | 220 kB Progress (2): 249 kB | 220 kB Progress (2): 249 kB | 220 kB Progress (2): 249 kB | 221 kB Progress (2): 250 kB | 221 kB Progress (2): 250 kB | 222 kB Progress (2): 250 kB | 222 kB Progress (2): 250 kB | 222 kB Progress (2): 251 kB | 222 kB Progress (2): 251 kB | 223 kB Progress (2): 251 kB | 223 kB Progress (2): 251 kB | 223 kB Progress (2): 251 kB | 224 kB Progress (2): 252 kB | 224 kB Progress (2): 252 kB | 224 kB Progress (2): 252 kB | 224 kB Progress (2): 252 kB | 225 kB Progress (2): 253 kB | 225 kB Progress (2): 253 kB | 225 kB Progress (2): 254 kB | 225 kB Progress (2): 254 kB | 225 kB Progress (2): 255 kB | 225 kB Progress (2): 256 kB | 225 kB Progress (2): 256 kB | 225 kB Progress (2): 257 kB | 225 kB Progress (2): 257 kB | 225 kB Progress (2): 258 kB | 225 kB Progress (2): 258 kB | 225 kB Progress (2): 259 kB | 225 kB Progress (2): 259 kB | 225 kB Progress (2): 260 kB | 225 kB Progress (2): 260 kB | 225 kB Progress (2): 261 kB | 225 kB Progress (2): 261 kB | 225 kB Progress (2): 262 kB | 225 kB Progress (2): 262 kB | 225 kB Progress (2): 263 kB | 225 kB Progress (2): 263 kB | 225 kB Progress (2): 264 kB | 225 kB Progress (2): 264 kB | 225 kB Progress (2): 265 kB | 225 kB Progress (2): 265 kB | 225 kB Progress (2): 266 kB | 225 kB Progress (2): 266 kB | 225 kB Progress (2): 267 kB | 225 kB Progress (2): 267 kB | 225 kB Progress (2): 267 kB | 225 kB Progress (2): 268 kB | 225 kB Progress (2): 268 kB | 226 kB Progress (2): 268 kB | 226 kB Progress (2): 268 kB | 226 kB Progress (2): 269 kB | 226 kB Progress (2): 269 kB | 227 kB Progress (2): 270 kB | 227 kB Progress (2): 270 kB | 228 kB Progress (2): 270 kB | 228 kB Progress (2): 270 kB | 228 kB Progress (2): 270 kB | 229 kB Progress (2): 270 kB | 229 kB Progress (2): 271 kB | 229 kB Progress (2): 271 kB | 229 kB Progress (2): 272 kB | 229 kB Progress (2): 273 kB | 229 kB Progress (2): 273 kB | 229 kB Progress (2): 274 kB | 229 kB Progress (2): 274 kB | 229 kB Progress (2): 275 kB | 229 kB Progress (2): 275 kB | 229 kB Progress (2): 276 kB | 229 kB Progress (2): 276 kB | 229 kB Progress (2): 277 kB | 229 kB Progress (2): 277 kB | 229 kB Progress (2): 278 kB | 229 kB Progress (2): 278 kB | 229 kB Progress (2): 279 kB | 229 kB Progress (2): 279 kB | 229 kB Progress (2): 280 kB | 229 kB Progress (2): 280 kB | 229 kB Progress (2): 281 kB | 229 kB Progress (2): 281 kB | 229 kB Progress (2): 282 kB | 229 kB Progress (2): 282 kB | 229 kB Progress (2): 283 kB | 229 kB Progress (2): 283 kB | 229 kB Progress (2): 284 kB | 229 kB Progress (2): 284 kB | 229 kB Progress (2): 285 kB | 229 kB Progress (2): 285 kB | 229 kB Progress (2): 286 kB | 229 kB Progress (2): 286 kB | 229 kB Progress (2): 287 kB | 229 kB Progress (2): 287 kB | 229 kB Progress (2): 288 kB | 229 kB Progress (2): 288 kB | 229 kB Progress (2): 289 kB | 229 kB Progress (2): 289 kB | 229 kB Progress (2): 290 kB | 229 kB Progress (2): 290 kB | 229 kB Progress (2): 290 kB | 229 kB Progress (2): 290 kB | 230 kB Progress (2): 291 kB | 230 kB Progress (2): 291 kB | 230 kB Progress (2): 291 kB | 230 kB Progress (2): 291 kB | 231 kB Progress (2): 292 kB | 231 kB Progress (2): 292 kB | 232 kB Progress (2): 292 kB | 232 kB Progress (2): 292 kB | 232 kB Progress (2): 293 kB | 232 kB Progress (2): 293 kB | 233 kB Progress (2): 294 kB | 233 kB Progress (2): 294 kB | 233 kB Progress (2): 294 kB | 233 kB Progress (2): 294 kB | 234 kB Progress (2): 295 kB | 234 kB Progress (2): 295 kB | 234 kB Progress (2): 295 kB | 234 kB Progress (2): 296 kB | 234 kB Progress (2): 296 kB | 235 kB Progress (2): 296 kB | 235 kB Progress (2): 296 kB | 235 kB Progress (2): 297 kB | 235 kB Progress (2): 297 kB | 236 kB Progress (2): 297 kB | 236 kB Progress (2): 297 kB | 236 kB Progress (2): 298 kB | 236 kB Progress (2): 298 kB | 237 kB Progress (2): 298 kB | 237 kB Progress (2): 298 kB | 238 kB Progress (2): 299 kB | 238 kB Progress (2): 299 kB | 238 kB Progress (2): 299 kB | 238 kB Progress (2): 299 kB | 239 kB Progress (2): 300 kB | 239 kB Progress (2): 300 kB | 239 kB Progress (2): 300 kB | 239 kB Progress (2): 300 kB | 240 kB Progress (2): 301 kB | 240 kB Progress (2): 301 kB | 240 kB Progress (2): 301 kB | 240 kB Progress (2): 301 kB | 241 kB Progress (2): 302 kB | 241 kB Progress (2): 302 kB | 241 kB Progress (2): 303 kB | 241 kB Progress (2): 303 kB | 242 kB Progress (2): 303 kB | 242 kB Progress (2): 303 kB | 242 kB Progress (2): 303 kB | 243 kB Progress (2): 303 kB | 243 kB Progress (2): 303 kB | 243 kB Progress (2): 304 kB | 243 kB Progress (2): 304 kB | 244 kB Progress (2): 305 kB | 244 kB Progress (2): 305 kB | 244 kB Progress (2): 305 kB | 244 kB Progress (2): 305 kB | 245 kB Progress (2): 306 kB | 245 kB Progress (2): 306 kB | 246 kB Progress (2): 306 kB | 246 kB Progress (2): 306 kB | 246 kB Progress (2): 307 kB | 246 kB Progress (2): 307 kB | 247 kB Progress (2): 307 kB | 247 kB Progress (2): 307 kB | 247 kB Progress (2): 308 kB | 247 kB Progress (2): 308 kB | 248 kB Progress (2): 308 kB | 248 kB Progress (2): 308 kB | 248 kB Progress (2): 309 kB | 248 kB Progress (2): 309 kB | 249 kB Progress (2): 309 kB | 249 kB Progress (2): 309 kB | 249 kB Progress (2): 310 kB | 249 kB Progress (2): 310 kB | 250 kB Progress (2): 310 kB | 250 kB Progress (2): 310 kB | 250 kB Progress (2): 311 kB | 250 kB Progress (2): 311 kB | 251 kB Progress (2): 311 kB | 251 kB Progress (2): 311 kB | 251 kB Progress (2): 312 kB | 251 kB Progress (2): 312 kB | 252 kB Progress (2): 312 kB | 252 kB Progress (2): 312 kB | 252 kB Progress (2): 313 kB | 252 kB Progress (2): 313 kB | 253 kB Progress (2): 314 kB | 253 kB Progress (2): 314 kB | 253 kB Progress (2): 314 kB | 253 kB Progress (2): 314 kB | 254 kB Progress (2): 315 kB | 254 kB Progress (2): 315 kB | 254 kB Progress (2): 315 kB | 254 kB Progress (2): 315 kB | 255 kB Progress (2): 316 kB | 255 kB Progress (2): 316 kB | 255 kB Progress (2): 316 kB | 255 kB Progress (2): 316 kB | 256 kB Progress (2): 317 kB | 256 kB Progress (2): 317 kB | 257 kB Progress (2): 317 kB | 257 kB Progress (2): 317 kB | 257 kB Progress (2): 318 kB | 257 kB Progress (2): 318 kB | 258 kB Progress (2): 318 kB | 258 kB Progress (2): 318 kB | 258 kB Progress (2): 319 kB | 258 kB Progress (2): 319 kB | 259 kB Progress (2): 319 kB | 259 kB Progress (2): 319 kB | 259 kB Progress (2): 320 kB | 259 kB Progress (2): 320 kB | 260 kB Progress (2): 320 kB | 260 kB Progress (2): 320 kB | 260 kB Progress (2): 320 kB | 261 kB Progress (2): 321 kB | 261 kB Progress (2): 321 kB | 261 kB Progress (2): 321 kB | 261 kB Progress (2): 321 kB | 262 kB Progress (2): 322 kB | 262 kB Progress (2): 322 kB | 262 kB Progress (2): 322 kB | 262 kB Progress (2): 322 kB | 263 kB Progress (2): 323 kB | 263 kB Progress (2): 323 kB | 264 kB Progress (2): 323 kB | 264 kB Progress (2): 323 kB | 264 kB Progress (2): 324 kB | 264 kB Progress (2): 324 kB | 265 kB Progress (2): 324 kB | 265 kB Progress (2): 324 kB | 265 kB Progress (2): 325 kB | 265 kB Progress (2): 325 kB | 266 kB Progress (2): 325 kB | 266 kB Progress (2): 325 kB | 266 kB Progress (2): 326 kB | 266 kB Progress (2): 326 kB | 267 kB Progress (2): 326 kB | 267 kB Progress (2): 326 kB | 267 kB Progress (2): 327 kB | 267 kB Progress (2): 327 kB | 268 kB Progress (2): 328 kB | 268 kB Progress (2): 328 kB | 268 kB Progress (2): 328 kB | 268 kB Progress (2): 328 kB | 269 kB Progress (2): 329 kB | 269 kB Progress (2): 329 kB | 269 kB Progress (2): 329 kB | 269 kB Progress (2): 330 kB | 269 kB Progress (2): 330 kB | 270 kB Progress (2): 330 kB | 270 kB Progress (2): 330 kB | 270 kB Progress (2): 331 kB | 270 kB Progress (2): 331 kB | 271 kB Progress (2): 331 kB | 271 kB Progress (2): 331 kB | 272 kB Progress (2): 332 kB | 272 kB Progress (2): 332 kB | 272 kB Progress (2): 332 kB | 272 kB Progress (2): 332 kB | 273 kB Progress (2): 333 kB | 273 kB Progress (2): 333 kB | 273 kB Progress (2): 333 kB | 273 kB Progress (2): 333 kB | 274 kB Progress (2): 334 kB | 274 kB Progress (2): 334 kB | 274 kB Progress (2): 334 kB | 274 kB Progress (2): 334 kB | 275 kB Progress (2): 335 kB | 275 kB Progress (2): 335 kB | 275 kB Progress (2): 336 kB | 275 kB Progress (2): 336 kB | 276 kB Progress (2): 336 kB | 276 kB Progress (2): 336 kB | 276 kB Progress (2): 337 kB | 276 kB Progress (2): 337 kB | 277 kB Progress (2): 337 kB | 277 kB Progress (2): 337 kB | 277 kB Progress (2): 338 kB | 277 kB Progress (2): 338 kB | 278 kB Progress (2): 338 kB | 278 kB Progress (2): 338 kB | 278 kB Progress (2): 339 kB | 278 kB Progress (2): 339 kB | 279 kB Progress (2): 339 kB | 279 kB Progress (2): 339 kB | 279 kB Progress (2): 340 kB | 279 kB Progress (2): 340 kB | 280 kB Progress (2): 341 kB | 280 kB Progress (2): 341 kB | 281 kB Progress (2): 341 kB | 281 kB Progress (2): 341 kB | 281 kB Progress (2): 342 kB | 281 kB Progress (2): 342 kB | 282 kB Progress (2): 342 kB | 282 kB Progress (2): 342 kB | 282 kB Progress (2): 343 kB | 282 kB Progress (2): 343 kB | 283 kB Progress (2): 343 kB | 283 kB Progress (2): 343 kB | 283 kB Progress (2): 344 kB | 283 kB Progress (2): 344 kB | 284 kB Progress (2): 344 kB | 284 kB Progress (2): 344 kB | 284 kB Progress (2): 345 kB | 284 kB Progress (2): 345 kB | 285 kB Progress (2): 345 kB | 285 kB Progress (2): 345 kB | 285 kB Progress (2): 345 kB | 286 kB Progress (2): 346 kB | 286 kB Progress (2): 346 kB | 286 kB Progress (2): 346 kB | 286 kB Progress (2): 346 kB | 287 kB Progress (2): 347 kB | 287 kB Progress (2): 347 kB | 287 kB Progress (2): 348 kB | 287 kB Progress (2): 348 kB | 288 kB Progress (2): 348 kB | 288 kB Progress (2): 348 kB | 288 kB Progress (2): 349 kB | 288 kB Progress (2): 349 kB | 289 kB Progress (2): 349 kB | 289 kB Progress (2): 349 kB | 289 kB Progress (2): 350 kB | 289 kB Progress (2): 350 kB | 290 kB Progress (2): 350 kB | 290 kB Progress (2): 350 kB | 291 kB Progress (2): 351 kB | 291 kB Progress (2): 351 kB | 291 kB Progress (2): 351 kB | 291 kB Progress (2): 351 kB | 292 kB Progress (2): 352 kB | 292 kB Progress (2): 352 kB | 292 kB Progress (2): 352 kB | 292 kB Progress (2): 352 kB | 293 kB Progress (2): 353 kB | 293 kB Progress (2): 353 kB | 293 kB Progress (2): 353 kB | 293 kB Progress (2): 354 kB | 293 kB Progress (2): 354 kB | 294 kB Progress (2): 354 kB | 294 kB Progress (2): 354 kB | 294 kB Progress (2): 354 kB | 295 kB Progress (2): 354 kB | 295 kB Progress (2): 355 kB | 295 kB Progress (2): 355 kB | 296 kB Progress (2): 355 kB | 296 kB Progress (2): 355 kB | 296 kB Progress (2): 356 kB | 296 kB Progress (2): 356 kB | 297 kB Progress (2): 356 kB | 297 kB Progress (2): 356 kB | 298 kB Progress (2): 357 kB | 298 kB Progress (2): 357 kB | 298 kB Progress (2): 357 kB | 298 kB Progress (2): 357 kB | 299 kB Progress (2): 358 kB | 299 kB Progress (2): 358 kB | 299 kB Progress (2): 359 kB | 299 kB Progress (2): 359 kB | 300 kB Progress (2): 359 kB | 300 kB Progress (2): 359 kB | 300 kB Progress (2): 360 kB | 300 kB Progress (2): 360 kB | 301 kB Progress (2): 360 kB | 301 kB Progress (2): 360 kB | 301 kB Progress (2): 361 kB | 301 kB Progress (2): 361 kB | 302 kB Progress (2): 361 kB | 302 kB Progress (2): 362 kB | 302 kB Progress (2): 362 kB | 302 kB Progress (2): 362 kB | 303 kB Progress (2): 362 kB | 303 kB Progress (2): 363 kB | 303 kB Progress (2): 363 kB | 304 kB Progress (2): 363 kB | 304 kB Progress (2): 363 kB | 304 kB Progress (2): 364 kB | 304 kB Progress (2): 364 kB | 305 kB Progress (2): 364 kB | 305 kB Progress (2): 364 kB | 305 kB Progress (2): 365 kB | 305 kB Progress (2): 365 kB | 306 kB Progress (2): 365 kB | 306 kB Progress (2): 365 kB | 306 kB Progress (2): 366 kB | 306 kB Progress (2): 366 kB | 307 kB Progress (2): 366 kB | 307 kB Progress (2): 366 kB | 308 kB Progress (2): 367 kB | 308 kB Progress (2): 367 kB | 308 kB Progress (2): 368 kB | 308 kB Progress (2): 368 kB | 309 kB Progress (2): 368 kB | 309 kB Progress (2): 368 kB | 309 kB Progress (2): 369 kB | 309 kB Progress (2): 369 kB | 310 kB Progress (2): 369 kB | 310 kB Progress (2): 369 kB | 310 kB Progress (2): 370 kB | 310 kB Progress (2): 370 kB | 311 kB Progress (2): 370 kB | 311 kB Progress (2): 370 kB | 311 kB Progress (2): 370 kB | 311 kB Progress (2): 370 kB | 312 kB Progress (2): 370 kB | 312 kB Progress (2): 371 kB | 312 kB Progress (2): 371 kB | 313 kB Progress (2): 372 kB | 313 kB Progress (2): 372 kB | 313 kB Progress (2): 372 kB | 313 kB Progress (2): 372 kB | 314 kB Progress (2): 373 kB | 314 kB Progress (2): 373 kB | 314 kB Progress (2): 373 kB | 314 kB Progress (2): 373 kB | 315 kB Progress (2): 374 kB | 315 kB Progress (2): 374 kB | 316 kB Progress (2): 374 kB | 316 kB Progress (2): 374 kB | 316 kB Progress (2): 375 kB | 316 kB Progress (2): 375 kB | 317 kB Progress (2): 375 kB | 317 kB Progress (2): 375 kB | 317 kB Progress (2): 376 kB | 317 kB Progress (2): 376 kB | 318 kB Progress (2): 376 kB | 318 kB Progress (2): 376 kB | 318 kB Progress (2): 377 kB | 318 kB Progress (2): 377 kB | 319 kB Progress (2): 377 kB | 319 kB Progress (2): 377 kB | 319 kB Progress (2): 378 kB | 319 kB Progress (2): 378 kB | 319 kB Progress (2): 379 kB | 319 kB Progress (2): 379 kB | 320 kB Progress (2): 379 kB | 320 kB Progress (2): 379 kB | 321 kB Progress (2): 379 kB | 321 kB Progress (2): 379 kB | 321 kB Progress (2): 380 kB | 321 kB Progress (2): 380 kB | 322 kB Progress (2): 380 kB | 322 kB Progress (2): 380 kB | 322 kB Progress (2): 381 kB | 322 kB Progress (2): 381 kB | 323 kB Progress (2): 381 kB | 323 kB Progress (2): 381 kB | 324 kB Progress (2): 382 kB | 324 kB Progress (2): 382 kB | 324 kB Progress (2): 382 kB | 324 kB Progress (2): 382 kB | 325 kB Progress (2): 383 kB | 325 kB Progress (2): 383 kB | 325 kB Progress (2): 383 kB | 325 kB Progress (2): 383 kB | 326 kB Progress (2): 384 kB | 326 kB Progress (2): 384 kB | 326 kB Progress (2): 384 kB | 326 kB Progress (2): 384 kB | 327 kB Progress (2): 385 kB | 327 kB Progress (2): 385 kB | 327 kB Progress (2): 385 kB | 327 kB Progress (2): 385 kB | 328 kB Progress (2): 386 kB | 328 kB Progress (2): 386 kB | 328 kB Progress (2): 387 kB | 328 kB Progress (2): 387 kB | 328 kB Progress (2): 387 kB | 329 kB Progress (2): 387 kB | 330 kB Progress (2): 387 kB | 330 kB Progress (2): 387 kB | 330 kB Progress (2): 388 kB | 330 kB Progress (2): 388 kB | 331 kB Progress (2): 388 kB | 331 kB Progress (2): 388 kB | 331 kB Progress (2): 389 kB | 331 kB Progress (2): 389 kB | 332 kB Progress (2): 389 kB | 332 kB Progress (2): 389 kB | 332 kB Progress (2): 390 kB | 332 kB Progress (2): 390 kB | 333 kB Progress (2): 391 kB | 333 kB Progress (2): 391 kB | 333 kB Progress (2): 391 kB | 333 kB Progress (2): 391 kB | 334 kB Progress (2): 392 kB | 334 kB Progress (2): 392 kB | 334 kB Progress (2): 392 kB | 334 kB Progress (2): 392 kB | 335 kB Progress (2): 393 kB | 335 kB Progress (2): 393 kB | 336 kB Progress (2): 393 kB | 336 kB Progress (2): 393 kB | 336 kB Progress (2): 394 kB | 336 kB Progress (2): 394 kB | 337 kB Progress (2): 394 kB | 337 kB Progress (2): 395 kB | 337 kB Progress (2): 395 kB | 337 kB Progress (2): 395 kB | 337 kB Progress (2): 395 kB | 338 kB Progress (2): 395 kB | 338 kB Progress (2): 395 kB | 339 kB Progress (2): 396 kB | 339 kB Progress (2): 396 kB | 339 kB Progress (2): 396 kB | 339 kB Progress (2): 396 kB | 340 kB Progress (2): 397 kB | 340 kB Progress (2): 397 kB | 340 kB Progress (2): 398 kB | 340 kB Progress (2): 398 kB | 341 kB Progress (2): 398 kB | 341 kB Progress (2): 398 kB | 342 kB Progress (2): 399 kB | 342 kB Progress (2): 399 kB | 342 kB Progress (2): 399 kB | 342 kB Progress (2): 399 kB | 343 kB Progress (2): 400 kB | 343 kB Progress (2): 400 kB | 343 kB Progress (2): 400 kB | 343 kB Progress (2): 400 kB | 344 kB Progress (2): 401 kB | 344 kB Progress (2): 401 kB | 344 kB Progress (2): 401 kB | 344 kB Progress (2): 401 kB | 345 kB Progress (2): 402 kB | 345 kB Progress (2): 402 kB | 345 kB Progress (2): 402 kB | 345 kB Progress (2): 403 kB | 345 kB Progress (2): 403 kB | 345 kB Progress (2): 404 kB | 345 kB Progress (2): 404 kB | 346 kB Progress (2): 404 kB | 346 kB Progress (2): 404 kB | 347 kB Progress (2): 404 kB | 348 kB Progress (2): 404 kB | 348 kB Progress (2): 404 kB | 348 kB Progress (2): 404 kB | 349 kB Progress (2): 405 kB | 349 kB Progress (2): 405 kB | 349 kB Progress (2): 405 kB | 349 kB Progress (2): 405 kB | 350 kB Progress (2): 406 kB | 350 kB Progress (2): 406 kB | 350 kB Progress (2): 406 kB | 350 kB Progress (2): 406 kB | 351 kB Progress (2): 407 kB | 351 kB Progress (2): 407 kB | 351 kB Progress (2): 407 kB | 351 kB Progress (2): 407 kB | 352 kB Progress (2): 408 kB | 352 kB Progress (2): 408 kB | 352 kB Progress (2): 408 kB | 352 kB Progress (2): 408 kB | 353 kB Progress (2): 409 kB | 353 kB Progress (2): 409 kB | 354 kB Progress (2): 409 kB | 354 kB Progress (2): 409 kB | 354 kB Progress (2): 410 kB | 354 kB Progress (2): 410 kB | 354 kB Progress (2): 411 kB | 354 kB Progress (2): 411 kB | 354 kB Progress (2): 412 kB | 354 kB Progress (2): 412 kB | 355 kB Progress (2): 412 kB | 355 kB Progress (2): 412 kB | 356 kB Progress (2): 412 kB | 356 kB Progress (2): 412 kB | 357 kB Progress (2): 412 kB | 357 kB Progress (2): 412 kB | 357 kB Progress (2): 413 kB | 357 kB Progress (2): 413 kB | 358 kB Progress (2): 413 kB | 358 kB Progress (2): 413 kB | 359 kB Progress (2): 414 kB | 359 kB Progress (2): 414 kB | 359 kB Progress (2): 415 kB | 359 kB Progress (2): 415 kB | 360 kB Progress (2): 415 kB | 360 kB Progress (2): 415 kB | 360 kB Progress (2): 416 kB | 360 kB Progress (2): 416 kB | 361 kB Progress (2): 416 kB | 361 kB Progress (2): 416 kB | 361 kB Progress (2): 417 kB | 361 kB Progress (2): 417 kB | 362 kB Progress (2): 417 kB | 362 kB Progress (2): 417 kB | 362 kB Progress (2): 418 kB | 362 kB Progress (2): 418 kB | 363 kB Progress (2): 418 kB | 363 kB Progress (2): 419 kB | 363 kB Progress (2): 419 kB | 363 kB Progress (2): 420 kB | 363 kB Progress (2): 420 kB | 363 kB Progress (2): 420 kB | 363 kB Progress (2): 420 kB | 364 kB Progress (2): 420 kB | 364 kB Progress (2): 420 kB | 365 kB Progress (2): 420 kB | 365 kB Progress (2): 421 kB | 365 kB Progress (2): 421 kB | 366 kB Progress (2): 421 kB | 366 kB Progress (2): 421 kB | 366 kB Progress (2): 422 kB | 366 kB Progress (2): 422 kB | 367 kB Progress (2): 422 kB | 367 kB Progress (2): 422 kB | 367 kB Progress (2): 423 kB | 367 kB Progress (2): 423 kB | 368 kB Progress (2): 423 kB | 368 kB Progress (2): 423 kB | 369 kB Progress (2): 424 kB | 369 kB Progress (2): 424 kB | 369 kB Progress (2): 424 kB | 369 kB Progress (2): 424 kB | 370 kB Progress (2): 425 kB | 370 kB Progress (2): 425 kB | 370 kB Progress (2): 425 kB | 370 kB Progress (2): 425 kB | 371 kB Progress (2): 426 kB | 371 kB Progress (2): 426 kB | 371 kB Progress (2): 426 kB | 371 kB Progress (2): 427 kB | 371 kB Progress (2): 428 kB | 371 kB Progress (2): 428 kB | 371 kB Progress (2): 428 kB | 371 kB Progress (2): 428 kB | 371 kB Progress (2): 428 kB | 372 kB Progress (2): 428 kB | 373 kB Progress (2): 428 kB | 373 kB Progress (2): 428 kB | 374 kB Progress (2): 429 kB | 374 kB Progress (2): 429 kB | 374 kB Progress (2): 429 kB | 374 kB Progress (2): 429 kB | 375 kB Progress (2): 430 kB | 375 kB Progress (2): 430 kB | 375 kB Progress (2): 431 kB | 375 kB Progress (2): 431 kB | 376 kB Progress (2): 431 kB | 376 kB Progress (2): 431 kB | 376 kB Progress (2): 431 kB | 377 kB Progress (2): 432 kB | 377 kB Progress (2): 432 kB | 378 kB Progress (2): 432 kB | 378 kB Progress (2): 432 kB | 378 kB Progress (2): 433 kB | 378 kB Progress (2): 433 kB | 379 kB Progress (2): 433 kB | 379 kB Progress (2): 433 kB | 379 kB Progress (2): 434 kB | 379 kB Progress (2): 434 kB | 380 kB Progress (2): 434 kB | 380 kB Progress (2): 435 kB | 380 kB Progress (2): 435 kB | 380 kB Progress (2): 436 kB | 380 kB Progress (2): 436 kB | 380 kB Progress (2): 437 kB | 380 kB Progress (2): 437 kB | 380 kB Progress (2): 437 kB | 381 kB Progress (2): 437 kB | 381 kB Progress (2): 437 kB | 382 kB Progress (2): 437 kB | 382 kB Progress (2): 437 kB | 383 kB Progress (2): 437 kB | 384 kB Progress (2): 437 kB | 384 kB Progress (2): 437 kB | 384 kB Progress (2): 438 kB | 384 kB Progress (2): 438 kB | 385 kB Progress (2): 438 kB | 385 kB Progress (2): 438 kB | 385 kB Progress (2): 439 kB | 385 kB Progress (2): 439 kB | 386 kB Progress (2): 439 kB | 386 kB Progress (2): 439 kB | 386 kB Progress (2): 440 kB | 386 kB Progress (2): 440 kB | 387 kB Progress (2): 440 kB | 387 kB Progress (2): 440 kB | 387 kB Progress (2): 441 kB | 387 kB Progress (2): 441 kB | 388 kB Progress (2): 441 kB | 388 kB Progress (2): 441 kB | 388 kB Progress (2): 442 kB | 388 kB Progress (2): 442 kB | 388 kB Progress (2): 443 kB | 388 kB Progress (2): 443 kB | 388 kB Progress (2): 444 kB | 388 kB Progress (2): 444 kB | 388 kB Progress (2): 444 kB | 389 kB Progress (2): 445 kB | 389 kB Progress (2): 445 kB | 389 kB Progress (2): 445 kB | 390 kB Progress (2): 445 kB | 390 kB Progress (2): 445 kB | 391 kB Progress (2): 445 kB | 391 kB Progress (2): 445 kB | 392 kB Progress (2): 445 kB | 392 kB Progress (2): 445 kB | 392 kB Progress (2): 446 kB | 392 kB Progress (2): 446 kB | 393 kB Progress (2): 446 kB | 393 kB Progress (2): 446 kB | 393 kB Progress (2): 447 kB | 393 kB Progress (2): 447 kB | 394 kB Progress (2): 447 kB | 394 kB Progress (2): 447 kB | 394 kB Progress (2): 448 kB | 394 kB Progress (2): 448 kB | 395 kB Progress (2): 448 kB | 395 kB Progress (2): 448 kB | 395 kB Progress (2): 449 kB | 395 kB Progress (2): 449 kB | 396 kB Progress (2): 449 kB | 396 kB Progress (2): 449 kB | 396 kB Progress (2): 450 kB | 396 kB Progress (2): 450 kB | 396 kB Progress (2): 451 kB | 396 kB Progress (2): 451 kB | 396 kB Progress (2): 452 kB | 396 kB Progress (2): 452 kB | 396 kB Progress (2): 453 kB | 396 kB Progress (2): 453 kB | 397 kB Progress (2): 453 kB | 397 kB Progress (2): 453 kB | 398 kB Progress (2): 453 kB | 398 kB Progress (2): 453 kB | 399 kB Progress (2): 453 kB | 399 kB Progress (2): 453 kB | 399 kB Progress (2): 453 kB | 400 kB Progress (2): 454 kB | 400 kB Progress (2): 454 kB | 400 kB Progress (2): 454 kB | 400 kB Progress (2): 454 kB | 401 kB Progress (2): 455 kB | 401 kB Progress (2): 455 kB | 402 kB Progress (2): 455 kB | 402 kB Progress (2): 455 kB | 402 kB Progress (2): 456 kB | 402 kB Progress (2): 456 kB | 403 kB Progress (2): 456 kB | 403 kB Progress (2): 456 kB | 403 kB Progress (2): 457 kB | 403 kB Progress (2): 457 kB | 404 kB Progress (2): 457 kB | 404 kB Progress (2): 457 kB | 404 kB Progress (2): 458 kB | 404 kB Progress (2): 458 kB | 405 kB Progress (2): 458 kB | 405 kB Progress (2): 459 kB | 405 kB Progress (2): 459 kB | 405 kB Progress (2): 460 kB | 405 kB Progress (2): 461 kB | 405 kB Progress (2): 461 kB | 405 kB Progress (2): 461 kB | 405 kB Progress (2): 461 kB | 406 kB Progress (2): 461 kB | 406 kB Progress (2): 461 kB | 407 kB Progress (2): 461 kB | 407 kB Progress (2): 461 kB | 408 kB Progress (2): 461 kB | 408 kB Progress (2): 461 kB | 408 kB Progress (2): 462 kB | 408 kB Progress (2): 462 kB | 409 kB Progress (2): 462 kB | 409 kB Progress (2): 462 kB | 409 kB Progress (2): 463 kB | 409 kB Progress (2): 463 kB | 410 kB Progress (2): 464 kB | 410 kB Progress (2): 464 kB | 410 kB Progress (2): 464 kB | 410 kB Progress (2): 464 kB | 411 kB Progress (2): 465 kB | 411 kB Progress (2): 465 kB | 411 kB Progress (2): 465 kB | 411 kB Progress (2): 465 kB | 412 kB Progress (2): 466 kB | 412 kB Progress (2): 466 kB | 412 kB Progress (2): 466 kB | 412 kB Progress (2): 466 kB | 413 kB Progress (2): 467 kB | 413 kB Progress (2): 467 kB | 413 kB Progress (2): 468 kB | 413 kB Progress (2): 468 kB | 413 kB Progress (2): 469 kB | 413 kB Progress (2): 469 kB | 413 kB Progress (2): 469 kB | 413 kB Progress (2): 469 kB | 414 kB Progress (2): 469 kB | 414 kB Progress (2): 469 kB | 415 kB Progress (2): 469 kB | 415 kB Progress (2): 469 kB | 416 kB Progress (2): 470 kB | 416 kB Progress (2): 470 kB | 416 kB Progress (2): 470 kB | 416 kB Progress (2): 470 kB | 417 kB Progress (2): 471 kB | 417 kB Progress (2): 471 kB | 417 kB Progress (2): 471 kB | 417 kB Progress (2): 471 kB | 418 kB Progress (2): 472 kB | 418 kB Progress (2): 472 kB | 419 kB Progress (2): 472 kB | 419 kB Progress (2): 472 kB | 419 kB Progress (2): 473 kB | 419 kB Progress (2): 473 kB | 420 kB Progress (2): 473 kB | 420 kB Progress (2): 473 kB | 420 kB Progress (2): 474 kB | 420 kB Progress (2): 474 kB | 421 kB Progress (2): 474 kB | 421 kB Progress (2): 474 kB | 421 kB Progress (2): 475 kB | 421 kB Progress (2): 475 kB | 421 kB Progress (2): 476 kB | 421 kB Progress (2): 476 kB | 422 kB Progress (2): 476 kB | 422 kB Progress (2): 476 kB | 422 kB Progress (2): 477 kB | 422 kB Progress (2): 477 kB | 423 kB Progress (2): 477 kB | 423 kB Progress (2): 477 kB | 423 kB Progress (2): 477 kB | 424 kB Progress (2): 478 kB | 424 kB Progress (2): 478 kB | 424 kB Progress (2): 478 kB | 424 kB Progress (2): 478 kB | 425 kB Progress (2): 479 kB | 425 kB Progress (2): 479 kB | 425 kB Progress (2): 479 kB | 425 kB Progress (2): 479 kB | 426 kB Progress (2): 480 kB | 426 kB Progress (2): 480 kB | 426 kB Progress (2): 480 kB | 427 kB Progress (2): 480 kB | 427 kB Progress (2): 480 kB | 427 kB Progress (2): 481 kB | 427 kB Progress (2): 481 kB | 428 kB Progress (2): 481 kB | 428 kB Progress (2): 481 kB | 428 kB Progress (2): 482 kB | 428 kB Progress (2): 482 kB | 429 kB Progress (2): 482 kB | 429 kB Progress (2): 482 kB | 429 kB Progress (2): 483 kB | 429 kB Progress (2): 483 kB | 430 kB Progress (2): 483 kB | 430 kB Progress (2): 483 kB | 430 kB Progress (2): 484 kB | 430 kB Progress (2): 484 kB | 431 kB Progress (2): 484 kB | 431 kB Progress (2): 484 kB | 431 kB Progress (2): 485 kB | 431 kB Progress (2): 485 kB | 431 kB Progress (2): 485 kB | 432 kB Progress (2): 485 kB | 432 kB Progress (2): 485 kB | 433 kB Progress (2): 485 kB | 434 kB Progress (2): 486 kB | 434 kB Progress (2): 486 kB | 434 kB Progress (2): 486 kB | 434 kB Progress (2): 486 kB | 435 kB Progress (2): 487 kB | 435 kB Progress (2): 487 kB | 435 kB Progress (2): 487 kB | 435 kB Progress (2): 487 kB | 436 kB Progress (2): 488 kB | 436 kB Progress (2): 488 kB | 436 kB Progress (2): 488 kB | 436 kB Progress (2): 488 kB | 437 kB Progress (2): 489 kB | 437 kB Progress (2): 489 kB | 437 kB Progress (2): 489 kB | 437 kB Progress (2): 489 kB | 438 kB Progress (2): 490 kB | 438 kB Progress (2): 490 kB | 438 kB Progress (2): 491 kB | 438 kB Progress (2): 491 kB | 439 kB Progress (2): 491 kB | 439 kB Progress (2): 491 kB | 440 kB Progress (2): 492 kB | 440 kB Progress (2): 492 kB | 440 kB Progress (2): 492 kB | 440 kB Progress (2): 493 kB | 440 kB Progress (2): 493 kB | 440 kB Progress (2): 494 kB | 440 kB Progress (2): 494 kB | 441 kB Progress (2): 494 kB | 441 kB Progress (2): 494 kB | 442 kB Progress (2): 494 kB | 442 kB Progress (2): 494 kB | 443 kB Progress (2): 494 kB | 443 kB Progress (2): 494 kB | 444 kB Progress (2): 494 kB | 444 kB Progress (2): 494 kB | 444 kB Progress (2): 495 kB | 444 kB Progress (2): 495 kB | 445 kB Progress (2): 495 kB | 445 kB Progress (2): 495 kB | 445 kB Progress (2): 496 kB | 445 kB Progress (2): 496 kB | 446 kB Progress (2): 496 kB | 446 kB Progress (2): 496 kB | 446 kB Progress (2): 497 kB | 446 kB Progress (2): 497 kB | 447 kB Progress (2): 497 kB | 447 kB Progress (2): 497 kB | 447 kB Progress (2): 498 kB | 447 kB Progress (2): 498 kB | 448 kB Progress (2): 499 kB | 448 kB Progress (2): 499 kB | 448 kB Progress (2): 499 kB | 448 kB Progress (2): 500 kB | 448 kB Progress (2): 500 kB | 448 kB Progress (2): 501 kB | 448 kB Progress (2): 501 kB | 448 kB Progress (2): 501 kB | 449 kB Progress (2): 502 kB | 449 kB Progress (2): 502 kB | 449 kB Progress (2): 502 kB | 449 kB Progress (2): 502 kB | 450 kB Progress (2): 502 kB | 450 kB Progress (2): 502 kB | 451 kB Progress (2): 502 kB | 452 kB Progress (2): 502 kB | 455 kB Progress (2): 503 kB | 455 kB Progress (2): 503 kB | 457 kB Progress (2): 503 kB | 457 kB Progress (2): 503 kB | 459 kB Progress (2): 504 kB | 459 kB Progress (2): 504 kB | 462 kB Progress (2): 504 kB | 462 kB Progress (2): 504 kB | 464 kB Progress (2): 505 kB | 464 kB Progress (2): 505 kB | 466 kB Progress (2): 505 kB | 466 kB Progress (2): 505 kB | 469 kB Progress (2): 506 kB | 469 kB Progress (2): 506 kB | 472 kB Progress (2): 506 kB | 472 kB Progress (2): 506 kB | 475 kB Progress (2): 507 kB | 475 kB Progress (2): 507 kB | 477 kB Progress (2): 507 kB | 477 kB Progress (2): 508 kB | 477 kB Progress (2): 508 kB | 477 kB Progress (2): 508 kB | 479 kB Progress (2): 509 kB | 479 kB Progress (2): 509 kB | 482 kB Progress (2): 509 kB | 482 kB Progress (2): 509 kB | 484 kB Progress (2): 510 kB | 484 kB Progress (2): 510 kB | 487 kB Progress (2): 510 kB | 487 kB Progress (2): 510 kB | 489 kB Progress (2): 510 kB | 492 kB Progress (2): 510 kB | 493 kB Progress (2): 511 kB | 493 kB Progress (2): 511 kB | 493 kB Progress (2): 512 kB | 493 kB Progress (2): 512 kB | 493 kB Progress (2): 513 kB | 493 kB Progress (2): 513 kB | 493 kB Progress (2): 514 kB | 493 kB Progress (2): 514 kB | 493 kB Progress (2): 515 kB | 493 kB Progress (2): 515 kB | 493 kB Progress (2): 516 kB | 493 kB Progress (2): 516 kB | 493 kB Progress (2): 517 kB | 493 kB Progress (2): 517 kB | 493 kB Progress (2): 518 kB | 493 kB Progress (2): 518 kB | 493 kB Progress (2): 519 kB | 493 kB Progress (2): 519 kB | 493 kB Progress (2): 520 kB | 493 kB Progress (2): 520 kB | 493 kB Progress (2): 521 kB | 493 kB Progress (2): 521 kB | 493 kB Progress (2): 522 kB | 493 kB Progress (2): 522 kB | 493 kB Progress (2): 523 kB | 493 kB Progress (2): 523 kB | 493 kB Progress (2): 524 kB | 493 kB Progress (2): 525 kB | 493 kB Progress (2): 525 kB | 493 kB Progress (2): 526 kB | 493 kB Progress (2): 526 kB | 493 kB Progress (2): 527 kB | 493 kB Progress (2): 527 kB | 493 kB Progress (2): 528 kB | 493 kB Progress (2): 528 kB | 493 kB Progress (2): 529 kB | 493 kB Progress (2): 530 kB | 493 kB Progress (2): 530 kB | 493 kB Progress (2): 531 kB | 493 kB Progress (2): 531 kB | 493 kB Progress (2): 532 kB | 493 kB Progress (2): 532 kB | 493 kB Progress (2): 533 kB | 493 kB Progress (2): 533 kB | 493 kB Progress (2): 534 kB | 493 kB Progress (2): 534 kB | 493 kB Progress (2): 535 kB | 493 kB Progress (2): 535 kB | 493 kB Progress (2): 536 kB | 493 kB Progress (2): 536 kB | 493 kB Progress (2): 537 kB | 493 kB Progress (2): 537 kB | 493 kB Progress (2): 538 kB | 493 kB Progress (2): 538 kB | 493 kB Progress (2): 539 kB | 493 kB Progress (2): 539 kB | 493 kB Progress (2): 540 kB | 493 kB Progress (2): 540 kB | 493 kB Progress (2): 541 kB | 493 kB Progress (2): 541 kB | 493 kB Progress (2): 542 kB | 493 kB Progress (2): 542 kB | 493 kB Progress (2): 543 kB | 493 kB Progress (2): 543 kB | 493 kB Progress (2): 544 kB | 493 kB Progress (2): 544 kB | 493 kB Progress (2): 545 kB | 493 kB Progress (2): 545 kB | 493 kB Progress (2): 546 kB | 493 kB Progress (2): 547 kB | 493 kB Progress (2): 547 kB | 493 kB Progress (2): 548 kB | 493 kB Progress (2): 548 kB | 493 kB Progress (2): 549 kB | 493 kB Progress (2): 549 kB | 493 kB Progress (2): 550 kB | 493 kB Progress (2): 550 kB | 493 kB Progress (2): 551 kB | 493 kB Progress (2): 551 kB | 493 kB Progress (2): 552 kB | 493 kB Progress (2): 552 kB | 493 kB Progress (2): 553 kB | 493 kB Progress (2): 553 kB | 493 kB Progress (2): 554 kB | 493 kB Progress (2): 554 kB | 493 kB Progress (2): 555 kB | 493 kB Progress (2): 556 kB | 493 kB Progress (2): 556 kB | 493 kB Progress (2): 557 kB | 493 kB Progress (2): 557 kB | 493 kB Progress (2): 558 kB | 493 kB Progress (2): 558 kB | 493 kB Progress (2): 559 kB | 493 kB Progress (2): 559 kB | 493 kB Progress (2): 560 kB | 493 kB Progress (2): 560 kB | 493 kB Progress (2): 561 kB | 493 kB Progress (2): 561 kB | 493 kB Progress (2): 562 kB | 493 kB Progress (2): 562 kB | 493 kB Progress (2): 563 kB | 493 kB Progress (2): 564 kB | 493 kB Progress (2): 564 kB | 493 kB Progress (2): 565 kB | 493 kB Progress (2): 565 kB | 493 kB Progress (2): 566 kB | 493 kB Progress (2): 566 kB | 493 kB Progress (2): 567 kB | 493 kB Progress (2): 567 kB | 493 kB Progress (2): 568 kB | 493 kB Progress (2): 568 kB | 493 kB Progress (2): 569 kB | 493 kB Progress (2): 569 kB | 493 kB Progress (2): 570 kB | 493 kB Progress (2): 570 kB | 493 kB Progress (2): 571 kB | 493 kB Progress (2): 572 kB | 493 kB Progress (2): 572 kB | 493 kB Progress (2): 573 kB | 493 kB Progress (2): 573 kB | 493 kB Progress (2): 574 kB | 493 kB Progress (2): 574 kB | 493 kB Progress (2): 575 kB | 493 kB Progress (2): 576 kB | 493 kB Progress (2): 576 kB | 493 kB Progress (2): 577 kB | 493 kB Progress (2): 577 kB | 493 kB Progress (2): 578 kB | 493 kB Progress (2): 578 kB | 493 kB Progress (2): 579 kB | 493 kB Progress (2): 580 kB | 493 kB Progress (2): 580 kB | 493 kB Progress (2): 581 kB | 493 kB Progress (2): 582 kB | 493 kB Progress (2): 582 kB | 493 kB Progress (2): 583 kB | 493 kB Progress (2): 583 kB | 493 kB Progress (2): 584 kB | 493 kB Progress (2): 584 kB | 493 kB Progress (2): 585 kB | 493 kB Progress (2): 585 kB | 493 kB Progress (2): 586 kB | 493 kB Progress (2): 586 kB | 493 kB Progress (2): 587 kB | 493 kB Progress (2): 587 kB | 493 kB Progress (2): 588 kB | 493 kB Progress (2): 588 kB | 493 kB Progress (2): 589 kB | 493 kB Progress (2): 589 kB | 493 kB Progress (2): 590 kB | 493 kB Progress (2): 590 kB | 493 kB Progress (2): 591 kB | 493 kB Progress (2): 592 kB | 493 kB Progress (2): 592 kB | 493 kB Progress (2): 593 kB | 493 kB Progress (2): 593 kB | 493 kB Progress (2): 594 kB | 493 kB Progress (2): 594 kB | 493 kB Progress (2): 595 kB | 493 kB Progress (2): 595 kB | 493 kB Progress (2): 596 kB | 493 kB Progress (2): 596 kB | 493 kB Progress (2): 597 kB | 493 kB Progress (2): 597 kB | 493 kB Progress (2): 598 kB | 493 kB Progress (2): 598 kB | 493 kB Progress (2): 599 kB | 493 kB Progress (2): 599 kB | 493 kB Progress (2): 600 kB | 493 kB Progress (2): 600 kB | 493 kB Progress (2): 601 kB | 493 kB Progress (2): 602 kB | 493 kB Progress (2): 602 kB | 493 kB Progress (2): 603 kB | 493 kB Progress (2): 603 kB | 493 kB Progress (2): 604 kB | 493 kB Progress (2): 604 kB | 493 kB Progress (2): 605 kB | 493 kB Progress (2): 605 kB | 493 kB Progress (2): 606 kB | 493 kB Progress (2): 606 kB | 493 kB Progress (2): 607 kB | 493 kB Progress (2): 608 kB | 493 kB Progress (2): 608 kB | 493 kB Progress (2): 609 kB | 493 kB Progress (2): 609 kB | 493 kB Progress (2): 610 kB | 493 kB Progress (2): 610 kB | 493 kB Progress (2): 611 kB | 493 kB Progress (2): 611 kB | 493 kB Progress (2): 612 kB | 493 kB Progress (2): 612 kB | 493 kB Progress (2): 613 kB | 493 kB Progress (2): 613 kB | 493 kB Progress (2): 614 kB | 493 kB Progress (2): 615 kB | 493 kB Progress (2): 615 kB | 493 kB Progress (2): 616 kB | 493 kB Progress (2): 616 kB | 493 kB Progress (2): 617 kB | 493 kB Progress (2): 617 kB | 493 kB Progress (2): 618 kB | 493 kB Progress (2): 618 kB | 493 kB Progress (2): 619 kB | 493 kB Progress (2): 619 kB | 493 kB Progress (2): 620 kB | 493 kB Progress (2): 621 kB | 493 kB Progress (2): 621 kB | 493 kB Progress (2): 621 kB | 493 kB Progress (2): 622 kB | 493 kB Progress (2): 623 kB | 493 kB Progress (2): 623 kB | 493 kB Progress (2): 624 kB | 493 kB Progress (2): 624 kB | 493 kB Progress (2): 625 kB | 493 kB Progress (2): 625 kB | 493 kB Progress (2): 626 kB | 493 kB Progress (2): 626 kB | 493 kB Progress (2): 627 kB | 493 kB Progress (2): 627 kB | 493 kB Progress (2): 628 kB | 493 kB Progress (2): 629 kB | 493 kB Progress (2): 629 kB | 493 kB Progress (2): 629 kB | 493 kB Progress (2): 630 kB | 493 kB Progress (2): 631 kB | 493 kB Progress (2): 631 kB | 493 kB Progress (2): 632 kB | 493 kB Progress (2): 632 kB | 493 kB Progress (2): 633 kB | 493 kB Progress (2): 633 kB | 493 kB Progress (2): 634 kB | 493 kB Progress (2): 634 kB | 493 kB Progress (2): 635 kB | 493 kB Progress (2): 636 kB | 493 kB Progress (2): 636 kB | 493 kB Progress (2): 637 kB | 493 kB Progress (2): 637 kB | 493 kB Progress (2): 638 kB | 493 kB Progress (2): 638 kB | 493 kB Progress (2): 639 kB | 493 kB Progress (2): 640 kB | 493 kB Progress (2): 640 kB | 493 kB Progress (2): 641 kB | 493 kB Progress (2): 641 kB | 493 kB Progress (2): 642 kB | 493 kB Progress (2): 642 kB | 493 kB Progress (2): 643 kB | 493 kB Progress (2): 643 kB | 493 kB Progress (2): 644 kB | 493 kB Progress (2): 644 kB | 493 kB Progress (2): 645 kB | 493 kB Progress (2): 645 kB | 493 kB Progress (2): 646 kB | 493 kB Progress (2): 646 kB | 493 kB Progress (2): 647 kB | 493 kB Progress (2): 647 kB | 493 kB Progress (2): 648 kB | 493 kB Progress (2): 649 kB | 493 kB Progress (2): 649 kB | 493 kB Progress (2): 650 kB | 493 kB Progress (2): 650 kB | 493 kB Progress (2): 651 kB | 493 kB Progress (2): 651 kB | 493 kB Progress (2): 652 kB | 493 kB Progress (2): 652 kB | 493 kB Progress (2): 653 kB | 493 kB Progress (2): 653 kB | 493 kB Progress (2): 654 kB | 493 kB Progress (2): 654 kB | 493 kB Progress (2): 655 kB | 493 kB Progress (2): 655 kB | 493 kB Downloaded: https://www.appng.org/nexus/repository/maven-central/org/hibernate/hibernate-envers/5.4.3.Final/hibernate-envers-5.4.3.Final.jar (493 kB at 2.6 MB/s) Progress (1): 656 kB Progress (1): 656 kB Progress (1): 657 kB Progress (1): 657 kB Progress (1): 658 kB Progress (1): 658 kB Progress (1): 659 kB Progress (1): 660 kB Progress (1): 660 kB Progress (1): 661 kB Progress (1): 661 kB Progress (1): 662 kB Progress (1): 662 kB Progress (1): 663 kB Progress (1): 663 kB Progress (1): 664 kB Progress (1): 664 kB Progress (1): 665 kB Progress (1): 665 kB Progress (1): 666 kB Progress (1): 666 kB Progress (1): 667 kB Progress (1): 667 kB Progress (1): 668 kB Progress (1): 668 kB Progress (1): 669 kB Progress (1): 670 kB Progress (1): 670 kB Progress (1): 671 kB Progress (1): 671 kB Progress (1): 672 kB Progress (1): 672 kB Progress (1): 673 kB Progress (1): 673 kB Progress (1): 674 kB Progress (1): 674 kB Progress (1): 675 kB Progress (1): 676 kB Progress (1): 676 kB Progress (1): 677 kB Progress (1): 677 kB Progress (1): 678 kB Progress (1): 678 kB Progress (1): 679 kB Progress (1): 679 kB Progress (1): 680 kB Progress (1): 680 kB Progress (1): 681 kB Progress (1): 681 kB Progress (1): 682 kB Progress (1): 682 kB Progress (1): 683 kB Progress (1): 683 kB Progress (1): 684 kB Progress (1): 684 kB Progress (1): 685 kB Progress (1): 685 kB Progress (1): 686 kB Progress (1): 687 kB Progress (1): 687 kB Progress (1): 688 kB Progress (1): 688 kB Progress (1): 689 kB Progress (1): 689 kB Progress (1): 689 kB Progress (1): 690 kB Progress (1): 691 kB Progress (1): 691 kB Progress (1): 692 kB Progress (1): 692 kB Progress (1): 693 kB Progress (1): 693 kB Progress (1): 694 kB Progress (1): 694 kB Progress (1): 695 kB Progress (1): 695 kB Progress (1): 696 kB Progress (1): 697 kB Progress (1): 697 kB Progress (1): 697 kB Progress (1): 698 kB Progress (1): 699 kB Progress (1): 699 kB Progress (1): 700 kB Progress (1): 700 kB Progress (1): 701 kB Progress (1): 701 kB Progress (1): 702 kB Progress (1): 702 kB Progress (1): 703 kB Progress (1): 703 kB Progress (1): 704 kB Progress (1): 704 kB Progress (1): 705 kB Progress (1): 705 kB Progress (1): 706 kB Progress (1): 706 kB Progress (1): 707 kB Progress (1): 707 kB Progress (1): 708 kB Progress (1): 708 kB Progress (1): 709 kB Progress (1): 710 kB Progress (1): 710 kB Progress (1): 711 kB Progress (1): 711 kB Progress (1): 712 kB Progress (1): 712 kB Progress (1): 713 kB Progress (1): 713 kB Progress (1): 714 kB Progress (1): 714 kB Progress (1): 715 kB Progress (1): 715 kB Progress (1): 716 kB Progress (1): 716 kB Progress (1): 717 kB Progress (1): 717 kB Progress (1): 718 kB Progress (1): 718 kB Progress (1): 719 kB Progress (1): 720 kB Progress (1): 720 kB Progress (1): 721 kB Progress (1): 721 kB Progress (1): 722 kB Progress (1): 722 kB Progress (1): 723 kB Progress (1): 723 kB Progress (1): 724 kB Progress (1): 724 kB Progress (1): 725 kB Progress (1): 725 kB Progress (1): 726 kB Progress (1): 726 kB Progress (1): 727 kB Progress (1): 727 kB Progress (1): 728 kB Progress (1): 728 kB Progress (1): 729 kB Progress (1): 729 kB Progress (1): 730 kB Progress (1): 731 kB Progress (1): 731 kB Progress (1): 732 kB Progress (1): 732 kB Progress (1): 733 kB Progress (1): 733 kB Progress (1): 734 kB Progress (1): 734 kB Progress (1): 735 kB Progress (1): 735 kB Progress (1): 736 kB Progress (1): 736 kB Progress (1): 737 kB Progress (1): 737 kB Progress (1): 738 kB Progress (1): 739 kB Progress (1): 739 kB Progress (1): 740 kB Progress (1): 740 kB Progress (1): 741 kB Progress (1): 741 kB Progress (1): 742 kB Progress (1): 742 kB Progress (1): 743 kB Progress (1): 743 kB Progress (1): 744 kB Progress (1): 744 kB Progress (1): 745 kB Progress (1): 745 kB Progress (1): 746 kB Progress (1): 746 kB Progress (1): 747 kB Progress (1): 748 kB Progress (1): 748 kB Progress (1): 749 kB Progress (1): 749 kB Progress (1): 750 kB Progress (1): 750 kB Progress (1): 751 kB Progress (1): 751 kB Progress (1): 752 kB Progress (1): 752 kB Progress (1): 753 kB Progress (1): 753 kB Progress (1): 754 kB Progress (1): 754 kB Progress (1): 755 kB Progress (1): 755 kB Progress (1): 756 kB Progress (1): 756 kB Progress (1): 757 kB Progress (1): 758 kB Progress (1): 758 kB Progress (1): 759 kB Progress (1): 759 kB Progress (1): 760 kB Progress (1): 760 kB Progress (1): 761 kB Progress (1): 761 kB Progress (1): 762 kB Progress (1): 763 kB Progress (1): 763 kB Progress (1): 764 kB Progress (1): 764 kB Progress (1): 765 kB Progress (1): 765 kB Progress (1): 766 kB Progress (1): 766 kB Progress (1): 767 kB Progress (1): 767 kB Progress (1): 768 kB Progress (1): 768 kB Progress (1): 769 kB Progress (1): 769 kB Progress (1): 770 kB Progress (1): 770 kB Progress (1): 771 kB Progress (1): 771 kB Progress (1): 772 kB Progress (1): 772 kB Progress (1): 773 kB Progress (1): 773 kB Progress (1): 774 kB Progress (1): 774 kB Progress (1): 775 kB Progress (1): 775 kB Progress (1): 776 kB Progress (1): 776 kB Progress (1): 777 kB Progress (1): 777 kB Progress (1): 778 kB Progress (1): 779 kB Progress (1): 779 kB Progress (1): 780 kB Progress (1): 780 kB Progress (1): 781 kB Progress (1): 781 kB Progress (1): 782 kB Progress (1): 782 kB Progress (1): 783 kB Progress (1): 783 kB Progress (1): 784 kB Progress (1): 784 kB Progress (1): 785 kB Progress (1): 785 kB Progress (1): 786 kB Progress (1): 787 kB Progress (1): 787 kB Progress (1): 788 kB Progress (1): 788 kB Progress (1): 789 kB Progress (1): 789 kB Progress (1): 790 kB Progress (1): 790 kB Progress (1): 791 kB Progress (1): 791 kB Progress (1): 792 kB Progress (1): 792 kB Progress (1): 793 kB Progress (1): 793 kB Progress (1): 794 kB Progress (1): 794 kB Progress (1): 795 kB Progress (1): 795 kB Progress (1): 796 kB Progress (1): 796 kB Progress (1): 797 kB Progress (1): 797 kB Progress (1): 798 kB Progress (1): 798 kB Progress (1): 799 kB Progress (1): 799 kB Progress (1): 800 kB Progress (1): 800 kB Progress (1): 801 kB Progress (1): 801 kB Progress (1): 802 kB Progress (1): 802 kB Progress (1): 803 kB Progress (1): 803 kB Progress (1): 804 kB Progress (1): 805 kB Progress (1): 805 kB Progress (1): 806 kB Progress (1): 806 kB Progress (1): 807 kB Progress (1): 807 kB Progress (1): 808 kB Progress (1): 808 kB Progress (1): 809 kB Progress (1): 810 kB Progress (1): 810 kB Progress (1): 811 kB Progress (1): 811 kB Progress (1): 812 kB Progress (1): 813 kB Progress (1): 814 kB Progress (1): 814 kB Progress (1): 815 kB Progress (1): 815 kB Progress (1): 816 kB Progress (1): 816 kB Progress (1): 817 kB Progress (1): 817 kB Progress (1): 818 kB Progress (1): 819 kB Progress (1): 819 kB Progress (1): 820 kB Progress (1): 820 kB Progress (1): 821 kB Progress (1): 821 kB Progress (1): 822 kB Progress (1): 823 kB Progress (1): 823 kB Progress (1): 824 kB Progress (1): 825 kB Progress (1): 826 kB Progress (1): 826 kB Progress (1): 827 kB Progress (1): 827 kB Progress (1): 828 kB Progress (1): 828 kB Progress (1): 829 kB Progress (1): 829 kB Progress (1): 830 kB Progress (1): 830 kB Progress (1): 831 kB Progress (1): 831 kB Progress (1): 832 kB Progress (1): 832 kB Progress (1): 833 kB Progress (1): 834 kB Progress (1): 834 kB Progress (1): 834 kB Progress (1): 835 kB Progress (1): 836 kB Progress (1): 836 kB Progress (1): 837 kB Progress (1): 837 kB Progress (1): 838 kB Progress (1): 838 kB Progress (1): 839 kB Progress (1): 839 kB Progress (1): 840 kB Progress (1): 840 kB Progress (1): 841 kB Progress (1): 841 kB Progress (1): 842 kB Progress (1): 842 kB Progress (1): 843 kB Progress (1): 843 kB Progress (1): 844 kB Progress (1): 844 kB Progress (1): 845 kB Progress (1): 845 kB Progress (1): 846 kB Progress (1): 847 kB Progress (1): 847 kB Progress (1): 848 kB Progress (1): 848 kB Progress (1): 849 kB Progress (1): 849 kB Progress (1): 850 kB Progress (1): 850 kB Progress (1): 851 kB Progress (1): 851 kB Progress (1): 852 kB Progress (1): 853 kB Progress (1): 853 kB Progress (1): 854 kB Progress (1): 854 kB Progress (1): 855 kB Progress (1): 855 kB Progress (1): 856 kB Progress (1): 857 kB Progress (1): 857 kB Progress (1): 858 kB Progress (1): 858 kB Progress (1): 859 kB Progress (1): 860 kB Progress (1): 860 kB Progress (1): 861 kB Progress (1): 861 kB Progress (1): 862 kB Progress (1): 862 kB Progress (1): 863 kB Progress (1): 863 kB Progress (1): 864 kB Progress (1): 864 kB Progress (1): 865 kB Progress (1): 866 kB Progress (1): 866 kB Progress (1): 867 kB Progress (1): 867 kB Progress (1): 868 kB Progress (1): 868 kB Progress (1): 869 kB Progress (1): 869 kB Progress (1): 870 kB Progress (1): 870 kB Progress (1): 871 kB Progress (1): 871 kB Progress (1): 872 kB Progress (1): 872 kB Progress (1): 873 kB Progress (1): 874 kB Progress (1): 874 kB Progress (1): 875 kB Progress (1): 875 kB Progress (1): 876 kB Progress (1): 876 kB Progress (1): 877 kB Progress (1): 877 kB Progress (1): 878 kB Progress (1): 878 kB Progress (1): 879 kB Progress (1): 879 kB Progress (1): 880 kB Progress (1): 880 kB Progress (1): 881 kB Progress (1): 881 kB Progress (1): 882 kB Progress (1): 882 kB Progress (1): 883 kB Progress (1): 884 kB Progress (1): 884 kB Progress (1): 885 kB Progress (1): 885 kB Progress (1): 886 kB Progress (1): 886 kB Progress (1): 887 kB Progress (1): 887 kB Progress (1): 888 kB Progress (1): 888 kB Progress (1): 889 kB Progress (1): 889 kB Progress (1): 890 kB Progress (1): 891 kB Progress (1): 891 kB Progress (1): 892 kB Progress (1): 892 kB Progress (1): 893 kB Progress (1): 893 kB Progress (1): 894 kB Progress (1): 894 kB Progress (1): 895 kB Progress (1): 895 kB Progress (1): 896 kB Progress (1): 896 kB Progress (1): 897 kB Progress (1): 897 kB Progress (1): 898 kB Progress (1): 898 kB Progress (1): 899 kB Progress (1): 899 kB Progress (1): 900 kB Progress (1): 900 kB Progress (1): 901 kB Progress (1): 901 kB Progress (1): 902 kB Progress (1): 903 kB Progress (1): 903 kB Progress (1): 903 kB Progress (1): 904 kB Progress (1): 904 kB Progress (1): 905 kB Progress (1): 906 kB Progress (1): 906 kB Progress (1): 907 kB Progress (1): 907 kB Progress (1): 908 kB Progress (1): 908 kB Progress (1): 909 kB Progress (1): 909 kB Progress (1): 910 kB Progress (1): 910 kB Progress (1): 911 kB Progress (1): 911 kB Progress (1): 912 kB Progress (1): 912 kB Progress (1): 913 kB Progress (1): 913 kB Progress (1): 914 kB Progress (1): 914 kB Progress (1): 915 kB Progress (1): 916 kB Progress (1): 916 kB Progress (1): 917 kB Progress (1): 917 kB Progress (1): 918 kB Progress (1): 918 kB Progress (1): 919 kB Progress (1): 919 kB Progress (1): 920 kB Progress (1): 920 kB Progress (1): 921 kB Progress (1): 921 kB Progress (1): 922 kB Progress (1): 922 kB Progress (1): 923 kB Progress (1): 924 kB Progress (1): 924 kB Progress (1): 925 kB Progress (1): 925 kB Progress (1): 926 kB Progress (1): 926 kB Progress (1): 927 kB Progress (1): 927 kB Progress (1): 928 kB Progress (1): 928 kB Progress (1): 929 kB Progress (1): 930 kB Progress (1): 930 kB Progress (1): 931 kB Progress (1): 931 kB Progress (1): 932 kB Progress (1): 932 kB Progress (1): 933 kB Progress (1): 934 kB Progress (1): 934 kB Progress (1): 935 kB Progress (1): 935 kB Progress (1): 936 kB Progress (1): 936 kB Progress (1): 937 kB Progress (1): 937 kB Progress (1): 938 kB Progress (1): 938 kB Progress (1): 939 kB Progress (1): 940 kB Progress (1): 940 kB Progress (1): 941 kB Progress (1): 941 kB Progress (1): 942 kB Progress (1): 942 kB Progress (1): 943 kB Progress (1): 943 kB Progress (1): 944 kB Progress (1): 945 kB Progress (1): 945 kB Progress (1): 946 kB Progress (1): 946 kB Progress (1): 947 kB Progress (1): 947 kB Progress (1): 948 kB Progress (1): 948 kB Progress (1): 949 kB Progress (1): 949 kB Progress (1): 950 kB Progress (1): 950 kB Progress (1): 951 kB Progress (1): 952 kB Progress (1): 952 kB Progress (1): 953 kB Progress (1): 953 kB Progress (1): 954 kB Progress (1): 954 kB Progress (1): 955 kB Progress (1): 955 kB Progress (1): 956 kB Progress (1): 956 kB Progress (1): 957 kB Progress (1): 958 kB Progress (1): 958 kB Progress (1): 959 kB Progress (1): 959 kB Progress (1): 960 kB Progress (1): 960 kB Progress (1): 961 kB Progress (1): 962 kB Progress (1): 962 kB Progress (1): 963 kB Progress (1): 963 kB Progress (1): 964 kB Progress (1): 965 kB Progress (1): 965 kB Progress (1): 966 kB Progress (1): 966 kB Progress (1): 967 kB Progress (1): 967 kB Progress (1): 968 kB Progress (1): 968 kB Progress (1): 969 kB Progress (1): 970 kB Progress (1): 970 kB Progress (1): 971 kB Progress (1): 971 kB Progress (1): 972 kB Progress (1): 972 kB Progress (1): 973 kB Progress (1): 973 kB Progress (1): 974 kB Progress (1): 974 kB Progress (1): 975 kB Progress (1): 975 kB Progress (1): 976 kB Progress (1): 976 kB Progress (1): 977 kB Progress (1): 977 kB Progress (1): 978 kB Progress (1): 979 kB Progress (1): 979 kB Progress (1): 980 kB Progress (1): 980 kB Progress (1): 981 kB Progress (1): 981 kB Progress (1): 982 kB Progress (1): 982 kB Progress (1): 983 kB Progress (1): 983 kB Progress (1): 984 kB Progress (1): 984 kB Progress (1): 985 kB Progress (1): 985 kB Progress (1): 986 kB Progress (1): 986 kB Progress (1): 987 kB Progress (1): 988 kB Progress (1): 988 kB Progress (1): 989 kB Progress (1): 989 kB Progress (1): 990 kB Progress (1): 990 kB Progress (1): 991 kB Progress (1): 991 kB Progress (1): 992 kB Progress (1): 992 kB Progress (1): 993 kB Progress (1): 993 kB Progress (1): 994 kB Progress (1): 994 kB Progress (1): 995 kB Progress (1): 995 kB Progress (1): 996 kB Progress (1): 996 kB Progress (1): 997 kB Progress (1): 997 kB Progress (1): 998 kB Progress (1): 998 kB Progress (1): 999 kB Progress (1): 999 kB Progress (1): 1000 kB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Downloaded: https://www.appng.org/nexus/repository/maven-central/org/hibernate/hibernate-core/5.4.3.Final/hibernate-core-5.4.3.Final.jar (7.1 MB at 9.4 MB/s) [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-persistence --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-persistence --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-persistence --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-persistence --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-persistence --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-persistence --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.20.1.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-persistence --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.20.1-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-persistence --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.20.1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.20.1/appng-persistence-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.20.1/appng-persistence-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.20.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.20.1/appng-persistence-1.20.1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Search 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-search --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-search --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 29 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-search --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-search --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-search --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-search --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.20.1.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-search --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.20.1-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-search --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.20.1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.20.1/appng-search-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.20.1/appng-search-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.20.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.20.1/appng-search-1.20.1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Core Library 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] Generating source... [INFO] parsing a schema... [INFO] compiling a schema... [INFO] org/appng/core/xml/repository/Certification.java [INFO] org/appng/core/xml/repository/GetCertificationRequest.java [INFO] org/appng/core/xml/repository/GetCertificationResponse.java [INFO] org/appng/core/xml/repository/GetPackageRequest.java [INFO] org/appng/core/xml/repository/GetPackageResponse.java [INFO] org/appng/core/xml/repository/GetPackageVersionsRequest.java [INFO] org/appng/core/xml/repository/GetPackageVersionsResponse.java [INFO] org/appng/core/xml/repository/GetPackagesRequest.java [INFO] org/appng/core/xml/repository/GetPackagesResponse.java [INFO] org/appng/core/xml/repository/ObjectFactory.java [INFO] org/appng/core/xml/repository/Package.java [INFO] org/appng/core/xml/repository/PackageType.java [INFO] org/appng/core/xml/repository/PackageVersions.java [INFO] org/appng/core/xml/repository/Packages.java [INFO] org/appng/core/xml/repository/package-info.java [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 79 resources [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 181 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/classes [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/PropertyImpl.java: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/PropertyImpl.java uses or overrides a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/PropertyImpl.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-core --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-core --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-core --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.20.1.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-core --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.20.1-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-core --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.20.1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.20.1/appng-core-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.20.1/appng-core-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.20.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.20.1/appng-core-1.20.1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Command Line Interface 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-cli --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-cli --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 70 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-cli --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-cli --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-cli --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-cli --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.20.1.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-cli --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.20.1-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-cli --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.20.1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.20.1/appng-cli-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.20.1/appng-cli-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.20.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.20.1/appng-cli-1.20.1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tag Library 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-taglib --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-taglib --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 20 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-taglib --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-taglib --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-taglib --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-taglib --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.20.1.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-taglib --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.20.1-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-taglib --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.20.1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.20.1/appng-taglib-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.20.1/appng-taglib-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.20.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.20.1/appng-taglib-1.20.1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Application 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-application --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-application --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-application --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-application --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-war-plugin:3.1.0:war (default-war) @ appng-application --- [INFO] Packaging webapp [INFO] Assembling webapp [appng-application] in [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.20.1] [INFO] Processing war project [INFO] Copying webapp webResources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application/src/main/webapp/META-INF] to [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.20.1] [INFO] Copying webapp webResources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application/src/main/webapp/WEB-INF] to [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.20.1] [INFO] Copying webapp resources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application/src/main/webapp] [INFO] Webapp assembled in [5473 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.20.1.war [INFO] [INFO] --- maven-dependency-plugin:3.0.1:copy-dependencies (default) @ appng-application --- [INFO] Copying cxf-rt-transports-http-3.0.16.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/cxf-rt-transports-http-3.0.16.jar [INFO] Copying jcip-annotations-1.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jcip-annotations-1.0.jar [INFO] Copying jdbc-perf-logger-driver-0.9.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jdbc-perf-logger-driver-0.9.0.jar [INFO] Copying spring-xml-2.4.6.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-xml-2.4.6.RELEASE.jar [INFO] Copying bzip2-0.9.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/bzip2-0.9.1.jar [INFO] Copying protobuf-java-2.5.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/protobuf-java-2.5.0.jar [INFO] Copying jaxb-api-2.3.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jaxb-api-2.3.1.jar [INFO] Copying cxf-rt-frontend-jaxrs-3.0.16.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/cxf-rt-frontend-jaxrs-3.0.16.jar [INFO] Copying commons-beanutils-1.9.3.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-beanutils-1.9.3.jar [INFO] Copying juniversalchardet-1.0.3.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/juniversalchardet-1.0.3.jar [INFO] Copying pdfbox-tools-2.0.9.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/pdfbox-tools-2.0.9.jar [INFO] Copying spring-context-support-4.3.24.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-context-support-4.3.24.RELEASE.jar [INFO] Copying appng-rest-api-1.20.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-rest-api-1.20.1.jar [INFO] Copying commons-vfs2-2.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-vfs2-2.2.jar [INFO] Copying xmlgraphics-commons-2.3.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/xmlgraphics-commons-2.3.jar [INFO] Copying jackson-core-2.10.0.pr1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jackson-core-2.10.0.pr1.jar [INFO] Copying xml-apis-ext-1.3.04.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/xml-apis-ext-1.3.04.jar [INFO] Copying j2objc-annotations-1.3.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/j2objc-annotations-1.3.jar [INFO] Copying classmate-1.3.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/classmate-1.3.4.jar [INFO] Copying apache-mime4j-core-0.8.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/apache-mime4j-core-0.8.1.jar [INFO] Copying jedis-3.1.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jedis-3.1.0.jar [INFO] Copying batik-constants-1.11.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/batik-constants-1.11.jar [INFO] Copying mysema-commons-lang-0.2.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/mysema-commons-lang-0.2.4.jar [INFO] Copying grib-4.5.5.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/grib-4.5.5.jar [INFO] Copying javax.activation-api-1.2.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/javax.activation-api-1.2.0.jar [INFO] Copying hppc-0.8.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/hppc-0.8.1.jar [INFO] Copying appng-taglib-1.20.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-taglib-1.20.1.jar [INFO] Copying jackcess-2.1.10.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jackcess-2.1.10.jar [INFO] Copying junrar-1.0.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/junrar-1.0.1.jar [INFO] Copying bsh-2.0b6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/bsh-2.0b6.jar [INFO] Copying spring-beans-4.3.24.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-beans-4.3.24.RELEASE.jar [INFO] Copying hibernate-validator-6.0.17.Final.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/hibernate-validator-6.0.17.Final.jar [INFO] Copying amqp-client-5.7.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/amqp-client-5.7.2.jar [INFO] Copying poi-3.17.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/poi-3.17.jar [INFO] Copying commons-compress-1.18.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-compress-1.18.jar [INFO] Copying mail-1.4.5.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/mail-1.4.5.jar [INFO] Copying spring-expression-4.3.24.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-expression-4.3.24.RELEASE.jar [INFO] Copying commons-lang-2.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-lang-2.6.jar [INFO] Copying HikariCP-3.3.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/HikariCP-3.3.1.jar [INFO] Copying commons-exec-1.3.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-exec-1.3.jar [INFO] Copying spring-aop-4.3.24.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-aop-4.3.24.RELEASE.jar [INFO] Copying httpclient-4.5.9.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/httpclient-4.5.9.jar [INFO] Copying mchange-commons-java-0.2.15.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/mchange-commons-java-0.2.15.jar [INFO] Copying vorbis-java-core-0.8.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/vorbis-java-core-0.8.jar [INFO] Copying urlrewritefilter-4.0.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/urlrewritefilter-4.0.4.jar [INFO] Copying jackson-annotations-2.10.0.pr1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jackson-annotations-2.10.0.pr1.jar [INFO] Copying cxf-rt-rs-client-3.0.16.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/cxf-rt-rs-client-3.0.16.jar [INFO] Copying lucene-analyzers-common-8.2.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/lucene-analyzers-common-8.2.0.jar [INFO] Copying byte-buddy-1.9.10.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/byte-buddy-1.9.10.jar [INFO] Copying jbig2-imageio-3.0.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jbig2-imageio-3.0.0.jar [INFO] Copying javax.persistence-api-2.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/javax.persistence-api-2.2.jar [INFO] Copying lucene-queries-8.2.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/lucene-queries-8.2.0.jar [INFO] Copying appng-xmlapi-1.20.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-xmlapi-1.20.1.jar [INFO] Copying log4j-1.2.17.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/log4j-1.2.17.jar [INFO] Copying listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar [INFO] Copying spring-tx-4.3.24.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-tx-4.3.24.RELEASE.jar [INFO] Copying appng-api-1.20.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-api-1.20.1.jar [INFO] Copying sis-referencing-0.8.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/sis-referencing-0.8.jar [INFO] Copying tika-core-1.18.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/tika-core-1.18.jar [INFO] Copying openjson-1.0.10.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/openjson-1.0.10.jar [INFO] Copying validation-api-2.0.1.Final.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/validation-api-2.0.1.Final.jar [INFO] Copying jcommander-1.72.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jcommander-1.72.jar [INFO] Copying bcprov-jdk15on-1.54.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/bcprov-jdk15on-1.54.jar [INFO] Copying rome-utils-1.5.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/rome-utils-1.5.1.jar [INFO] Copying antlr-2.7.7.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/antlr-2.7.7.jar [INFO] Copying apache-mime4j-dom-0.8.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/apache-mime4j-dom-0.8.1.jar [INFO] Copying unit-api-1.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/unit-api-1.0.jar [INFO] Copying geoapi-3.0.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/geoapi-3.0.1.jar [INFO] Copying netcdf4-4.5.5.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/netcdf4-4.5.5.jar [INFO] Copying asm-5.0.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/asm-5.0.4.jar [INFO] Copying checker-qual-2.8.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/checker-qual-2.8.1.jar [INFO] Copying hibernate-envers-5.4.3.Final.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/hibernate-envers-5.4.3.Final.jar [INFO] Copying hibernate-core-5.4.3.Final.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/hibernate-core-5.4.3.Final.jar [INFO] Copying failureaccess-1.0.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/failureaccess-1.0.1.jar [INFO] Copying javax.ws.rs-api-2.0.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/javax.ws.rs-api-2.0.1.jar [INFO] Copying cdm-4.5.5.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/cdm-4.5.5.jar [INFO] Copying semantic-version-1.2.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/semantic-version-1.2.0.jar [INFO] Copying httpservices-4.5.5.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/httpservices-4.5.5.jar [INFO] Copying spring-web-4.3.24.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-web-4.3.24.RELEASE.jar [INFO] Copying fontbox-2.0.16.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/fontbox-2.0.16.jar [INFO] Copying lucene-core-8.2.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/lucene-core-8.2.0.jar [INFO] Copying jsr305-3.0.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jsr305-3.0.2.jar [INFO] Copying boilerpipe-1.1.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/boilerpipe-1.1.0.jar [INFO] Copying appng-cli-1.20.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-cli-1.20.1.jar [INFO] Copying httpmime-4.5.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/httpmime-4.5.4.jar [INFO] Copying commons-lang3-3.9.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-lang3-3.9.jar [INFO] Copying commons-configuration-1.10.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-configuration-1.10.jar [INFO] Copying attoparser-2.0.5.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/attoparser-2.0.5.RELEASE.jar [INFO] Copying appng-mail-1.20.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-mail-1.20.1.jar [INFO] Copying vorbis-java-tika-0.8.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/vorbis-java-tika-0.8.jar [INFO] Copying unbescape-1.1.6.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/unbescape-1.1.6.RELEASE.jar [INFO] Copying uimaj-core-2.9.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/uimaj-core-2.9.0.jar [INFO] Copying tagsoup-1.2.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/tagsoup-1.2.1.jar [INFO] Copying jaxb-runtime-2.3.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jaxb-runtime-2.3.1.jar [INFO] Copying xmlbeans-2.6.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/xmlbeans-2.6.0.jar [INFO] Copying spring-oxm-4.3.24.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-oxm-4.3.24.RELEASE.jar [INFO] Copying joda-time-2.10.3.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/joda-time-2.10.3.jar [INFO] Copying commons-collections-3.2.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-collections-3.2.2.jar [INFO] Copying commons-logging-api-1.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-logging-api-1.1.jar [INFO] Copying commons-codec-1.13.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-codec-1.13.jar [INFO] Copying freemarker-2.3.28.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/freemarker-2.3.28.jar [INFO] Copying spring-data-commons-1.13.22.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-data-commons-1.13.22.RELEASE.jar [INFO] Copying spring-context-4.3.24.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-context-4.3.24.RELEASE.jar [INFO] Copying nekohtml-1.9.22.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/nekohtml-1.9.22.jar [INFO] Copying javassist-3.24.0-GA.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/javassist-3.24.0-GA.jar [INFO] Copying dom4j-2.1.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/dom4j-2.1.1.jar [INFO] Copying poi-scratchpad-3.17.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/poi-scratchpad-3.17.jar [INFO] Copying jandex-2.0.5.Final.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jandex-2.0.5.Final.jar [INFO] Copying Saxon-HE-9.9.1-4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/Saxon-HE-9.9.1-4.jar [INFO] Copying batik-util-1.11.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/batik-util-1.11.jar [INFO] Copying jsoup-1.12.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jsoup-1.12.1.jar [INFO] Copying aopalliance-1.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/aopalliance-1.0.jar [INFO] Copying spring-webmvc-4.3.24.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-webmvc-4.3.24.RELEASE.jar [INFO] Copying FastInfoset-1.2.15.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/FastInfoset-1.2.15.jar [INFO] Copying jboss-transaction-api_1.2_spec-1.1.1.Final.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jboss-transaction-api_1.2_spec-1.1.1.Final.jar [INFO] Copying bcpkix-jdk15on-1.54.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/bcpkix-jdk15on-1.54.jar [INFO] Copying jul-to-slf4j-1.7.24.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jul-to-slf4j-1.7.24.jar [INFO] Copying animal-sniffer-annotations-1.17.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/animal-sniffer-annotations-1.17.jar [INFO] Copying spring-data-envers-1.1.22.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-data-envers-1.1.22.RELEASE.jar [INFO] Copying spring-security-core-4.2.13.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-security-core-4.2.13.RELEASE.jar [INFO] Copying slf4j-api-1.7.26.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/slf4j-api-1.7.26.jar [INFO] Copying json-simple-1.1.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/json-simple-1.1.1.jar [INFO] Copying quartz-2.3.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/quartz-2.3.1.jar [INFO] Copying hibernate-commons-annotations-5.1.0.Final.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/hibernate-commons-annotations-5.1.0.Final.jar [INFO] Copying spring-orm-4.3.24.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-orm-4.3.24.RELEASE.jar [INFO] Copying jboss-logging-3.3.2.Final.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jboss-logging-3.3.2.Final.jar [INFO] Copying rome-1.5.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/rome-1.5.1.jar [INFO] Copying jempbox-1.8.13.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jempbox-1.8.13.jar [INFO] Copying error_prone_annotations-2.3.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/error_prone_annotations-2.3.2.jar [INFO] Copying stax-ex-1.8.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/stax-ex-1.8.jar [INFO] Copying cxf-core-3.0.16.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/cxf-core-3.0.16.jar [INFO] Copying querydsl-core-4.2.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/querydsl-core-4.2.1.jar [INFO] Copying aspectjrt-1.8.13.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/aspectjrt-1.8.13.jar [INFO] Copying sentiment-analysis-parser-0.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/sentiment-analysis-parser-0.1.jar [INFO] Copying jdom2-2.0.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jdom2-2.0.6.jar [INFO] Copying istack-commons-runtime-3.0.7.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/istack-commons-runtime-3.0.7.jar [INFO] Copying poi-ooxml-schemas-3.17.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/poi-ooxml-schemas-3.17.jar [INFO] Copying simplemagic-1.16.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/simplemagic-1.16.jar [INFO] Copying opennlp-tools-1.8.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/opennlp-tools-1.8.4.jar [INFO] Copying spring-jdbc-4.3.24.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-jdbc-4.3.24.RELEASE.jar [INFO] Copying querydsl-jpa-4.2.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/querydsl-jpa-4.2.1.jar [INFO] Copying uimafit-core-2.2.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/uimafit-core-2.2.0.jar [INFO] Copying commons-collections4-4.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-collections4-4.1.jar [INFO] Copying wsdl4j-1.6.3.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/wsdl4j-1.6.3.jar [INFO] Copying commons-csv-1.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-csv-1.0.jar [INFO] Copying javax.inject-1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/javax.inject-1.jar [INFO] Copying httpcore-4.4.11.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/httpcore-4.4.11.jar [INFO] Copying jackson-databind-2.10.0.pr1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jackson-databind-2.10.0.pr1.jar [INFO] Copying spring-security-web-4.2.13.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-security-web-4.2.13.RELEASE.jar [INFO] Copying slf4j-log4j12-1.7.26.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/slf4j-log4j12-1.7.26.jar [INFO] Copying java-libpst-0.8.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/java-libpst-0.8.1.jar [INFO] Copying xz-1.8.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/xz-1.8.jar [INFO] Copying lucene-highlighter-8.2.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/lucene-highlighter-8.2.0.jar [INFO] Copying xmpcore-5.1.3.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/xmpcore-5.1.3.jar [INFO] Copying hsqldb-2.5.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/hsqldb-2.5.0.jar [INFO] Copying poi-ooxml-3.17.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/poi-ooxml-3.17.jar [INFO] Copying appng-search-1.20.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-search-1.20.1.jar [INFO] Copying commons-text-1.7.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-text-1.7.jar [INFO] Copying stax-api-1.0.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/stax-api-1.0.1.jar [INFO] Copying xom-1.2.10.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/xom-1.2.10.jar [INFO] Copying batik-i18n-1.11.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/batik-i18n-1.11.jar [INFO] Copying jcl-over-slf4j-1.7.26.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jcl-over-slf4j-1.7.26.jar [INFO] Copying lucene-sandbox-8.2.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/lucene-sandbox-8.2.0.jar [INFO] Copying esapi-2.2.0.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/esapi-2.2.0.0.jar [INFO] Copying sis-metadata-0.8.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/sis-metadata-0.8.jar [INFO] Copying swagger-annotations-1.5.22.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/swagger-annotations-1.5.22.jar [INFO] Copying txw2-2.3.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/txw2-2.3.1.jar [INFO] Copying sis-storage-0.8.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/sis-storage-0.8.jar [INFO] Copying spring-core-4.3.24.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-core-4.3.24.RELEASE.jar [INFO] Copying commons-io-2.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-io-2.6.jar [INFO] Copying appng-core-1.20.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-core-1.20.1.jar [INFO] Copying curvesapi-1.04.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/curvesapi-1.04.jar [INFO] Copying appng-persistence-1.20.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-persistence-1.20.1.jar [INFO] Copying jhighlight-1.0.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jhighlight-1.0.2.jar [INFO] Copying hibernate-entitymanager-5.4.3.Final.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/hibernate-entitymanager-5.4.3.Final.jar [INFO] Copying udunits-4.5.5.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/udunits-4.5.5.jar [INFO] Copying woodstox-core-asl-4.4.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/woodstox-core-asl-4.4.1.jar [INFO] Copying appng-forms-1.20.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-forms-1.20.1.jar [INFO] Copying pdfbox-2.0.16.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/pdfbox-2.0.16.jar [INFO] Copying antisamy-1.5.8.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/antisamy-1.5.8.jar [INFO] Copying gson-2.8.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/gson-2.8.1.jar [INFO] Copying spring-ws-core-2.4.6.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-ws-core-2.4.6.RELEASE.jar [INFO] Copying bcmail-jdk15on-1.54.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/bcmail-jdk15on-1.54.jar [INFO] Copying appng-formtags-1.20.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-formtags-1.20.1.jar [INFO] Copying ehcache-web-2.0.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/ehcache-web-2.0.4.jar [INFO] Copying tika-parsers-1.18.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/tika-parsers-1.18.jar [INFO] Copying batik-css-1.11.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/batik-css-1.11.jar [INFO] Copying dec-0.1.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/dec-0.1.2.jar [INFO] Copying sis-utility-0.8.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/sis-utility-0.8.jar [INFO] Copying jai-imageio-core-1.3.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jai-imageio-core-1.3.1.jar [INFO] Copying im4java-1.4.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/im4java-1.4.0.jar [INFO] Copying commons-fileupload-1.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-fileupload-1.4.jar [INFO] Copying metadata-extractor-2.10.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/metadata-extractor-2.10.1.jar [INFO] Copying spring-data-jpa-1.11.22.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-data-jpa-1.11.22.RELEASE.jar [INFO] Copying sis-feature-0.8.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/sis-feature-0.8.jar [INFO] Copying javax.annotation-api-1.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/javax.annotation-api-1.2.jar [INFO] Copying lucene-facet-8.2.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/lucene-facet-8.2.0.jar [INFO] Copying sis-netcdf-0.8.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/sis-netcdf-0.8.jar [INFO] Copying bridge-method-annotation-1.13.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/bridge-method-annotation-1.13.jar [INFO] Copying appng-tools-1.20.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-tools-1.20.1.jar [INFO] Copying stax2-api-3.1.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/stax2-api-3.1.4.jar [INFO] Copying flyway-core-4.2.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/flyway-core-4.2.0.jar [INFO] Copying ehcache-core-2.6.11.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/ehcache-core-2.6.11.jar [INFO] Copying jmatio-1.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jmatio-1.2.jar [INFO] Copying xmlschema-core-2.2.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/xmlschema-core-2.2.2.jar [INFO] Copying thymeleaf-3.0.11.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/thymeleaf-3.0.11.RELEASE.jar [INFO] Copying thymeleaf-spring4-3.0.11.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/thymeleaf-spring4-3.0.11.RELEASE.jar [INFO] Copying commons-pool2-2.6.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-pool2-2.6.2.jar [INFO] Copying jackcess-encrypt-2.1.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jackcess-encrypt-2.1.4.jar [INFO] Copying lucene-queryparser-8.2.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/lucene-queryparser-8.2.0.jar [INFO] Copying jna-4.1.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jna-4.1.0.jar [INFO] Copying guava-28.0-jre.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/guava-28.0-jre.jar [INFO] Copying lucene-memory-8.2.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/lucene-memory-8.2.0.jar [INFO] [INFO] --- maven-assembly-plugin:3.0.0:single (default) @ appng-application --- [INFO] Reading assembly descriptor: assembly.xml [INFO] Building zip: /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.20.1-dependencies-20190910-1409.zip [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-application --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.20.1-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-application --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.20.1.war to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.20.1/appng-application-1.20.1.war [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.20.1/appng-application-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.20.1-dependencies-20190910-1409.zip to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.20.1/appng-application-1.20.1.zip [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.20.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.20.1/appng-application-1.20.1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG application BOM 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ appng-application-bom --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-bom/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-application-bom/1.20.1/appng-application-bom-1.20.1.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Documentation 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-documentation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-documentation --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-documentation --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-documentation --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-documentation --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-documentation --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.20.1.jar [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.6:process-asciidoc (html) @ appng-documentation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 9 resources [INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/asciidoc/developerguide.adoc [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-documentation --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.20.1-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-documentation --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.20.1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.20.1/appng-documentation-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.20.1/appng-documentation-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.20.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.20.1/appng-documentation-1.20.1-sources.jar [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.6:process-asciidoc (pdf) @ appng-documentation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 9 resources [INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/asciidoc/developerguide.adoc [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Template Assembly Descriptors 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-template-assembly --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-template-assembly --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-template-assembly --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-template-assembly --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-template-assembly --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-template-assembly --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.20.1.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-template-assembly --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.20.1-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-template-assembly --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.20.1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.20.1/appng-template-assembly-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.20.1/appng-template-assembly-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.20.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.20.1/appng-template-assembly-1.20.1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Template Parent 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ appng-template-parent --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-parent/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-template-parent/1.20.1/appng-template-parent-1.20.1.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appng-application-assembly 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-application-assembly --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-application-assembly --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-application-assembly --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-application-assembly --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-application-assembly --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-application-assembly --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.20.1.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-application-assembly --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.20.1-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-application-assembly --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.20.1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.20.1/appng-application-assembly-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.20.1/appng-application-assembly-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.20.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.20.1/appng-application-assembly-1.20.1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG application parent 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ appng-application-parent --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-parent/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-application-parent/1.20.1/appng-application-parent-1.20.1.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Archetype - appng-archetype-application 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-archetype-application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 18 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-archetype-application --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-archetype-application --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-archetype-application --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-archetype-application --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-archetype-application --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.20.1.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-archetype-application --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.20.1-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-archetype-application --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.20.1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.20.1/appng-archetype-application-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.20.1/appng-archetype-application-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.20.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.20.1/appng-archetype-application-1.20.1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNGizer JAXB API 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] Created EpisodePath [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/generated-sources/jaxb/META-INF/JAXB]: true [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-appngizer-jaxb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 37 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-appngizer-jaxb --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 38 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-appngizer-jaxb --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-appngizer-jaxb --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-appngizer-jaxb --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-appngizer-jaxb --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.20.1.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-appngizer-jaxb --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.20.1-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-appngizer-jaxb --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.20.1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.20.1/appng-appngizer-jaxb-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.20.1/appng-appngizer-jaxb-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.20.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.20.1/appng-appngizer-jaxb-1.20.1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNGizer 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-appngizer --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 46 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-appngizer --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-appngizer --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-appngizer --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-war-plugin:3.1.0:war (default-war) @ appng-appngizer --- [INFO] Packaging webapp [INFO] Assembling webapp [appng-appngizer] in [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.20.1] [INFO] Processing war project [INFO] Copying webapp webResources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/webapp/META-INF] to [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.20.1] [INFO] Copying webapp webResources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/webapp/WEB-INF] to [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.20.1] [INFO] Copying webapp resources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/webapp] [INFO] Webapp assembled in [31 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.20.1.war [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.6:process-asciidoc (pdf-generate-user-manual) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 47 resources [INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/asciidoc/appngizer-user-manual.adoc [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.6:process-asciidoc (html-generate-user-manual) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 47 resources [INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/asciidoc/appngizer-user-manual.adoc [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.6:process-asciidoc (pdf-generate-install-platform) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 47 resources [INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/asciidoc/appngizer-platform-installation-guide.adoc [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.6:process-asciidoc (html-generate-install-platform) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 47 resources [INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/asciidoc/appngizer-platform-installation-guide.adoc [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.6:process-asciidoc (pdf-generate-setup-guide) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 47 resources [INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/asciidoc/appngizer-setup-guide.adoc [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.6:process-asciidoc (html-generate-setup-guide) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 47 resources [INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/asciidoc/appngizer-setup-guide.adoc [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-appngizer --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.20.1-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-appngizer --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.20.1.war to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.20.1/appng-appngizer-1.20.1.war [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.20.1/appng-appngizer-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.20.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.20.1/appng-appngizer-1.20.1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG appNGizer Maven Plugin 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-appngizer-maven-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-appngizer-maven-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/classes [INFO] [INFO] --- maven-plugin-plugin:3.5:descriptor (default-descriptor) @ appng-appngizer-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 2 mojo descriptors. [INFO] [INFO] --- maven-plugin-plugin:3.5:descriptor (mojo-descriptor) @ appng-appngizer-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 2 mojo descriptors. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-appngizer-maven-plugin --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-appngizer-maven-plugin --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-appngizer-maven-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-appngizer-maven-plugin --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.20.1.jar [INFO] [INFO] --- maven-plugin-plugin:3.5:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ appng-appngizer-maven-plugin --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-appngizer-maven-plugin --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.20.1-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-appngizer-maven-plugin --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.20.1.jar to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.20.1/appng-appngizer-maven-plugin-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.20.1/appng-appngizer-maven-plugin-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.20.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.20.1/appng-appngizer-maven-plugin-1.20.1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG camunda 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-camunda --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-camunda --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-camunda --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-camunda --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-camunda --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-camunda --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.20.1.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-camunda --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.20.1-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-camunda --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.20.1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.20.1/appng-camunda-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.20.1/appng-camunda-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.20.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.20.1/appng-camunda-1.20.1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Application, including Camunda BPM process engine libraries 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-application-camunda --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-application-camunda --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-application-camunda --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-application-camunda --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-application-camunda --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-war-plugin:3.1.0:war (default-war) @ appng-application-camunda --- [INFO] Packaging webapp [INFO] Assembling webapp [appng-application-camunda] in [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/target/appng-application-camunda-1.20.1] [INFO] Processing war project [INFO] Processing overlay [ id org.appng:appng-application] [INFO] Webapp assembled in [3556 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/target/appng-application-camunda-1.20.1.war [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-application-camunda --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-application-camunda --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/target/appng-application-camunda-1.20.1.war to /var/lib/jenkins/.m2/repository/org/appng/appng-application-camunda/1.20.1/appng-application-camunda-1.20.1.war [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-application-camunda/1.20.1/appng-application-camunda-1.20.1.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Maven Plugin 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 0 mojo descriptor. [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-maven-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/classes [INFO] [INFO] --- maven-plugin-plugin:3.5.1:descriptor (default-descriptor) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-maven-plugin --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-maven-plugin --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-maven-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-maven-plugin --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.20.1.jar [INFO] [INFO] --- maven-plugin-plugin:3.5.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ appng-maven-plugin --- [INFO] [INFO] --- maven-shade-plugin:3.1.0:shade (default) @ appng-maven-plugin --- [INFO] Including org.appng:appng-tools:jar:1.20.1 in the shaded jar. [INFO] Excluding com.fasterxml.jackson.core:jackson-core:jar:2.10.0.pr1 from the shaded jar. [INFO] Excluding com.fasterxml.jackson.core:jackson-databind:jar:2.10.0.pr1 from the shaded jar. [INFO] Excluding com.fasterxml.jackson.core:jackson-annotations:jar:2.10.0.pr1 from the shaded jar. [INFO] Excluding commons-io:commons-io:jar:2.6 from the shaded jar. [INFO] Excluding org.slf4j:slf4j-log4j12:jar:1.7.26 from the shaded jar. [INFO] Excluding org.slf4j:slf4j-api:jar:1.7.26 from the shaded jar. [INFO] Excluding log4j:log4j:jar:1.2.17 from the shaded jar. [INFO] Excluding com.j256.simplemagic:simplemagic:jar:1.16 from the shaded jar. [INFO] Including org.apache.commons:commons-lang3:jar:3.9 in the shaded jar. [INFO] Excluding org.apache.maven:maven-plugin-api:jar:3.3.9 from the shaded jar. [INFO] Excluding org.apache.maven:maven-model:jar:3.3.9 from the shaded jar. [INFO] Excluding org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.2 from the shaded jar. [INFO] Excluding javax.enterprise:cdi-api:jar:1.0 from the shaded jar. [INFO] Excluding javax.annotation:jsr250-api:jar:1.0 from the shaded jar. [INFO] Excluding org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.2 from the shaded jar. [INFO] Excluding org.apache.maven:maven-core:jar:3.3.9 from the shaded jar. [INFO] Excluding org.apache.maven:maven-settings:jar:3.3.9 from the shaded jar. [INFO] Excluding org.apache.maven:maven-settings-builder:jar:3.3.9 from the shaded jar. [INFO] Excluding org.apache.maven:maven-builder-support:jar:3.3.9 from the shaded jar. [INFO] Excluding org.apache.maven:maven-repository-metadata:jar:3.3.9 from the shaded jar. [INFO] Excluding org.apache.maven:maven-model-builder:jar:3.3.9 from the shaded jar. [INFO] Excluding com.google.guava:guava:jar:28.0-jre from the shaded jar. [INFO] Excluding org.apache.maven:maven-aether-provider:jar:3.3.9 from the shaded jar. [INFO] Excluding org.eclipse.aether:aether-spi:jar:1.0.2.v20150114 from the shaded jar. [INFO] Excluding org.eclipse.aether:aether-impl:jar:1.0.2.v20150114 from the shaded jar. [INFO] Excluding org.eclipse.aether:aether-api:jar:1.0.2.v20150114 from the shaded jar. [INFO] Excluding org.eclipse.aether:aether-util:jar:1.0.2.v20150114 from the shaded jar. [INFO] Excluding com.google.inject:guice:jar:no_aop:4.0 from the shaded jar. [INFO] Excluding org.codehaus.plexus:plexus-interpolation:jar:1.21 from the shaded jar. [INFO] Excluding org.codehaus.plexus:plexus-utils:jar:3.1.0 from the shaded jar. [INFO] Excluding org.codehaus.plexus:plexus-classworlds:jar:2.5.2 from the shaded jar. [INFO] Excluding org.codehaus.plexus:plexus-component-annotations:jar:1.6 from the shaded jar. [INFO] Excluding org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3 from the shaded jar. [INFO] Excluding org.sonatype.plexus:plexus-cipher:jar:1.4 from the shaded jar. [INFO] Excluding org.apache.maven:maven-compat:jar:3.3.9 from the shaded jar. [INFO] Excluding org.apache.maven.wagon:wagon-provider-api:jar:2.10 from the shaded jar. [INFO] Excluding org.sonatype.plexus:plexus-build-api:jar:0.0.7 from the shaded jar. [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.20.1.jar with /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.20.1-shaded.jar [INFO] Dependency-reduced POM written at: /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/dependency-reduced-pom.xml [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-maven-plugin --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.20.1-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-maven-plugin --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.20.1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-maven-plugin/1.20.1/appng-maven-plugin-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/dependency-reduced-pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-maven-plugin/1.20.1/appng-maven-plugin-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.20.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-maven-plugin/1.20.1/appng-maven-plugin-1.20.1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building upNGizr 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-upngizr --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-upngizr --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-upngizr --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-upngizr --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-upngizr --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-war-plugin:3.1.0:war (default-war) @ appng-upngizr --- [INFO] Packaging webapp [INFO] Assembling webapp [appng-upngizr] in [/var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.20.1] [INFO] Processing war project [INFO] Copying webapp webResources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/src/main/webapp/META-INF] to [/var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.20.1] [INFO] Copying webapp webResources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/src/main/webapp/WEB-INF] to [/var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.20.1] [INFO] Copying webapp resources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/src/main/webapp] [INFO] Webapp assembled in [20 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.20.1.war [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-upngizr --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.20.1-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-upngizr --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.20.1.war to /var/lib/jenkins/.m2/repository/org/appng/appng-upngizr/1.20.1/appng-upngizr-1.20.1.war [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-upngizr/1.20.1/appng-upngizr-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.20.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-upngizr/1.20.1/appng-upngizr-1.20.1-sources.jar [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] appNG Parent ....................................... SUCCESS [ 3.888 s] [INFO] appNG Tools ........................................ SUCCESS [ 14.822 s] [INFO] appNG Mail ......................................... SUCCESS [ 0.532 s] [INFO] appNG Forms ........................................ SUCCESS [ 3.120 s] [INFO] appng Formtags ..................................... SUCCESS [ 0.656 s] [INFO] appNG XML-API ...................................... SUCCESS [ 8.961 s] [INFO] appNG public API ................................... SUCCESS [ 11.641 s] [INFO] appNG testsupport .................................. SUCCESS [ 3.883 s] [INFO] appNG REST API ..................................... SUCCESS [ 8.857 s] [INFO] appNG Persistence-Tools ............................ SUCCESS [ 5.059 s] [INFO] appNG Search ....................................... SUCCESS [ 9.509 s] [INFO] appNG Core Library ................................. SUCCESS [ 8.706 s] [INFO] appNG Command Line Interface ....................... SUCCESS [ 1.144 s] [INFO] appNG Tag Library .................................. SUCCESS [ 0.769 s] [INFO] appNG Application .................................. SUCCESS [ 13.707 s] [INFO] appNG application BOM .............................. SUCCESS [ 0.849 s] [INFO] appNG Documentation ................................ SUCCESS [ 45.679 s] [INFO] appNG Template Assembly Descriptors ................ SUCCESS [ 0.062 s] [INFO] appNG Template Parent .............................. SUCCESS [ 0.181 s] [INFO] appng-application-assembly ......................... SUCCESS [ 0.103 s] [INFO] appNG application parent ........................... SUCCESS [ 0.165 s] [INFO] Archetype - appng-archetype-application ............ SUCCESS [ 0.139 s] [INFO] appNGizer JAXB API ................................. SUCCESS [ 5.860 s] [INFO] appNGizer .......................................... SUCCESS [ 24.447 s] [INFO] appNG appNGizer Maven Plugin ....................... SUCCESS [ 3.805 s] [INFO] appNG camunda ...................................... SUCCESS [ 1.599 s] [INFO] appNG Application, including Camunda BPM process engine libraries SUCCESS [ 5.501 s] [INFO] appNG Maven Plugin ................................. SUCCESS [ 5.529 s] [INFO] upNGizr ............................................ SUCCESS [ 2.256 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:12 min [INFO] Finished at: 2019-09-10T16:12:40+02:00 [INFO] Final Memory: 289M/1740M [INFO] ------------------------------------------------------------------------ [Pipeline] sh + /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.5.0/bin/mvn deploy -Djavax.xml.accessExternalSchema=all -DoutFolder=/srv/www/appng.org/appng/builds/stable -Pmaven-central -Pjavadocs [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.appng:appng-application-bom:pom:1.20.1 [WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.projectlombok:lombok:jar -> version 1.16.22 vs 1.16.18 @ line 1472, column 16 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] Inspecting build with total of 29 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 29 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] appNG Parent [INFO] appNG Tools [INFO] appNG Mail [INFO] appNG Forms [INFO] appng Formtags [INFO] appNG XML-API [INFO] appNG public API [INFO] appNG testsupport [INFO] appNG REST API [INFO] appNG Persistence-Tools [INFO] appNG Search [INFO] appNG Core Library [INFO] appNG Command Line Interface [INFO] appNG Tag Library [INFO] appNG Application [INFO] appNG application BOM [INFO] appNG Documentation [INFO] appNG Template Assembly Descriptors [INFO] appNG Template Parent [INFO] appng-application-assembly [INFO] appNG application parent [INFO] Archetype - appng-archetype-application [INFO] appNGizer JAXB API [INFO] appNGizer [INFO] appNG appNGizer Maven Plugin [INFO] appNG camunda [INFO] appNG Application, including Camunda BPM process engine libraries [INFO] appNG Maven Plugin [INFO] upNGizr [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Parent 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-parent --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-parent >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.4.7:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Action.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ActionField.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Datasource.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Element.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ErrorModel.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Field.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldValue.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Filter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Link.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Message.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Option.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/OptionType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Options.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Page.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Parameter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Permission.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Sort.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/User.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ValidationRule.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/HttpBasicAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/ApiKeyAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuthFlow.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/Authentication.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.swagger-codegen/VERSION [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-rest-api --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-parent <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-parent --- [WARNING] Error fetching link: https://projectlombok.org/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.tools... Loading source files for package org.appng.tools.zipcode... Loading source files for package org.appng.tools.image... Loading source files for package org.appng.tools.file... Loading source files for package org.appng.tools.locator... Loading source files for package org.appng.tools.poi... Loading source files for package org.appng.tools.os... Loading source files for package org.appng.tools.ui... Loading source files for package org.appng.tools.markup... Loading source files for package org.appng.mail... Loading source files for package org.appng.mail.impl... Loading source files for package org.appng.forms... Loading source files for package org.appng.forms.impl... Loading source files for package org.appng.el... Loading source files for package org.appng.formtags... Loading source files for package org.appng.formtags.providers... Loading source files for package org.appng.xml... Loading source files for package org.appng.xml.transformation... Loading source files for package org.appng.xml.platform... Loading source files for package org.appng.xml.application... Loading source files for package org.appng.api... Loading source files for package org.appng.api.auth... Loading source files for package org.appng.api.messaging... Loading source files for package org.appng.api.support... Loading source files for package org.appng.api.support.field... Loading source files for package org.appng.api.support.validation... Loading source files for package org.appng.api.support.environment... Loading source files for package org.appng.api.observe... Loading source files for package org.appng.api.observe.impl... Loading source files for package org.appng.api.model... Loading source files for package org.appng.api.search... Loading source files for package org.appng.testsupport... Loading source files for package org.appng.testsupport.persistence... Loading source files for package org.appng.testsupport.validation... Loading source files for package org.appng.api.rest... Loading source files for package org.appng.api.rest.auth... Loading source files for package org.appng.api.rest.model... Loading source files for package org.appng.persistence.repository... Loading source files for package org.appng.persistence.dialect... Loading source files for package org.appng.search... Loading source files for package org.appng.search.json... Loading source files for package org.appng.search.indexer... Loading source files for package org.appng.search.searcher... Loading source files for package org.appng.core.domain... Loading source files for package org.appng.core.templating... Loading source files for package org.appng.core.security... Loading source files for package org.appng.core.security.signing... Loading source files for package org.appng.core.service... Loading source files for package org.appng.core.repository... Loading source files for package org.appng.core.repository.config... Loading source files for package org.appng.core... Loading source files for package org.appng.core.model... Loading source files for package org.appng.core.controller.rest... Loading source files for package org.appng.core.controller... Loading source files for package org.appng.core.controller.messaging... Loading source files for package org.appng.core.controller.handler... Loading source files for package org.appng.core.controller.filter... Loading source files for package org.appng.core.xml.repository... Loading source files for package org.appng.cli... Loading source files for package org.appng.cli.commands.applicationrole... Loading source files for package org.appng.cli.commands.permission... Loading source files for package org.appng.cli.commands... Loading source files for package org.appng.cli.commands.repository... Loading source files for package org.appng.cli.commands.platform... Loading source files for package org.appng.cli.commands.property... Loading source files for package org.appng.cli.commands.template... Loading source files for package org.appng.cli.commands.site... Loading source files for package org.appng.cli.commands.subject... Loading source files for package org.appng.cli.commands.group... Loading source files for package org.appng.cli.commands.application... Loading source files for package org.appng.cli.commands.heartbeat... Loading source files for package org.appng.cli.prettytable... Loading source files for package org.appng.cli.validators... Loading source files for package org.appng.cli.servlet... Loading source files for package org.appng.taglib... Loading source files for package org.appng.taglib.form... Loading source files for package org.appng.taglib.search... Loading source files for package org.appng.appngizer.client... Loading source files for package org.appng.appngizer.model.xml... Loading source files for package org.appng.appngizer.model... Loading source files for package org.appng.appngizer.controller... Loading source files for package org.appng.maven.plugins.appngizer... Loading source files for package org.appng.camunda.bpm... Loading source files for package org.appng.maven.plugin.mojo... Loading source files for package org.appng.upngizr.controller... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/RandomUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/zipcode/DefaultZipCodeValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/zipcode/GermanyZipCodeValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/zipcode/ZipCodeCountry.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/zipcode/ZipCodeValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/zipcode/ZipCodeValidatorFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/image/Captcha.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/image/ImageMetaData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/image/ImageProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/file/FilePrefixFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/file/FileSuffixFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/file/MagicByteCheck.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/file/PropertyConstantCreator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/locator/Coordinate.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/locator/GeoLocator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/locator/GMapGeoLocator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/Border.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/Border.BorderLocation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/Borders.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/Borders.BorderBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/ColumnDefinition.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/FontBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/WorkBookHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/os/Command.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/os/Command.StreamConsumer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/os/OperatingSystem.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/os/StringConsumer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/ui/Chunk.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/ui/Pagination.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/ui/StringNormalizer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/markup/XHTML.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/markup/XML.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/Address.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/Attachment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/Mail.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/Mail.RecipientType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/MailException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/MailTransport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/Receiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/impl/AttachmentImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/impl/DefaultTransport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/impl/MailImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/FormUpload.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/FormUploadValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/Request.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/RequestContainer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/XSSUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/impl/FormUploadBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/impl/RequestBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/el/ExpressionEvaluator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/Form.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/FormConfirmation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/FormConfirmation.FormConfirmationMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/FormData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/FormData.FormDataMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/FormElement.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/FormElement.InputTag.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/FormElement.InputType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/FormGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/FormProcessProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/LogFormData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/RuleValidation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/providers/EmailProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/ApplicationPropertyConstantCreator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/BaseObject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/MarshallService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/MarshallService.AppNGSchema.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/transformation/StyleSheetProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/transformation/Transformer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Action.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/ActionRef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/ApplicationConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/ApplicationReference.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/ApplicationRootConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Authentication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Authentications.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Bean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/BeanOption.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Condition.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Config.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Content.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Data.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/DataConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Datafield.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Datasource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/DatasourceRef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Datasources.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Digits.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Event.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Events.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/FieldDef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/FieldPermissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/FieldPermissionType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/FieldType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/FileUpload.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Future.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/GetParams.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Icon.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Icontype.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/ItemType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Label.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Labels.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Link.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Linkmode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Linkpanel.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Localization.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Max.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Message.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Messages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/MessageType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/MetaData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Min.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Navigation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/NavigationItem.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/NotNull.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/ObjectFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Option.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/OptionGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Output.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/OutputFormat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/OutputType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/PageConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/PageDefinition.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/PageReference.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Pages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/PagesReference.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/PanelLocation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Param.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Params.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/ParamType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Past.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Pattern.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/PermissionMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Permissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Platform.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/PlatformConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/PostParams.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Result.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Resultset.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Rule.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Rule.Option.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Section.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/SectionConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/SectionDef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Sectionelement.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/SectionelementDef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Selection.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/SelectionGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/SelectionType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Session.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/SessionInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/SessionParams.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Size.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Sort.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/SortOrder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Structure.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/StructureDef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Subject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Template.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Textcontents.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/TextElement.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/TextElement.Xml.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Textelements.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Type.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/UrlParams.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/UrlSchema.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/UserData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/UserInputField.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Validation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/ValidationGroups.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/ValidationGroups.Group.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/ValidationRule.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/ApplicationInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/Datasource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/Datasources.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/DatasourceType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/ObjectFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/PackageInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/PermissionRef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/Permissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/Properties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/Role.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/Roles.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/Template.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/TemplateType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/ActionProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/ApplicationConfigProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/ApplicationController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/ApplicationException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/AttachmentWebservice.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/BusinessException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/DataContainer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/DataProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/Environment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/FieldConverter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/FieldConverter.DatafieldOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/FieldConverter.FieldDefOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/FieldProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/FieldWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/FileUpload.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/FileUpload.Unit.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/FormDataBinder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/FormProcessProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/FormValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/GlobalTaglet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/GlobalXMLTaglet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/InvalidConfigurationException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/MessageParam.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/NotBlank.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/Option.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/Options.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/PageProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/ParameterSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/Path.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/PathInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/PermissionOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/PermissionProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/Platform.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/Platform.Environment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/Platform.Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/ProcessingException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/Request.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/RequestDataBinder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/RequestSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/RequestUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/ResultService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/ScheduledJob.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/ScheduledJobResult.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/ScheduledJobResult.ExecutionResult.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/Scope.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/Session.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/Session.Environment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/SiteProperties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/SoapClient.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/SoapService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/Taglet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/ValidationMessages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/ValidationProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/VHostMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/Webservice.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/XMLTaglet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/XPathProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/auth/AuthTools.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/auth/PasswordPolicy.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/Event.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/EventHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/EventRegistry.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/Messaging.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/Receiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/Sender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/Serializer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/ApplicationConfigProviderImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/ApplicationRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/ApplicationResourceHolder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/CallableAction.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/CallableDataSource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/ClassWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/ConfigValidationError.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/ConfigValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/DatasourceInheritanceHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/DefaultPermissionProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/DollarParameterSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/DummyPermissionProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/ElementHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/FieldProcessorImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/HashParameterSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/HttpHeaderUtils.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/HttpHeaderUtils.HttpResource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/I18n.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/LabelSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/MessageSourceChain.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/OptionGroupFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/OptionGroupFactory.OptionGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/OptionImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/OptionOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/OptionOwner.HitCounter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/OptionOwner.OptionOwnerBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/OptionOwner.Selector.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/OptionsBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/OptionsImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/ParameterSupportBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/PositionalXMLReader.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/PropertyHolder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/RequestFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/RequestSupportImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/ResourceBundleMessageSource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/ResultServiceImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/SelectionBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/SelectionFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/SelectionFactory.Selection.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/SiteAwareObjectInputStream.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/SiteClassLoader.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/SortParamSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/XmlGenerator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/XmlGenerator.Entity.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/XSSHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/field/FieldConversionFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/validation/DefaultValidationProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/validation/FileUploadListValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/validation/FileUploadValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/validation/LocalizedMessageInterpolator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/environment/DefaultEnvironment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/environment/EnvironmentFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/environment/EnvironmentKeys.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/observe/Observable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/observe/Observable.Event.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/observe/Observer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/observe/impl/ObservableDelegate.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Account.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Application.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/ApplicationSubject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Authorizable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/AuthSubject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/FeatureProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Group.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Identifiable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Identifier.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Nameable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Named.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/NameProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Properties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Resource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Resources.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/ResourceType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/ReverseableComparator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/RevisionAware.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Role.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/SimpleProperty.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Site.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Site.SiteState.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Subject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/UserType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Versionable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/search/BlockingQueueAccessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/search/Consumer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/search/Document.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/search/DocumentEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/search/DocumentProducer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/search/Producer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/TestBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/TestBase.ActionCall.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/TestBase.DataSourceCall.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/TestBase.SimpleApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/TestBase.SimpleFeatureProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/ConnectionHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/ConnectionHelper.DBType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/ConnectionInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/DatabaseUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/HsqlServer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/HsqlServerFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/TestDataProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/AttributeValueDifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/DateFieldDifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/DifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/TextValueDifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/WritingJsonValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/WritingJsonValidator.JsonWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/WritingXmlValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/XPathDifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/ActionHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/ApiClient.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/ApiClient.CollectionFormat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/DataSourceHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/RestClient.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/RestClient.Pageable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/RestResponseEntity.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/RFC3339DateFormat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/auth/ApiKeyAuth.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/auth/Authentication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/auth/HttpBasicAuth.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/auth/OAuth.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/auth/OAuthFlow.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/Action.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/ActionField.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/Datasource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/Element.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/ErrorModel.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/Field.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/FieldType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/FieldValue.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/Filter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/Link.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/Link.TypeEnum.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/Message.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/Message.LevelEnum.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/Option.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/Options.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/OptionType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/Page.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/Parameter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/Permission.ModeEnum.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/Sort.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/Sort.OrderEnum.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/User.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/ValidationRule.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/EnversSearchRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/EnversSearchRepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/QueryDslSearchRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/QueryDslSearchRepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/SearchQuery.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/SearchQuery.Clause.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/SearchQuery.Criterion.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/SearchQuery.Operand.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/SearchRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/SearchRepositoryFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/SearchRepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/dialect/HSQLDialect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/dialect/MySqlTextDialect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/dialect/SQLServer2008Dialect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/DocumentProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/Search.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/SearchProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/Filter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/FilterConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/FilterData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/FilterItem.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/FilterItem.DataCounter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/Json.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/Page.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/Part.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/Result.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/Result.Field.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/Result.Fields.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/Results.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/Search.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/SearchFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/DocumentIndexer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/FileSystemProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/GlobalIndexer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/IndexConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/IndexConfig.ConfigEntry.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/ParseTags.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/SimpleDocument.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/searcher/DateAdapter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/searcher/GermanSearchTermProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/searcher/SearchFormatter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/searcher/SearchTermProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/searcher/StandardSearcher.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/ApplicationImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/Auditable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/DatabaseConnection.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/DatabaseConnection.DatabaseType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/GroupImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/JobExecutionRecord.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/ObjectUtils.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/PackageArchiveImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/PermissionImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/PersistentPropertyHolder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/PlatformEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/PlatformEvent.Type.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/PlatformEventListener.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/PlatformEventListener.EventProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/PropertyImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/RepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/ResourceImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/RoleImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/SiteApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/SiteApplicationPK.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/SiteImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/SubjectImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/Template.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/TemplateResource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/ValidationPatterns.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/templating/AppNGThymeleafDialect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/templating/ReplaceTagProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/templating/ThymeleafReplaceInterceptor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/templating/ThymeleafReplaceInterceptorBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/templating/ThymeleafStandardReplaceTagProcessorCaller.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/templating/ThymeleafTemplateEngine.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/BCryptPasswordHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/DefaultPasswordPolicy.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/DigestUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/DigestValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/PasswordHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/SaltedDigest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/SaltedDigestSha1.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/Sha1PasswordHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/BaseConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/BaseConfig.PrivateKeyFormat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/BaseConfig.SigningAlgorithm.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/CertChainValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/CertTools.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/SignatureWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/Signer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/SignerConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/SigningException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/SigningException.ErrorType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/ValidatorConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/ApplicationArchiveProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/ApplicationProperties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/CacheService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/CoreService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/DatabaseService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/HsqlStarter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/InitializerService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/LdapService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/MigrationService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/MigrationService.MigrationStatus.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/PlatformProperties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/PropertySupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/TemplateService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/ApplicationRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/DatabaseConnectionRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/GroupRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/JobExecutionRecordRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/PermissionRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/PlatformEventRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/PropertyRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/RepoRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/ResourceRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/RoleRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/SiteApplicationRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/SiteRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/SubjectRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/TemplateRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/TemplateResourceRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/config/ApplicationPostProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/config/DatasourceConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/config/DataSourceFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/config/HikariCPConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/config/TomcatJdbcConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/JMXUtils.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/Redirect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/AbstractRequestProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/AccessibleApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/ApplicationContext.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/ApplicationProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/ApplicationSubjectImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/CacheProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/FeatureProviderImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/InstallablePackage.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/JarInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/JarInfo.JarInfoBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/PackageArchive.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/PackageVersion.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/PackageWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/PlatformProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/PlatformTransformer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/Repository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/RepositoryCache.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/RepositoryCacheFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/RepositoryCacheFilesystem.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/RepositoryCacheSoap.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/RepositoryMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/RepositoryScheme.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/RepositoryType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/RepositoryUtils.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/RequestProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/ResponseType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/TemplateProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/ThymeleafProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/ThymeleafProcessor.AppNG.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/ZipFileProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/rest/RestPostProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/AppngCache.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/CacheElementBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/Controller.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/HttpHeaders.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/Log4jConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/PlatformConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/PlatformStartup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/RepositoryWatcher.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/Session.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/SessionListener.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/JedisBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/JedisReceiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/JedisSender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/MulticastReceiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/MulticastSender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/NodeEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/NodeEvent.MemoryUsage.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/NodeEvent.NodeState.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/RabbitMQBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/RabbitMQReceiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/RabbitMQSender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/ReloadSiteEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/RequestNodeState.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/SiteDeletedEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/SiteStateEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/TribesReceiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/TribesSender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/ErrorPageHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/GuiHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/JspHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/RequestHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/RestService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/ServiceRequestHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/SoapService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/StaticContentHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/CsrfSetupFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/JspExtensionFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/MSOfficeUserAgentFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/PageCacheFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/RedirectFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/RedirectFilter.UrlRewriteConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/XSSFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/Certification.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/GetCertificationRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/GetCertificationResponse.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/GetPackageRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/GetPackageResponse.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/GetPackagesRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/GetPackagesResponse.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/GetPackageVersionsRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/GetPackageVersionsResponse.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/ObjectFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/Package.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/Packages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/PackageType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/PackageVersions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/CliBootstrap.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/CliCommands.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/CliCore.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/CliEnvironment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/CliEventProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/CliShell.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/ExecutableCliCommand.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/NoSuchRepositoryException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/NoSuchSiteException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/applicationrole/AddRole.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/applicationrole/ListRoles.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/permission/AddPermission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/permission/ListPermissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/permission/RemovePermission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/CommandBatch.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/CommandList.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/CommandMain.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/FileOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/repository/CreateRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/repository/DeleteRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/repository/ListRepositories.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/platform/ExtractData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/property/CreateProperty.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/property/DeleteProperty.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/property/ListProperties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/property/PropertyHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/property/UpdateProperty.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/template/DeleteTemplate.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/template/InstallTemplate.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/site/CheckSiteRunning.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/site/CreateSite.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/site/DeleteSite.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/site/ListSites.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/site/ReloadSite.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/site/SetSiteActive.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/subject/CreateSubject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/subject/DeleteSubject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/subject/HashPassword.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/subject/ListSubjects.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/group/AddGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/group/CreateGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/group/DeleteGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/group/ListGroups.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/ActivateApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/BaseApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/BaseApplication.Mode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/DeactivateApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/DeleteApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/InstallApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/ListApplications.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/heartbeat/HeartBeat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/heartbeat/HeartBeat.HeartBeatEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/prettytable/PrettyTable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/prettytable/TableConstants.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/prettytable/TableRow.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/validators/FileExists.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/servlet/InstallListener.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/ApplicationAdapter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/Attribute.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/Attribute.Mode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/If.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/MultiSiteSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/Parameter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/ParameterOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/TagletAdapter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/TagletProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/form/Form.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/form/FormConfirmation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/form/FormData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/form/FormElement.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/form/FormGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/search/Search.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/search/Searchable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/search/SearchPart.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/client/AppNGizer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/client/AppNGizerClient.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/client/AppNGizerClient.Config.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/client/AppNGizerClient.Config.Format.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/client/AppNGizerClient.PropertyWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/client/AppNGizerClient.SiteConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Application.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Applications.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Database.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Databases.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Grant.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Grants.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Group.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Groups.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Home.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Link.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Linkable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Links.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Nameable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/ObjectFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Package.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Packages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/PackageType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Permissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Platform.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Properties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Repositories.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Repository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/RepositoryMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/RepositoryType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Role.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Roles.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/SchemaVersion.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Site.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Sites.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Subject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Subjects.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/UserType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Versions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Application.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Applications.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Database.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Databases.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Group.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Groups.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Home.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Link.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Links.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Package.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Packages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Permissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Platform.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Properties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Repositories.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Repository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Role.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Roles.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Site.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Sites.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Subject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Subjects.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/UriAware.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/ApplicationController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/AppNGizer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/AppNGizerConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/AppNGizerServlet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/ControllerBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/DatabaseController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/GroupController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/Home.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/Jaxb2Marshaller.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/PermissionController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/PlatformController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/PlatformPropertyController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/RepositoryController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/RoleController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/SessionFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/SiteApplicationController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/SiteApplicationPropertyController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/SiteController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/SitePropertyController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/SubjectController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/maven/plugins/appngizer/InstallMojo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/maven/plugins/appngizer/UploadMojo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/camunda/bpm/TaskWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/maven/plugin/mojo/GenerateApplicationConstantsMojo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/maven/plugin/mojo/GenerateMessageConstantsMojo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/maven/plugin/mojo/HelpMojo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/upngizr/controller/Updater.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/upngizr/controller/UpNGizr.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/upngizr/controller/UpNGizrConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/auth/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/auth/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/auth/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/observe/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/observe/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/observe/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/observe/impl/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/observe/impl/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/observe/impl/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/auth/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/auth/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/auth/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/search/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/search/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/search/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/environment/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/environment/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/environment/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/field/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/field/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/field/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/validation/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/validation/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/validation/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/client/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/client/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/client/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/camunda/bpm/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/camunda/bpm/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/camunda/bpm/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/applicationrole/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/applicationrole/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/applicationrole/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/group/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/group/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/group/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/heartbeat/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/heartbeat/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/heartbeat/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/permission/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/permission/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/permission/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/platform/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/platform/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/platform/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/property/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/property/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/property/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/repository/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/repository/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/repository/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/site/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/site/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/site/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/subject/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/subject/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/subject/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/template/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/template/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/template/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/prettytable/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/prettytable/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/prettytable/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/servlet/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/servlet/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/servlet/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/validators/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/validators/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/validators/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/rest/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/rest/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/rest/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/config/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/config/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/config/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/templating/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/templating/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/templating/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/el/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/el/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/el/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/impl/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/impl/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/impl/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/providers/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/providers/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/providers/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/impl/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/impl/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/impl/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/maven/plugin/mojo/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/maven/plugin/mojo/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/maven/plugin/mojo/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/maven/plugins/appngizer/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/maven/plugins/appngizer/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/maven/plugins/appngizer/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/dialect/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/dialect/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/dialect/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/searcher/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/searcher/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/searcher/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/form/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/form/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/form/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/search/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/search/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/search/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/file/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/file/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/file/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/image/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/image/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/image/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/locator/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/locator/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/locator/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/markup/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/markup/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/markup/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/os/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/os/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/os/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/ui/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/ui/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/ui/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/zipcode/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/zipcode/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/zipcode/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/upngizr/controller/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/upngizr/controller/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/upngizr/controller/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/transformation/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/transformation/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/transformation/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/serialized-form.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/class-use/RandomUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/zipcode/class-use/DefaultZipCodeValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/zipcode/class-use/ZipCodeValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/zipcode/class-use/GermanyZipCodeValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/zipcode/class-use/ZipCodeCountry.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/zipcode/class-use/ZipCodeValidatorFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/image/class-use/ImageMetaData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/image/class-use/Captcha.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/image/class-use/ImageProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/file/class-use/PropertyConstantCreator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/file/class-use/FileSuffixFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/file/class-use/MagicByteCheck.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/file/class-use/FilePrefixFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/locator/class-use/GeoLocator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/locator/class-use/Coordinate.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/locator/class-use/GMapGeoLocator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/class-use/Borders.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/class-use/Borders.BorderBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/class-use/ColumnDefinition.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/class-use/WorkBookHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/class-use/Border.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/class-use/Border.BorderLocation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/class-use/FontBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/os/class-use/Command.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/os/class-use/Command.StreamConsumer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/os/class-use/StringConsumer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/os/class-use/OperatingSystem.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/ui/class-use/Chunk.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/ui/class-use/Pagination.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/ui/class-use/StringNormalizer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/markup/class-use/XML.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/markup/class-use/XHTML.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/class-use/Mail.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/class-use/Mail.RecipientType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/class-use/Receiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/class-use/Attachment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/class-use/MailException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/class-use/MailTransport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/class-use/Address.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/impl/class-use/MailImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/impl/class-use/AttachmentImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/impl/class-use/DefaultTransport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/class-use/XSSUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/class-use/Request.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/class-use/FormUpload.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/class-use/FormUploadValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/class-use/RequestContainer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/impl/class-use/RequestBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/impl/class-use/FormUploadBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/el/class-use/ExpressionEvaluator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/class-use/FormProcessProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/class-use/FormElement.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/class-use/FormElement.InputType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/class-use/FormElement.InputTag.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/class-use/FormConfirmation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/class-use/FormConfirmation.FormConfirmationMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/class-use/Form.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/class-use/RuleValidation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/class-use/LogFormData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/class-use/FormGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/class-use/FormData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/class-use/FormData.FormDataMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/providers/class-use/EmailProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/class-use/MarshallService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/class-use/MarshallService.AppNGSchema.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/class-use/BaseObject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/class-use/ApplicationPropertyConstantCreator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/transformation/class-use/Transformer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/transformation/class-use/StyleSheetProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/NotNull.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Validation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Bean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/SectionConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Labels.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Datasources.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Linkpanel.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Selection.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/OutputType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Linkmode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/FieldDef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/SessionParams.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Min.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Output.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/OutputFormat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/ApplicationConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/PostParams.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/UrlParams.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Platform.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Label.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/StructureDef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/ActionRef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Rule.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Rule.Option.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Link.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Digits.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/PlatformConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Subject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Message.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Type.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Events.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Template.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/ValidationGroups.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/ValidationGroups.Group.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Pattern.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Icon.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/MessageType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Option.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Session.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Datafield.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/GetParams.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/SessionInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Localization.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Param.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Authentication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/SelectionGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/PanelLocation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/FileUpload.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/PagesReference.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/ApplicationRootConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Resultset.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Past.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Data.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/FieldPermissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/SelectionType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Future.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Section.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Sort.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Icontype.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Content.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/PermissionMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/PageConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Max.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Result.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Size.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Params.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Navigation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/ItemType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/SectionelementDef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Textelements.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/FieldType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/PageDefinition.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/ApplicationReference.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/SortOrder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Datasource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Config.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Authentications.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/SectionDef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/ParamType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/UserInputField.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/DatasourceRef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/PageReference.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/DataConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Permissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Condition.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/NavigationItem.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Pages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/UserData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/ObjectFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Textcontents.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Structure.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/ValidationRule.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/FieldPermissionType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Event.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/OptionGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Sectionelement.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/BeanOption.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/MetaData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/UrlSchema.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/TextElement.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/TextElement.Xml.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Action.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Messages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/class-use/Properties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/class-use/Datasources.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/class-use/PackageInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/class-use/PermissionRef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/class-use/ApplicationInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/class-use/DatasourceType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/class-use/Roles.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/class-use/Template.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/class-use/Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/class-use/Datasource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/class-use/TemplateType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/class-use/Role.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/class-use/Permissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/class-use/ObjectFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/class-use/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/FormProcessProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/Taglet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/RequestDataBinder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/SoapService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/GlobalXMLTaglet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/ValidationProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/ApplicationController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/DataProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/BusinessException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/Path.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/ProcessingException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/ApplicationException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/Platform.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/Platform.Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/Platform.Environment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/VHostMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/Request.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/RequestSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/DataContainer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/NotBlank.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/Scope.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/Option.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/MessageParam.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/PathInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/GlobalTaglet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/Session.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/Session.Environment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/ApplicationConfigProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/FileUpload.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/FileUpload.Unit.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/RequestUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/SoapClient.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/SiteProperties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/FieldProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/FormDataBinder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/XPathProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/ScheduledJob.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/Environment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/Webservice.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/FieldWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/FormValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/ParameterSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/PageProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/XMLTaglet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/Options.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/ScheduledJobResult.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/ScheduledJobResult.ExecutionResult.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/AttachmentWebservice.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/PermissionProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/PermissionOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/ValidationMessages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/ResultService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/InvalidConfigurationException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/FieldConverter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/FieldConverter.FieldDefOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/FieldConverter.DatafieldOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/ActionProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/auth/class-use/PasswordPolicy.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/auth/class-use/AuthTools.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/class-use/EventHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/class-use/Receiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/class-use/Sender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/class-use/EventRegistry.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/class-use/Serializer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/class-use/Messaging.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/class-use/Event.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/OptionsImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/ParameterSupportBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/PositionalXMLReader.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/XSSHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/SelectionBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/DollarParameterSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/ApplicationResourceHolder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/XmlGenerator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/XmlGenerator.Entity.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/FieldProcessorImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/SelectionFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/SelectionFactory.Selection.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/CallableDataSource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/ClassWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/ElementHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/OptionGroupFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/OptionGroupFactory.OptionGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/SortParamSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/ApplicationRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/ApplicationConfigProviderImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/MessageSourceChain.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/DefaultPermissionProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/SiteClassLoader.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/LabelSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/I18n.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/DummyPermissionProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/DatasourceInheritanceHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/CallableAction.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/ResultServiceImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/OptionOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/OptionOwner.Selector.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/OptionOwner.HitCounter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/OptionOwner.OptionOwnerBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/HashParameterSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/OptionsBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/OptionImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/ConfigValidationError.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/HttpHeaderUtils.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/HttpHeaderUtils.HttpResource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/SiteAwareObjectInputStream.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/RequestSupportImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/ResourceBundleMessageSource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/PropertyHolder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/ConfigValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/RequestFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/field/class-use/FieldConversionFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/validation/class-use/DefaultValidationProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/validation/class-use/FileUploadValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/validation/class-use/LocalizedMessageInterpolator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/validation/class-use/FileUploadListValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/environment/class-use/DefaultEnvironment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/environment/class-use/EnvironmentFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/environment/class-use/EnvironmentKeys.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/observe/class-use/Observable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/observe/class-use/Observable.Event.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/observe/class-use/Observer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/observe/impl/class-use/ObservableDelegate.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Properties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/ResourceType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Versionable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Subject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Identifiable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/ApplicationSubject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Authorizable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/NameProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Nameable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Account.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Group.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/AuthSubject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/UserType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/FeatureProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Application.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Role.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Named.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Resources.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Site.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Site.SiteState.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/SimpleProperty.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/RevisionAware.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Identifier.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/ReverseableComparator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Resource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/search/class-use/DocumentEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/search/class-use/Consumer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/search/class-use/DocumentProducer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/search/class-use/BlockingQueueAccessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/search/class-use/Producer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/search/class-use/Document.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/class-use/TestBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/class-use/TestBase.DataSourceCall.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/class-use/TestBase.ActionCall.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/class-use/TestBase.SimpleApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/class-use/TestBase.SimpleFeatureProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/class-use/HsqlServerFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/class-use/TestDataProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/class-use/HsqlServer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/class-use/DatabaseUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/class-use/ConnectionInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/class-use/ConnectionHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/class-use/ConnectionHelper.DBType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/class-use/DifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/class-use/DateFieldDifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/class-use/TextValueDifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/class-use/WritingJsonValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/class-use/WritingJsonValidator.JsonWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/class-use/AttributeValueDifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/class-use/XPathDifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/class-use/WritingXmlValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/class-use/RestClient.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/class-use/RestClient.Pageable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/class-use/RFC3339DateFormat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/class-use/ActionHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/class-use/DataSourceHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/class-use/ApiClient.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/class-use/ApiClient.CollectionFormat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/class-use/RestResponseEntity.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/auth/class-use/OAuthFlow.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/auth/class-use/ApiKeyAuth.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/auth/class-use/Authentication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/auth/class-use/HttpBasicAuth.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/auth/class-use/OAuth.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/class-use/OptionType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/class-use/FieldValue.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/class-use/Link.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/class-use/Link.TypeEnum.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/class-use/User.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/class-use/Message.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/class-use/Message.LevelEnum.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/class-use/Page.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/class-use/Option.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/class-use/ActionField.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/class-use/Sort.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/class-use/Sort.OrderEnum.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/class-use/Field.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/class-use/FieldType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/class-use/Datasource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/class-use/Options.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/class-use/Parameter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/class-use/Element.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/class-use/Filter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/class-use/ValidationRule.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/class-use/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/class-use/Permission.ModeEnum.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/class-use/ErrorModel.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/class-use/Action.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/class-use/SearchQuery.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/class-use/SearchQuery.Operand.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/class-use/SearchQuery.Clause.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/class-use/SearchQuery.Criterion.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/class-use/SearchRepositoryFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/class-use/EnversSearchRepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/class-use/SearchRepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/class-use/QueryDslSearchRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/class-use/SearchRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/class-use/QueryDslSearchRepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/class-use/EnversSearchRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/dialect/class-use/HSQLDialect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/dialect/class-use/SQLServer2008Dialect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/dialect/class-use/MySqlTextDialect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/class-use/DocumentProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/class-use/Search.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/class-use/SearchProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/class-use/FilterData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/class-use/Page.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/class-use/Search.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/class-use/Results.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/class-use/Part.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/class-use/FilterItem.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/class-use/FilterItem.DataCounter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/class-use/Result.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/class-use/Result.Fields.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/class-use/Result.Field.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/class-use/SearchFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/class-use/Json.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/class-use/Filter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/class-use/FilterConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/class-use/DocumentIndexer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/class-use/SimpleDocument.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/class-use/ParseTags.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/class-use/GlobalIndexer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/class-use/IndexConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/class-use/IndexConfig.ConfigEntry.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/class-use/FileSystemProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/searcher/class-use/DateAdapter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/searcher/class-use/SearchFormatter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/searcher/class-use/SearchTermProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/searcher/class-use/StandardSearcher.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/searcher/class-use/GermanSearchTermProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/SubjectImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/GroupImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/PermissionImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/Template.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/PropertyImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/PlatformEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/PlatformEvent.Type.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/RepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/SiteApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/JobExecutionRecord.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/ValidationPatterns.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/SiteApplicationPK.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/Auditable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/SiteImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/PackageArchiveImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/TemplateResource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/DatabaseConnection.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/DatabaseConnection.DatabaseType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/ResourceImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/PlatformEventListener.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/PlatformEventListener.EventProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/RoleImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/ObjectUtils.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/PersistentPropertyHolder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/ApplicationImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/templating/class-use/ReplaceTagProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/templating/class-use/ThymeleafReplaceInterceptor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/templating/class-use/ThymeleafReplaceInterceptorBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/templating/class-use/AppNGThymeleafDialect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/templating/class-use/ThymeleafStandardReplaceTagProcessorCaller.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/templating/class-use/ThymeleafTemplateEngine.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/class-use/SaltedDigestSha1.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/class-use/DigestValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/class-use/DefaultPasswordPolicy.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/class-use/PasswordHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/class-use/DigestUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/class-use/SaltedDigest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/class-use/BCryptPasswordHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/class-use/Sha1PasswordHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/class-use/Signer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/class-use/SigningException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/class-use/SigningException.ErrorType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/class-use/SignerConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/class-use/SignatureWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/class-use/CertTools.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/class-use/CertChainValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/class-use/ValidatorConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/class-use/BaseConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/class-use/BaseConfig.PrivateKeyFormat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/class-use/BaseConfig.SigningAlgorithm.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/class-use/ApplicationArchiveProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/class-use/CacheService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/class-use/ApplicationProperties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/class-use/TemplateService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/class-use/InitializerService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/class-use/MigrationService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/class-use/MigrationService.MigrationStatus.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/class-use/PlatformProperties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/class-use/PropertySupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/class-use/HsqlStarter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/class-use/LdapService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/class-use/CoreService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/class-use/DatabaseService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/class-use/JobExecutionRecordRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/class-use/SiteApplicationRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/class-use/RepoRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/class-use/PlatformEventRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/class-use/PropertyRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/class-use/SiteRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/class-use/RoleRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/class-use/PermissionRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/class-use/GroupRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/class-use/DatabaseConnectionRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/class-use/TemplateResourceRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/class-use/ResourceRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/class-use/ApplicationRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/class-use/TemplateRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/class-use/SubjectRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/config/class-use/DataSourceFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/config/class-use/TomcatJdbcConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/config/class-use/ApplicationPostProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/config/class-use/DatasourceConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/config/class-use/HikariCPConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/class-use/Redirect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/class-use/JMXUtils.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/ApplicationSubjectImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/PackageVersion.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/FeatureProviderImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/RepositoryCacheFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/ApplicationContext.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/PackageWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/AbstractRequestProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/ThymeleafProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/ThymeleafProcessor.AppNG.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/RepositoryCacheSoap.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/PackageArchive.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/RepositoryType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/RepositoryCache.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/RepositoryMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/JarInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/JarInfo.JarInfoBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/Repository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/ZipFileProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/PlatformTransformer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/RepositoryScheme.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/InstallablePackage.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/PlatformProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/RequestProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/ResponseType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/RepositoryUtils.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/RepositoryCacheFilesystem.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/ApplicationProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/CacheProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/TemplateProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/AccessibleApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/rest/class-use/RestPostProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/class-use/PlatformStartup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/class-use/Controller.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/class-use/PlatformConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/class-use/SessionListener.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/class-use/Log4jConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/class-use/Session.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/class-use/CacheElementBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/class-use/AppngCache.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/class-use/RepositoryWatcher.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/class-use/HttpHeaders.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/class-use/SiteStateEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/class-use/NodeEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/class-use/NodeEvent.MemoryUsage.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/class-use/NodeEvent.NodeState.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/class-use/TribesReceiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/class-use/RequestNodeState.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/class-use/JedisReceiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/class-use/RabbitMQSender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/class-use/TribesSender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/class-use/RabbitMQBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/class-use/ReloadSiteEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/class-use/RabbitMQReceiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/class-use/MulticastReceiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/class-use/SiteDeletedEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/class-use/JedisSender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/class-use/JedisBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/class-use/MulticastSender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/class-use/SoapService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/class-use/JspHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/class-use/RestService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/class-use/ErrorPageHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/class-use/GuiHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/class-use/RequestHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/class-use/StaticContentHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/class-use/ServiceRequestHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/class-use/XSSFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/class-use/JspExtensionFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/class-use/PageCacheFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/class-use/MSOfficeUserAgentFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/class-use/RedirectFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/class-use/RedirectFilter.UrlRewriteConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/class-use/CsrfSetupFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/class-use/Package.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/class-use/GetCertificationResponse.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/class-use/GetPackagesRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/class-use/GetPackagesResponse.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/class-use/Certification.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/class-use/GetCertificationRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/class-use/GetPackageRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/class-use/GetPackageVersionsRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/class-use/GetPackageVersionsResponse.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/class-use/PackageType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/class-use/ObjectFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/class-use/Packages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/class-use/PackageVersions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/class-use/GetPackageResponse.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/class-use/CliBootstrap.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/class-use/CliCore.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/class-use/NoSuchRepositoryException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/class-use/CliShell.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/class-use/NoSuchSiteException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/class-use/CliEnvironment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/class-use/CliCommands.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/class-use/CliEventProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/class-use/ExecutableCliCommand.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/applicationrole/class-use/ListRoles.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/applicationrole/class-use/AddRole.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/permission/class-use/AddPermission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/permission/class-use/RemovePermission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/permission/class-use/ListPermissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/class-use/CommandMain.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/class-use/CommandList.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/class-use/FileOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/class-use/CommandBatch.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/repository/class-use/DeleteRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/repository/class-use/CreateRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/repository/class-use/ListRepositories.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/platform/class-use/ExtractData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/property/class-use/PropertyHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/property/class-use/UpdateProperty.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/property/class-use/DeleteProperty.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/property/class-use/CreateProperty.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/property/class-use/ListProperties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/template/class-use/InstallTemplate.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/template/class-use/DeleteTemplate.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/site/class-use/ReloadSite.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/site/class-use/CheckSiteRunning.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/site/class-use/ListSites.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/site/class-use/CreateSite.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/site/class-use/DeleteSite.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/site/class-use/SetSiteActive.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/subject/class-use/DeleteSubject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/subject/class-use/HashPassword.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/subject/class-use/CreateSubject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/subject/class-use/ListSubjects.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/group/class-use/AddGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/group/class-use/ListGroups.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/group/class-use/CreateGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/group/class-use/DeleteGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/class-use/DeleteApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/class-use/ListApplications.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/class-use/InstallApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/class-use/DeactivateApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/class-use/BaseApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/class-use/BaseApplication.Mode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/class-use/ActivateApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/heartbeat/class-use/HeartBeat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/heartbeat/class-use/HeartBeat.HeartBeatEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/prettytable/class-use/TableConstants.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/prettytable/class-use/PrettyTable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/prettytable/class-use/TableRow.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/validators/class-use/FileExists.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/servlet/class-use/InstallListener.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/class-use/MultiSiteSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/class-use/ParameterOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/class-use/TagletProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/class-use/Parameter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/class-use/If.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/class-use/ApplicationAdapter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/class-use/TagletAdapter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/class-use/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/class-use/Attribute.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/class-use/Attribute.Mode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/form/class-use/FormElement.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/form/class-use/FormConfirmation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/form/class-use/Form.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/form/class-use/FormGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/form/class-use/FormData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/search/class-use/Searchable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/search/class-use/Search.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/search/class-use/SearchPart.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/client/class-use/AppNGizerClient.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/client/class-use/AppNGizerClient.Config.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/client/class-use/AppNGizerClient.Config.Format.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/client/class-use/AppNGizerClient.PropertyWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/client/class-use/AppNGizerClient.SiteConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/client/class-use/AppNGizer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Databases.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Properties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Subjects.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Package.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Database.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Platform.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Link.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Subject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Home.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Roles.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Groups.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/RepositoryType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Applications.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/RepositoryMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Repository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Sites.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Nameable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Group.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/UserType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Repositories.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Grant.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/SchemaVersion.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Application.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Role.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Permissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Linkable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/PackageType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Versions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Links.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/ObjectFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Packages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Site.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Grants.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Databases.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Properties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Subjects.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Package.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Database.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Platform.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Link.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Subject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Home.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Roles.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Groups.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Applications.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Repository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Sites.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Group.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Repositories.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Application.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Role.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Permissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Links.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Packages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Site.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/UriAware.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/SitePropertyController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/ApplicationController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/Home.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/SubjectController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/PlatformController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/SiteApplicationPropertyController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/RepositoryController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/AppNGizerConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/Jaxb2Marshaller.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/GroupController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/AppNGizerServlet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/RoleController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/ControllerBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/AppNGizer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/PlatformPropertyController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/SiteController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/SessionFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/SiteApplicationController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/DatabaseController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/PermissionController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/maven/plugins/appngizer/class-use/UploadMojo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/maven/plugins/appngizer/class-use/InstallMojo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/camunda/bpm/class-use/TaskWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/maven/plugin/mojo/class-use/HelpMojo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/maven/plugin/mojo/class-use/GenerateMessageConstantsMojo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/maven/plugin/mojo/class-use/GenerateApplicationConstantsMojo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/upngizr/controller/class-use/UpNGizrConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/upngizr/controller/class-use/Updater.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/upngizr/controller/class-use/UpNGizr.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/auth/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/observe/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/observe/impl/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/auth/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/search/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/environment/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/field/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/validation/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/client/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/camunda/bpm/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/applicationrole/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/group/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/heartbeat/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/permission/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/platform/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/property/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/repository/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/site/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/subject/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/template/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/prettytable/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/servlet/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/validators/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/rest/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/config/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/templating/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/el/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/impl/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/providers/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/impl/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/maven/plugin/mojo/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/maven/plugins/appngizer/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/dialect/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/searcher/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/form/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/search/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/file/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/image/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/locator/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/markup/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/os/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/ui/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/zipcode/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/upngizr/controller/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/transformation/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/help-doc.html... 1 warning [WARNING] Javadoc Warnings [WARNING] /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/PlatformEventListener.java:60: warning - Tag @link: can't find createEvent(Type, String) in org.appng.core.domain.PlatformEventListener [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-parent --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-parent --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-parent --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-parent/1.20.1/appng-parent-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/target/appng-parent-1.20.1.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-parent/1.20.1/appng-parent-1.20.1.pom.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-parent --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.14-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-parent/1.20.1/appng-parent-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/target/appng-parent-1.20.1.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-parent/1.20.1/appng-parent-1.20.1.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tools 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-tools --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 37 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 18 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-tools --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-tools --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.tools.image.ImageProcessorTest 2019-09-10 16:13:21,035 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2019-05-13 http://www.imagemagick.org 2019-09-10 16:13:21,168 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data': com.j256.simplemagic.entries.MagicEntry$ContentData@2ef5e5e3 2019-09-10 16:13:21,168 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@2ef5e5e3 2019-09-10 16:13:21,168 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@2ef5e5e3 2019-09-10 16:13:21,168 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@2ef5e5e3 2019-09-10 16:13:21,168 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',test 'EQUALS, value 0',format ', aspect ratio': com.j256.simplemagic.entries.MagicEntry$ContentData@2ef5e5e3 2019-09-10 16:13:21,168 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@2ef5e5e3 2019-09-10 16:13:21,168 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@2ef5e5e3 2019-09-10 16:13:21,169 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@2ef5e5e3 2019-09-10 16:13:21,248 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data' 2019-09-10 16:13:21,248 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match jpeg, type JPEG, mime 'image/jpeg', msg 'JPEG image data, JFIF standard 1.01, aspect ratio, density 1x1, segment length 16' 2019-09-10 16:13:21,264 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2019-05-13 http://www.imagemagick.org 2019-09-10 16:13:21,264 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 0,name 'PNG',mime 'image/png',test '‰PNG  ',format 'PNG image': com.j256.simplemagic.entries.MagicEntry$ContentData@548a9f61 2019-09-10 16:13:21,264 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',format ', %ld x': com.j256.simplemagic.entries.MagicEntry$ContentData@548a9f61 2019-09-10 16:13:21,264 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%ld,',format '%ld,': com.j256.simplemagic.entries.MagicEntry$ContentData@548a9f61 2019-09-10 16:13:21,265 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%d-bit',format '%d-bit': com.j256.simplemagic.entries.MagicEntry$ContentData@548a9f61 2019-09-10 16:13:21,265 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '/color',test 'EQUALS, value 6',format '/color RGBA,': com.j256.simplemagic.entries.MagicEntry$ContentData@548a9f61 2019-09-10 16:13:21,265 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name 'non-interlaced',test 'EQUALS, value 0',format 'non-interlaced': com.j256.simplemagic.entries.MagicEntry$ContentData@548a9f61 2019-09-10 16:13:21,265 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'PNG',mime 'image/png',test '‰PNG  ',format 'PNG image' 2019-09-10 16:13:21,265 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match png, type PNG, mime 'image/png', msg 'PNG image, 1600 x 843, 8-bit/color RGBA, non-interlaced' 2019-09-10 16:13:21,271 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2019-05-13 http://www.imagemagick.org 2019-09-10 16:13:21,271 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data': com.j256.simplemagic.entries.MagicEntry$ContentData@1753acfe 2019-09-10 16:13:21,271 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@1753acfe 2019-09-10 16:13:21,272 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@1753acfe 2019-09-10 16:13:21,272 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@1753acfe 2019-09-10 16:13:21,272 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',test 'EQUALS, value 1',format ', resolution (DPI)': com.j256.simplemagic.entries.MagicEntry$ContentData@1753acfe 2019-09-10 16:13:21,272 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@1753acfe 2019-09-10 16:13:21,272 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@1753acfe 2019-09-10 16:13:21,272 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@1753acfe 2019-09-10 16:13:21,272 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data' 2019-09-10 16:13:21,272 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match jpeg, type JPEG, mime 'image/jpeg', msg 'JPEG image data, JFIF standard 1.02, resolution (DPI), density 96x96, segment length 16' 2019-09-10 16:13:21,777 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2019-05-13 http://www.imagemagick.org 2019-09-10 16:13:21,778 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data': com.j256.simplemagic.entries.MagicEntry$ContentData@42d80b78 2019-09-10 16:13:21,778 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@42d80b78 2019-09-10 16:13:21,778 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@42d80b78 2019-09-10 16:13:21,778 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@42d80b78 2019-09-10 16:13:21,779 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',test 'EQUALS, value 1',format ', resolution (DPI)': com.j256.simplemagic.entries.MagicEntry$ContentData@42d80b78 2019-09-10 16:13:21,779 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@42d80b78 2019-09-10 16:13:21,779 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@42d80b78 2019-09-10 16:13:21,779 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@42d80b78 2019-09-10 16:13:21,780 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data' 2019-09-10 16:13:21,780 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match jpeg, type JPEG, mime 'image/jpeg', msg 'JPEG image data, JFIF standard 1.02, resolution (DPI), density 96x96, segment length 16' 2019-09-10 16:13:21,786 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2019-05-13 http://www.imagemagick.org 2019-09-10 16:13:21,787 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data': com.j256.simplemagic.entries.MagicEntry$ContentData@5e3a8624 2019-09-10 16:13:21,787 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@5e3a8624 2019-09-10 16:13:21,787 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@5e3a8624 2019-09-10 16:13:21,787 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@5e3a8624 2019-09-10 16:13:21,787 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',test 'EQUALS, value 1',format ', resolution (DPI)': com.j256.simplemagic.entries.MagicEntry$ContentData@5e3a8624 2019-09-10 16:13:21,788 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@5e3a8624 2019-09-10 16:13:21,788 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@5e3a8624 2019-09-10 16:13:21,788 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@5e3a8624 2019-09-10 16:13:21,788 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data' 2019-09-10 16:13:21,788 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match jpeg, type JPEG, mime 'image/jpeg', msg 'JPEG image data, JFIF standard 1.02, resolution (DPI), density 96x96, segment length 16' 2019-09-10 16:13:21,858 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data': com.j256.simplemagic.entries.MagicEntry$ContentData@685cb137 2019-09-10 16:13:21,858 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@685cb137 2019-09-10 16:13:21,858 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@685cb137 2019-09-10 16:13:21,858 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@685cb137 2019-09-10 16:13:21,858 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',test 'EQUALS, value 1',format ', resolution (DPI)': com.j256.simplemagic.entries.MagicEntry$ContentData@685cb137 2019-09-10 16:13:21,858 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@685cb137 2019-09-10 16:13:21,858 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@685cb137 2019-09-10 16:13:21,858 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@685cb137 2019-09-10 16:13:21,858 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data' 2019-09-10 16:13:21,859 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match jpeg, type JPEG, mime 'image/jpeg', msg 'JPEG image data, JFIF standard 1.01, resolution (DPI), density 96x96, segment length 16' 2019-09-10 16:13:21,866 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2019-05-13 http://www.imagemagick.org 2019-09-10 16:13:21,866 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data': com.j256.simplemagic.entries.MagicEntry$ContentData@6d4b1c02 2019-09-10 16:13:21,866 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@6d4b1c02 2019-09-10 16:13:21,866 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@6d4b1c02 2019-09-10 16:13:21,866 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@6d4b1c02 2019-09-10 16:13:21,866 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',test 'EQUALS, value 1',format ', resolution (DPI)': com.j256.simplemagic.entries.MagicEntry$ContentData@6d4b1c02 2019-09-10 16:13:21,867 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@6d4b1c02 2019-09-10 16:13:21,867 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@6d4b1c02 2019-09-10 16:13:21,867 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@6d4b1c02 2019-09-10 16:13:21,867 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data' 2019-09-10 16:13:21,867 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match jpeg, type JPEG, mime 'image/jpeg', msg 'JPEG image data, JFIF standard 1.02, resolution (DPI), density 96x96, segment length 16' 2019-09-10 16:13:21,929 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data': com.j256.simplemagic.entries.MagicEntry$ContentData@39c0f4a 2019-09-10 16:13:21,929 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@39c0f4a 2019-09-10 16:13:21,929 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@39c0f4a 2019-09-10 16:13:21,929 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@39c0f4a 2019-09-10 16:13:21,929 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',test 'EQUALS, value 1',format ', resolution (DPI)': com.j256.simplemagic.entries.MagicEntry$ContentData@39c0f4a 2019-09-10 16:13:21,929 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@39c0f4a 2019-09-10 16:13:21,929 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@39c0f4a 2019-09-10 16:13:21,930 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@39c0f4a 2019-09-10 16:13:21,930 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data' 2019-09-10 16:13:21,930 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match jpeg, type JPEG, mime 'image/jpeg', msg 'JPEG image data, JFIF standard 1.01, resolution (DPI), density 96x96, segment length 16' 2019-09-10 16:13:21,936 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2019-05-13 http://www.imagemagick.org 2019-09-10 16:13:21,937 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data': com.j256.simplemagic.entries.MagicEntry$ContentData@57baeedf 2019-09-10 16:13:21,937 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@57baeedf 2019-09-10 16:13:21,937 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@57baeedf 2019-09-10 16:13:21,937 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@57baeedf 2019-09-10 16:13:21,937 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',test 'EQUALS, value 1',format ', resolution (DPI)': com.j256.simplemagic.entries.MagicEntry$ContentData@57baeedf 2019-09-10 16:13:21,938 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@57baeedf 2019-09-10 16:13:21,938 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@57baeedf 2019-09-10 16:13:21,938 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@57baeedf 2019-09-10 16:13:21,938 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data' 2019-09-10 16:13:21,938 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match jpeg, type JPEG, mime 'image/jpeg', msg 'JPEG image data, JFIF standard 1.02, resolution (DPI), density 96x96, segment length 16' 2019-09-10 16:13:22,022 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2019-05-13 http://www.imagemagick.org 2019-09-10 16:13:22,022 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data': com.j256.simplemagic.entries.MagicEntry$ContentData@1a968a59 2019-09-10 16:13:22,022 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@1a968a59 2019-09-10 16:13:22,023 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@1a968a59 2019-09-10 16:13:22,023 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@1a968a59 2019-09-10 16:13:22,023 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',test 'EQUALS, value 1',format ', resolution (DPI)': com.j256.simplemagic.entries.MagicEntry$ContentData@1a968a59 2019-09-10 16:13:22,023 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@1a968a59 2019-09-10 16:13:22,023 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@1a968a59 2019-09-10 16:13:22,023 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@1a968a59 2019-09-10 16:13:22,023 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data' 2019-09-10 16:13:22,023 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match jpeg, type JPEG, mime 'image/jpeg', msg 'JPEG image data, JFIF standard 1.02, resolution (DPI), density 96x96, segment length 16' 2019-09-10 16:13:22,117 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2019-05-13 http://www.imagemagick.org 2019-09-10 16:13:22,118 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data': com.j256.simplemagic.entries.MagicEntry$ContentData@754ba872 2019-09-10 16:13:22,118 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@754ba872 2019-09-10 16:13:22,118 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@754ba872 2019-09-10 16:13:22,118 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@754ba872 2019-09-10 16:13:22,118 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',test 'EQUALS, value 1',format ', resolution (DPI)': com.j256.simplemagic.entries.MagicEntry$ContentData@754ba872 2019-09-10 16:13:22,118 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@754ba872 2019-09-10 16:13:22,118 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@754ba872 2019-09-10 16:13:22,118 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@754ba872 2019-09-10 16:13:22,118 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data' 2019-09-10 16:13:22,118 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match jpeg, type JPEG, mime 'image/jpeg', msg 'JPEG image data, JFIF standard 1.02, resolution (DPI), density 96x96, segment length 16' 2019-09-10 16:13:22,225 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data': com.j256.simplemagic.entries.MagicEntry$ContentData@f6c48ac 2019-09-10 16:13:22,225 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@f6c48ac 2019-09-10 16:13:22,225 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@f6c48ac 2019-09-10 16:13:22,225 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@f6c48ac 2019-09-10 16:13:22,225 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',test 'EQUALS, value 1',format ', resolution (DPI)': com.j256.simplemagic.entries.MagicEntry$ContentData@f6c48ac 2019-09-10 16:13:22,225 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@f6c48ac 2019-09-10 16:13:22,226 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@f6c48ac 2019-09-10 16:13:22,226 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@f6c48ac 2019-09-10 16:13:22,226 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data' 2019-09-10 16:13:22,226 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match jpeg, type JPEG, mime 'image/jpeg', msg 'JPEG image data, JFIF standard 1.01, resolution (DPI), density 96x96, segment length 16' [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.313 s - in org.appng.tools.image.ImageProcessorTest [INFO] Running org.appng.tools.image.DimensionTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.appng.tools.image.DimensionTest [INFO] Running org.appng.tools.file.PropertyConstantCreatorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.appng.tools.file.PropertyConstantCreatorTest [INFO] Running org.appng.tools.file.MagicByteCheckTest 2019-09-10 16:13:22,290 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 0,name 'PNG',mime 'image/png',test '‰PNG  ',format 'PNG image': com.j256.simplemagic.entries.MagicEntry$ContentData@5bcab519 2019-09-10 16:13:22,291 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',format ', %ld x': com.j256.simplemagic.entries.MagicEntry$ContentData@5bcab519 2019-09-10 16:13:22,291 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%ld,',format '%ld,': com.j256.simplemagic.entries.MagicEntry$ContentData@5bcab519 2019-09-10 16:13:22,291 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%d-bit',format '%d-bit': com.j256.simplemagic.entries.MagicEntry$ContentData@5bcab519 2019-09-10 16:13:22,292 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name 'colormap,',test 'EQUALS, value 3',format 'colormap,': com.j256.simplemagic.entries.MagicEntry$ContentData@5bcab519 2019-09-10 16:13:22,292 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name 'non-interlaced',test 'EQUALS, value 0',format 'non-interlaced': com.j256.simplemagic.entries.MagicEntry$ContentData@5bcab519 2019-09-10 16:13:22,292 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'PNG',mime 'image/png',test '‰PNG  ',format 'PNG image' 2019-09-10 16:13:22,292 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match png, type PNG, mime 'image/png', msg 'PNG image, 200 x 200, 8-bit colormap, non-interlaced' 2019-09-10 16:13:22,295 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.002 2019-09-10 16:13:22,296 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data': com.j256.simplemagic.entries.MagicEntry$ContentData@56ac3a89 2019-09-10 16:13:22,296 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@56ac3a89 2019-09-10 16:13:22,296 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@56ac3a89 2019-09-10 16:13:22,297 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@56ac3a89 2019-09-10 16:13:22,297 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',test 'EQUALS, value 0',format ', aspect ratio': com.j256.simplemagic.entries.MagicEntry$ContentData@56ac3a89 2019-09-10 16:13:22,297 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@56ac3a89 2019-09-10 16:13:22,297 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@56ac3a89 2019-09-10 16:13:22,297 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@56ac3a89 2019-09-10 16:13:22,298 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data' 2019-09-10 16:13:22,299 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match jpeg, type JPEG, mime 'image/jpeg', msg 'JPEG image data, JFIF standard 1.01, aspect ratio, density 1x1, segment length 16' 2019-09-10 16:13:22,299 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.003 2019-09-10 16:13:22,300 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning no match 2019-09-10 16:13:22,314 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 0,name 'unknown',test 'BM': com.j256.simplemagic.entries.MagicEntry$ContentData@27c20538 2019-09-10 16:13:22,314 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name 'PC',mime 'image/x-ms-bmp',test 'EQUALS, value 40',format 'PC bitmap, Windows 3.x format': com.j256.simplemagic.entries.MagicEntry$ContentData@27c20538 2019-09-10 16:13:22,314 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', %d x': com.j256.simplemagic.entries.MagicEntry$ContentData@27c20538 2019-09-10 16:13:22,314 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d x': com.j256.simplemagic.entries.MagicEntry$ContentData@27c20538 2019-09-10 16:13:22,314 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@27c20538 2019-09-10 16:13:22,314 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'unknown',test 'BM' 2019-09-10 16:13:22,314 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match bmp, type BMP, mime 'image/x-ms-bmp', msg 'PC bitmap, Windows 3.x format, 452 x 302 x 24' 2019-09-10 16:13:22,314 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.015 2019-09-10 16:13:22,315 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 0,name 'PNG',mime 'image/png',test '‰PNG  ',format 'PNG image': com.j256.simplemagic.entries.MagicEntry$ContentData@72d818d1 2019-09-10 16:13:22,315 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',format ', %ld x': com.j256.simplemagic.entries.MagicEntry$ContentData@72d818d1 2019-09-10 16:13:22,315 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%ld,',format '%ld,': com.j256.simplemagic.entries.MagicEntry$ContentData@72d818d1 2019-09-10 16:13:22,315 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%d-bit',format '%d-bit': com.j256.simplemagic.entries.MagicEntry$ContentData@72d818d1 2019-09-10 16:13:22,315 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '/color',test 'EQUALS, value 6',format '/color RGBA,': com.j256.simplemagic.entries.MagicEntry$ContentData@72d818d1 2019-09-10 16:13:22,315 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name 'non-interlaced',test 'EQUALS, value 0',format 'non-interlaced': com.j256.simplemagic.entries.MagicEntry$ContentData@72d818d1 2019-09-10 16:13:22,315 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'PNG',mime 'image/png',test '‰PNG  ',format 'PNG image' 2019-09-10 16:13:22,315 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match png, type PNG, mime 'image/png', msg 'PNG image, 119 x 41, 8-bit/color RGBA, non-interlaced' 2019-09-10 16:13:22,315 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.000 2019-09-10 16:13:22,316 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data': com.j256.simplemagic.entries.MagicEntry$ContentData@6e06451e 2019-09-10 16:13:22,316 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@6e06451e 2019-09-10 16:13:22,316 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@6e06451e 2019-09-10 16:13:22,316 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@6e06451e 2019-09-10 16:13:22,316 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',test 'EQUALS, value 0',format ', aspect ratio': com.j256.simplemagic.entries.MagicEntry$ContentData@6e06451e 2019-09-10 16:13:22,316 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@6e06451e 2019-09-10 16:13:22,316 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@6e06451e 2019-09-10 16:13:22,316 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@6e06451e 2019-09-10 16:13:22,316 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data' 2019-09-10 16:13:22,317 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match jpeg, type JPEG, mime 'image/jpeg', msg 'JPEG image data, JFIF standard 1.01, aspect ratio, density 1x1, segment length 16' 2019-09-10 16:13:22,317 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.001 2019-09-10 16:13:22,318 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data': com.j256.simplemagic.entries.MagicEntry$ContentData@59494225 2019-09-10 16:13:22,318 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@59494225 2019-09-10 16:13:22,318 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@59494225 2019-09-10 16:13:22,318 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@59494225 2019-09-10 16:13:22,318 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',test 'EQUALS, value 0',format ', aspect ratio': com.j256.simplemagic.entries.MagicEntry$ContentData@59494225 2019-09-10 16:13:22,318 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@59494225 2019-09-10 16:13:22,318 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@59494225 2019-09-10 16:13:22,323 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@59494225 2019-09-10 16:13:22,323 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data' 2019-09-10 16:13:22,323 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match jpeg, type JPEG, mime 'image/jpeg', msg 'JPEG image data, JFIF standard 1.01, aspect ratio, density 1x1, segment length 16' 2019-09-10 16:13:22,325 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (jpg) is not identical with file extension for file pdf 2019-09-10 16:13:22,325 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.007 2019-09-10 16:13:22,326 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data': com.j256.simplemagic.entries.MagicEntry$ContentData@56ef9176 2019-09-10 16:13:22,326 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@56ef9176 2019-09-10 16:13:22,326 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@56ef9176 2019-09-10 16:13:22,326 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@56ef9176 2019-09-10 16:13:22,326 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',test 'EQUALS, value 0',format ', aspect ratio': com.j256.simplemagic.entries.MagicEntry$ContentData@56ef9176 2019-09-10 16:13:22,326 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@56ef9176 2019-09-10 16:13:22,326 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@56ef9176 2019-09-10 16:13:22,326 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@56ef9176 2019-09-10 16:13:22,326 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data' 2019-09-10 16:13:22,326 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match jpeg, type JPEG, mime 'image/jpeg', msg 'JPEG image data, JFIF standard 1.01, aspect ratio, density 1x1, segment length 16' 2019-09-10 16:13:22,326 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (jpg) is not identical with file extension for file gif 2019-09-10 16:13:22,326 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.000 2019-09-10 16:13:22,327 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data': com.j256.simplemagic.entries.MagicEntry$ContentData@4566e5bd 2019-09-10 16:13:22,327 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@4566e5bd 2019-09-10 16:13:22,327 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@4566e5bd 2019-09-10 16:13:22,327 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@4566e5bd 2019-09-10 16:13:22,327 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',test 'EQUALS, value 0',format ', aspect ratio': com.j256.simplemagic.entries.MagicEntry$ContentData@4566e5bd 2019-09-10 16:13:22,327 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@4566e5bd 2019-09-10 16:13:22,327 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@4566e5bd 2019-09-10 16:13:22,327 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@4566e5bd 2019-09-10 16:13:22,327 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data' 2019-09-10 16:13:22,327 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match jpeg, type JPEG, mime 'image/jpeg', msg 'JPEG image data, JFIF standard 1.01, aspect ratio, density 1x1, segment length 16' 2019-09-10 16:13:22,327 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (jpg) is not identical with file extension for file png 2019-09-10 16:13:22,327 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.000 2019-09-10 16:13:22,328 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 0,name 'PNG',mime 'image/png',test '‰PNG  ',format 'PNG image': com.j256.simplemagic.entries.MagicEntry$ContentData@1ed4004b 2019-09-10 16:13:22,328 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',format ', %ld x': com.j256.simplemagic.entries.MagicEntry$ContentData@1ed4004b 2019-09-10 16:13:22,328 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%ld,',format '%ld,': com.j256.simplemagic.entries.MagicEntry$ContentData@1ed4004b 2019-09-10 16:13:22,328 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%d-bit',format '%d-bit': com.j256.simplemagic.entries.MagicEntry$ContentData@1ed4004b 2019-09-10 16:13:22,328 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '/color',test 'EQUALS, value 6',format '/color RGBA,': com.j256.simplemagic.entries.MagicEntry$ContentData@1ed4004b 2019-09-10 16:13:22,328 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name 'non-interlaced',test 'EQUALS, value 0',format 'non-interlaced': com.j256.simplemagic.entries.MagicEntry$ContentData@1ed4004b 2019-09-10 16:13:22,328 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'PNG',mime 'image/png',test '‰PNG  ',format 'PNG image' 2019-09-10 16:13:22,328 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match png, type PNG, mime 'image/png', msg 'PNG image, 1600 x 843, 8-bit/color RGBA, non-interlaced' 2019-09-10 16:13:22,328 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (png) is not identical with file extension for file jpg 2019-09-10 16:13:22,328 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.000 2019-09-10 16:13:22,328 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data': com.j256.simplemagic.entries.MagicEntry$ContentData@ff5b51f 2019-09-10 16:13:22,329 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@ff5b51f 2019-09-10 16:13:22,329 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@ff5b51f 2019-09-10 16:13:22,329 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@ff5b51f 2019-09-10 16:13:22,329 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',test 'EQUALS, value 0',format ', aspect ratio': com.j256.simplemagic.entries.MagicEntry$ContentData@ff5b51f 2019-09-10 16:13:22,329 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@ff5b51f 2019-09-10 16:13:22,329 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@ff5b51f 2019-09-10 16:13:22,329 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@ff5b51f 2019-09-10 16:13:22,329 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data' 2019-09-10 16:13:22,329 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match jpeg, type JPEG, mime 'image/jpeg', msg 'JPEG image data, JFIF standard 1.01, aspect ratio, density 1x1, segment length 16' 2019-09-10 16:13:22,329 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (jpg) is not identical with file extension for file bmp 2019-09-10 16:13:22,329 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.000 2019-09-10 16:13:22,329 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 0,name 'PNG',mime 'image/png',test '‰PNG  ',format 'PNG image': com.j256.simplemagic.entries.MagicEntry$ContentData@25bbe1b6 2019-09-10 16:13:22,329 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',format ', %ld x': com.j256.simplemagic.entries.MagicEntry$ContentData@25bbe1b6 2019-09-10 16:13:22,330 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%ld,',format '%ld,': com.j256.simplemagic.entries.MagicEntry$ContentData@25bbe1b6 2019-09-10 16:13:22,330 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%d-bit',format '%d-bit': com.j256.simplemagic.entries.MagicEntry$ContentData@25bbe1b6 2019-09-10 16:13:22,330 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '/color',test 'EQUALS, value 6',format '/color RGBA,': com.j256.simplemagic.entries.MagicEntry$ContentData@25bbe1b6 2019-09-10 16:13:22,330 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name 'non-interlaced',test 'EQUALS, value 0',format 'non-interlaced': com.j256.simplemagic.entries.MagicEntry$ContentData@25bbe1b6 2019-09-10 16:13:22,330 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'PNG',mime 'image/png',test '‰PNG  ',format 'PNG image' 2019-09-10 16:13:22,330 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match png, type PNG, mime 'image/png', msg 'PNG image, 1600 x 843, 8-bit/color RGBA, non-interlaced' 2019-09-10 16:13:22,330 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (png) is not identical with file extension for file bmp 2019-09-10 16:13:22,330 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.000 [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.049 s - in org.appng.tools.file.MagicByteCheckTest [INFO] Running org.appng.tools.locator.GeoLocatorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.189 s - in org.appng.tools.locator.GeoLocatorTest [INFO] Running org.appng.tools.poi.WorkbookTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.884 s - in org.appng.tools.poi.WorkbookTest [INFO] Running org.appng.tools.os.OperatingSystemTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.appng.tools.os.OperatingSystemTest [INFO] Running org.appng.tools.os.CommandTest 2019-09-10 16:13:27,461 DEBUG [main] org.appng.tools.os.Command : executing: 'ls' [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.appng.tools.os.CommandTest [INFO] Running org.appng.tools.ui.PaginationTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.appng.tools.ui.PaginationTest [INFO] Running org.appng.tools.ui.StringNormalizerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.appng.tools.ui.StringNormalizerTest [INFO] Running org.appng.tools.markup.XHTMLTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.appng.tools.markup.XHTMLTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 33, Failures: 0, Errors: 0, Skipped: 2 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-tools --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.20.1.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-tools --- [WARNING] Error fetching link: https://github.com/FasterXML/jackson-core/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://github.com/FasterXML/jackson/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://github.com/FasterXML/jackson/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.slf4j.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://sourceforge.net/projects/im4java/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://poi.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://poi.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://junit.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://256stuff.com/sources/simplemagic/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://projectlombok.org/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.tools... Loading source files for package org.appng.tools.zipcode... Loading source files for package org.appng.tools.image... Loading source files for package org.appng.tools.file... Loading source files for package org.appng.tools.locator... Loading source files for package org.appng.tools.poi... Loading source files for package org.appng.tools.os... Loading source files for package org.appng.tools.ui... Loading source files for package org.appng.tools.markup... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/RandomUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/zipcode/DefaultZipCodeValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/zipcode/GermanyZipCodeValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/zipcode/ZipCodeCountry.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/zipcode/ZipCodeValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/zipcode/ZipCodeValidatorFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/image/Captcha.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/image/ImageMetaData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/image/ImageProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/file/FilePrefixFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/file/FileSuffixFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/file/MagicByteCheck.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/file/PropertyConstantCreator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/locator/Coordinate.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/locator/GeoLocator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/locator/GMapGeoLocator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/Border.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/Border.BorderLocation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/Borders.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/Borders.BorderBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/ColumnDefinition.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/FontBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/WorkBookHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/os/Command.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/os/Command.StreamConsumer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/os/OperatingSystem.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/os/StringConsumer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/ui/Chunk.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/ui/Pagination.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/ui/StringNormalizer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/markup/XHTML.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/markup/XML.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/file/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/file/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/file/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/image/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/image/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/image/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/locator/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/locator/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/locator/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/markup/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/markup/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/markup/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/os/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/os/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/os/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/ui/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/ui/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/ui/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/zipcode/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/zipcode/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/zipcode/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/constant-values.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/class-use/RandomUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/zipcode/class-use/DefaultZipCodeValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/zipcode/class-use/ZipCodeValidatorFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/zipcode/class-use/GermanyZipCodeValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/zipcode/class-use/ZipCodeCountry.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/zipcode/class-use/ZipCodeValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/image/class-use/ImageProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/image/class-use/Captcha.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/image/class-use/ImageMetaData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/file/class-use/PropertyConstantCreator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/file/class-use/FileSuffixFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/file/class-use/MagicByteCheck.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/file/class-use/FilePrefixFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/locator/class-use/GeoLocator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/locator/class-use/Coordinate.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/locator/class-use/GMapGeoLocator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/class-use/Border.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/class-use/Border.BorderLocation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/class-use/WorkBookHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/class-use/ColumnDefinition.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/class-use/Borders.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/class-use/Borders.BorderBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/class-use/FontBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/os/class-use/Command.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/os/class-use/Command.StreamConsumer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/os/class-use/StringConsumer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/os/class-use/OperatingSystem.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/ui/class-use/StringNormalizer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/ui/class-use/Chunk.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/ui/class-use/Pagination.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/markup/class-use/XML.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/markup/class-use/XHTML.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/file/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/image/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/locator/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/markup/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/os/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/ui/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/zipcode/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.20.1-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-tools >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.4.7:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Action.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ActionField.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Datasource.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Element.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ErrorModel.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Field.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldValue.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Filter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Link.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Message.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Option.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/OptionType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Options.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Page.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Parameter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Permission.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Sort.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/User.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ValidationRule.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/HttpBasicAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/ApiKeyAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuthFlow.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/Authentication.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.swagger-codegen/VERSION [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-rest-api --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-tools <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-tools --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-tools --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.20.1-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-tools --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-tools --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.20.1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.20.1/appng-tools-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.20.1/appng-tools-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.20.1-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.20.1/appng-tools-1.20.1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.20.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.20.1/appng-tools-1.20.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.20.1.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.20.1/appng-tools-1.20.1.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.20.1.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.20.1/appng-tools-1.20.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.20.1-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.20.1/appng-tools-1.20.1-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.20.1-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.20.1/appng-tools-1.20.1-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-tools --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.14-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.20.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tools/1.20.1/appng-tools-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tools/1.20.1/appng-tools-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.20.1-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tools/1.20.1/appng-tools-1.20.1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.20.1-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tools/1.20.1/appng-tools-1.20.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.20.1.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tools/1.20.1/appng-tools-1.20.1.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.20.1.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tools/1.20.1/appng-tools-1.20.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.20.1-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tools/1.20.1/appng-tools-1.20.1-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.20.1-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tools/1.20.1/appng-tools-1.20.1-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Mail 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-mail --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-mail --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-mail --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-mail --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-mail --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.mail.MailTest DEBUG: setDebug: JavaMail version 1.4.5 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 s - in org.appng.mail.MailTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-mail --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.20.1.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-mail --- [WARNING] Error fetching link: http://kenai.com/projects/javamail/mail/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.slf4j.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://junit.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://projectlombok.org/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.mail... Loading source files for package org.appng.mail.impl... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/Address.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/Attachment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/Mail.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/Mail.RecipientType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/MailException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/MailTransport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/Receiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/impl/AttachmentImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/impl/DefaultTransport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/impl/MailImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/impl/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/impl/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/impl/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/serialized-form.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/class-use/Attachment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/class-use/MailTransport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/class-use/Mail.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/class-use/Mail.RecipientType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/class-use/Receiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/class-use/Address.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/class-use/MailException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/impl/class-use/AttachmentImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/impl/class-use/DefaultTransport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/impl/class-use/MailImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/impl/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.20.1-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-mail >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.4.7:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Action.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ActionField.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Datasource.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Element.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ErrorModel.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Field.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldValue.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Filter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Link.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Message.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Option.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/OptionType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Options.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Page.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Parameter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Permission.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Sort.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/User.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ValidationRule.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/HttpBasicAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/ApiKeyAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuthFlow.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/Authentication.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.swagger-codegen/VERSION [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-rest-api --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-mail <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-mail --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-mail --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.20.1-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-mail --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-mail --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.20.1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.20.1/appng-mail-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.20.1/appng-mail-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.20.1-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.20.1/appng-mail-1.20.1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.20.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.20.1/appng-mail-1.20.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.20.1.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.20.1/appng-mail-1.20.1.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.20.1.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.20.1/appng-mail-1.20.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.20.1-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.20.1/appng-mail-1.20.1-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.20.1-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.20.1/appng-mail-1.20.1-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-mail --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.14-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.20.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-mail/1.20.1/appng-mail-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-mail/1.20.1/appng-mail-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.20.1-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-mail/1.20.1/appng-mail-1.20.1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.20.1-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-mail/1.20.1/appng-mail-1.20.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.20.1.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-mail/1.20.1/appng-mail-1.20.1.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.20.1.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-mail/1.20.1/appng-mail-1.20.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.20.1-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-mail/1.20.1/appng-mail-1.20.1-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.20.1-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-mail/1.20.1/appng-mail-1.20.1-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Forms 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-forms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-forms --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-forms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-forms --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-forms --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.forms.RequestTest 2019-09-10 16:13:49,511 DEBUG [main] org.appng.forms.impl.RequestBean: adding parameter foo:bar 2019-09-10 16:13:49,512 DEBUG [main] org.appng.forms.impl.RequestBean: adding parameter john:doe 2019-09-10 16:13:49,522 DEBUG [main] org.appng.forms.impl.RequestBean: adding parameter foo:bar [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s - in org.appng.forms.RequestTest [INFO] Running org.appng.forms.FormRequestTest 2019-09-10 16:13:49,787 DEBUG [main] org.appng.forms.impl.RequestBean: tempdir is /tmp 2019-09-10 16:13:49,787 DEBUG [main] org.appng.forms.impl.RequestBean: content type: null 2019-09-10 16:13:49,788 DEBUG [main] org.appng.forms.impl.RequestBean: requestURI: null 2019-09-10 16:13:49,788 DEBUG [main] org.appng.forms.impl.RequestBean: contextPath: null 2019-09-10 16:13:49,789 DEBUG [main] org.appng.forms.impl.RequestBean: servletPath: null 2019-09-10 16:13:49,789 DEBUG [main] org.appng.forms.impl.RequestBean: pathInfo: null 2019-09-10 16:13:49,790 DEBUG [main] org.appng.forms.impl.RequestBean: request method: GET 2019-09-10 16:13:49,794 TRACE [main] org.appng.forms.impl.RequestBean: GET parameter: foo is multi-valued 2019-09-10 16:13:49,795 TRACE [main] org.appng.forms.impl.RequestBean: GET parameter: foo = [bar, 42] 2019-09-10 16:13:49,795 TRACE [main] org.appng.forms.impl.RequestBean: parameter 'foo' is multi-valued, discarding value(s) [42] 2019-09-10 16:13:49,826 DEBUG [main] org.appng.forms.impl.RequestBean: tempdir is /tmp 2019-09-10 16:13:49,827 DEBUG [main] org.appng.forms.impl.RequestBean: content type: multipart/form-data; boundary=foobar 2019-09-10 16:13:49,827 DEBUG [main] org.appng.forms.impl.RequestBean: requestURI: null 2019-09-10 16:13:49,827 DEBUG [main] org.appng.forms.impl.RequestBean: contextPath: null 2019-09-10 16:13:49,828 DEBUG [main] org.appng.forms.impl.RequestBean: servletPath: null 2019-09-10 16:13:49,828 DEBUG [main] org.appng.forms.impl.RequestBean: pathInfo: null 2019-09-10 16:13:49,828 DEBUG [main] org.appng.forms.impl.RequestBean: request method: POST 2019-09-10 16:13:49,866 TRACE [main] org.appng.forms.impl.RequestBean: POST parameter: foo = bar 2019-09-10 16:13:49,869 TRACE [main] org.appng.forms.impl.RequestBean: POST upload parameter: /tmp/5F2ACDC183D81BEFC73E7B7482ECEAA4_0.jpg (size 10551, type: image/jpeg, original name:anonymous.jpg) 2019-09-10 16:13:49,899 DEBUG [main] org.appng.forms.impl.RequestBean: tempdir is /tmp 2019-09-10 16:13:49,899 DEBUG [main] org.appng.forms.impl.RequestBean: content type: multipart/form-data; boundary=foobar 2019-09-10 16:13:49,900 DEBUG [main] org.appng.forms.impl.RequestBean: requestURI: null 2019-09-10 16:13:49,900 DEBUG [main] org.appng.forms.impl.RequestBean: contextPath: null 2019-09-10 16:13:49,900 DEBUG [main] org.appng.forms.impl.RequestBean: servletPath: null 2019-09-10 16:13:49,900 DEBUG [main] org.appng.forms.impl.RequestBean: pathInfo: null 2019-09-10 16:13:49,900 DEBUG [main] org.appng.forms.impl.RequestBean: request method: POST 2019-09-10 16:13:49,904 TRACE [main] org.appng.forms.impl.RequestBean: POST parameter: foo = bar 2019-09-10 16:13:49,904 TRACE [main] org.appng.forms.impl.RequestBean: POST upload parameter: /tmp/5F2ACDC183D81BEFC73E7B7482ECEAA4_1.jpg (size 10551, type: image/jpeg, original name:anonymous.jpg) [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.382 s - in org.appng.forms.FormRequestTest [INFO] Running org.appng.forms.XSSUtilTest ESAPI: WARNING: System property [org.owasp.esapi.opsteam] is not set ESAPI: WARNING: System property [org.owasp.esapi.devteam] is not set ESAPI: Attempting to load ESAPI.properties via file I/O. ESAPI: Attempting to load ESAPI.properties as resource file via file I/O. ESAPI: Not found in 'org.owasp.esapi.resources' directory or file not readable: /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/ESAPI.properties ESAPI: Not found in SystemResource Directory/resourceDirectory: .esapi/ESAPI.properties ESAPI: Not found in 'user.home' (/var/lib/jenkins) directory: /var/lib/jenkins/esapi/ESAPI.properties ESAPI: Loading ESAPI.properties via file I/O failed. Exception was: java.io.FileNotFoundException ESAPI: Attempting to load ESAPI.properties via the classpath. ESAPI: SUCCESSFULLY LOADED ESAPI.properties via the CLASSPATH from '/ (root)' using current thread context class loader! ESAPI: SecurityConfiguration for Validator.ConfigurationFile.MultiValued not found in ESAPI.properties. Using default: false ESAPI: SecurityConfiguration for Validator.ConfigurationFile not found in ESAPI.properties. Using default: validation.properties ESAPI: Attempting to load validation.properties via file I/O. ESAPI: Attempting to load validation.properties as resource file via file I/O. ESAPI: Not found in 'org.owasp.esapi.resources' directory or file not readable: /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/validation.properties ESAPI: Not found in SystemResource Directory/resourceDirectory: .esapi/validation.properties ESAPI: Not found in 'user.home' (/var/lib/jenkins) directory: /var/lib/jenkins/esapi/validation.properties ESAPI: Loading validation.properties via file I/O failed. ESAPI: Attempting to load validation.properties via the classpath. ESAPI: validation.properties could not be loaded by any means. fail.. Caught java.lang.IllegalArgumentException; exception message was: java.lang.IllegalArgumentException: Failed to load ESAPI.properties as a classloader resource. ESAPI: SecurityConfiguration for ESAPI.printProperties not found in ESAPI.properties. Using default: false ESAPI: SecurityConfiguration for Encryptor.CipherTransformation not found in ESAPI.properties. Using default: AES/CBC/PKCS5Padding ESAPI: SecurityConfiguration for ESAPI.Logger not found in ESAPI.properties. Using default: org.owasp.esapi.reference.JavaLogFactory ESAPI: SecurityConfiguration for Logger.LogApplicationName not found in ESAPI.properties. Using default: true ESAPI: SecurityConfiguration for Logger.LogServerIP not found in ESAPI.properties. Using default: true ESAPI: SecurityConfiguration for Logger.ApplicationName not found in ESAPI.properties. Using default: DefaultName ESAPI: SecurityConfiguration for Encoder.AllowMultipleEncoding not found in ESAPI.properties. Using default: false ESAPI: SecurityConfiguration for Encoder.AllowMixedEncoding not found in ESAPI.properties. Using default: false ESAPI: SecurityConfiguration for Encoder.AllowMultipleEncoding not found in ESAPI.properties. Using default: false ESAPI: SecurityConfiguration for Encoder.AllowMixedEncoding not found in ESAPI.properties. Using default: false [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 s - in org.appng.forms.XSSUtilTest [INFO] Running org.appng.forms.FormUploadTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.appng.forms.FormUploadTest [INFO] Running org.appng.el.ExpressionEvaluatorTest 2019-09-10 16:13:50,090 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-09-10 16:13:50,090 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-09-10 16:13:50,090 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-09-10 16:13:50,090 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-09-10 16:13:50,108 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq 5 ? 'is five' : 'is not five'} = is five [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-09-10 16:13:50,108 DEBUG [main] org.appng.el.ExpressionEvaluator: ${b eq 5 ? 'is five' : 'is not five'} = is not five [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-09-10 16:13:50,109 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq null ? 'is null': 'is not null'} = is not null [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-09-10 16:13:50,110 DEBUG [main] org.appng.el.ExpressionEvaluator: ${c eq null ? 'is null': 'is not null'} = is null [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-09-10 16:13:50,110 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-09-10 16:13:50,110 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-09-10 16:13:50,111 DEBUG [main] org.appng.el.ExpressionEvaluator: ${map['foo'] eq 'bar'} = true [(a = 5), (b = 6), (SESSION = {foo=5}), (map = {foo=bar})] 2019-09-10 16:13:50,111 DEBUG [main] org.appng.el.ExpressionEvaluator: ${map['foo']} = bar [(a = 5), (b = 6), (SESSION = {foo=5}), (map = {foo=bar})] 2019-09-10 16:13:50,112 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-09-10 16:13:50,112 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-09-10 16:13:50,112 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':asList' with method 'public static java.util.List org.appng.el.ExpressionEvaluatorTest.asList(java.lang.Object[])'. 2019-09-10 16:13:50,114 DEBUG [main] org.appng.el.ExpressionEvaluator: ${asList(args)} = [1, 4, 56.0] [(args = [Ljava.lang.Object;@72a7c7e0), (a = 5), (b = 6), (SESSION = {foo=5})] 2019-09-10 16:13:50,114 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-09-10 16:13:50,115 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-09-10 16:13:50,115 DEBUG [main] org.appng.el.ExpressionEvaluator: ${numbers[0] == 1} = true [(a = 5), (b = 6), (numbers = [I@2e4b8173), (SESSION = {foo=5})] 2019-09-10 16:13:50,116 DEBUG [main] org.appng.el.ExpressionEvaluator: ${numbers[0] + numbers[3]} = 5 [(a = 5), (b = 6), (numbers = [I@2e4b8173), (SESSION = {foo=5})] 2019-09-10 16:13:50,117 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-09-10 16:13:50,117 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-09-10 16:13:50,122 DEBUG [main] org.appng.el.ExpressionEvaluator: ${dummy.type eq 'ON'} = true [(dummy = foo=42, bar=null, dummies=[foo=23, bar=null, dummies=null]), (a = 5), (b = 6), (SESSION = {foo=5}), (type = ON)] 2019-09-10 16:13:50,122 DEBUG [main] org.appng.el.ExpressionEvaluator: ${dummy.type eq type} = true [(dummy = foo=42, bar=null, dummies=[foo=23, bar=null, dummies=null]), (a = 5), (b = 6), (SESSION = {foo=5}), (type = ON)] 2019-09-10 16:13:50,122 DEBUG [main] org.appng.el.ExpressionEvaluator: ${dummy.type eq 'OFF'} = false [(dummy = foo=42, bar=null, dummies=[foo=23, bar=null, dummies=null]), (a = 5), (b = 6), (SESSION = {foo=5}), (type = ON)] 2019-09-10 16:13:50,123 DEBUG [main] org.appng.el.ExpressionEvaluator: ${dummy.dummies[0].type eq dummy.type} = false [(dummy = foo=42, bar=null, dummies=[foo=23, bar=null, dummies=null]), (a = 5), (b = 6), (SESSION = {foo=5}), (type = ON)] 2019-09-10 16:13:50,123 DEBUG [main] org.appng.el.ExpressionEvaluator: ${dummy.foo eq 42} = true [(dummy = foo=42, bar=null, dummies=[foo=23, bar=null, dummies=null]), (a = 5), (b = 6), (SESSION = {foo=5}), (type = ON)] 2019-09-10 16:13:50,124 DEBUG [main] org.appng.el.ExpressionEvaluator: ${dummy.bar eq 'bar'} = true [(dummy = foo=42, bar=null, dummies=[foo=23, bar=null, dummies=null]), (a = 5), (b = 6), (SESSION = {foo=5}), (type = ON)] 2019-09-10 16:13:50,124 DEBUG [main] org.appng.el.ExpressionEvaluator: ${empty dummy.dummies[0].dummies} = true [(dummy = foo=42, bar=null, dummies=[foo=23, bar=null, dummies=null]), (a = 5), (b = 6), (SESSION = {foo=5}), (type = ON)] 2019-09-10 16:13:50,125 DEBUG [main] org.appng.el.ExpressionEvaluator: ${dummy.dummies[0].foo eq 23} = true [(dummy = foo=42, bar=null, dummies=[foo=23, bar=null, dummies=null]), (a = 5), (b = 6), (SESSION = {foo=5}), (type = ON)] 2019-09-10 16:13:50,125 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':size' with method 'public static int org.appng.el.ExpressionEvaluatorTest.size(java.util.Collection)'. 2019-09-10 16:13:50,125 DEBUG [main] org.appng.el.ExpressionEvaluator: ${size(dummy.dummies) eq 1} = true [(dummy = foo=42, bar=null, dummies=[foo=23, bar=null, dummies=null]), (a = 5), (b = 6), (SESSION = {foo=5}), (type = ON)] 2019-09-10 16:13:50,126 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-09-10 16:13:50,126 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-09-10 16:13:50,126 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-09-10 16:13:50,126 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-09-10 16:13:50,126 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'site-id' of type 'java.lang.String' to value '' 2019-09-10 16:13:50,127 DEBUG [main] org.appng.el.ExpressionEvaluator: ${site-id eq ''} = true [(a = 5), (b = 6), (SESSION = {foo=5}), (site-id = )] true 2019-09-10 16:13:50,127 DEBUG [main] org.appng.el.ExpressionEvaluator: ${site-id} = 0 [(a = 5), (b = 6), (SESSION = {foo=5}), (site-id = )] 0 2019-09-10 16:13:50,128 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-09-10 16:13:50,128 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-09-10 16:13:50,128 DEBUG [main] org.appng.el.ExpressionEvaluator: ${c eq null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] true 2019-09-10 16:13:50,129 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-09-10 16:13:50,129 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-09-10 16:13:50,129 DEBUG [main] org.appng.el.ExpressionEvaluator: ${c eq null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-09-10 16:13:50,129 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq c} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-09-10 16:13:50,130 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq null} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-09-10 16:13:50,130 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-09-10 16:13:50,130 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-09-10 16:13:50,130 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.String' to value '1' 2019-09-10 16:13:50,130 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'A' of type 'java.lang.String' to value '3' 2019-09-10 16:13:50,130 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'ab' of type 'java.lang.String' to value '5' 2019-09-10 16:13:50,130 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'aB' of type 'java.lang.String' to value '6' 2019-09-10 16:13:50,130 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-09-10 16:13:50,130 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a_b' of type 'java.lang.String' to value '7' 2019-09-10 16:13:50,130 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a_' of type 'java.lang.String' to value '2' 2019-09-10 16:13:50,131 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'A_' of type 'java.lang.String' to value '4' 2019-09-10 16:13:50,131 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'aB_' of type 'java.lang.String' to value '8' 2019-09-10 16:13:50,131 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a} = 1 [(a = 1), (A = 3), (ab = 5), (aB = 6), (b = 6), (a_b = 7), (SESSION = {foo=5}), (a_ = 2), (A_ = 4), (aB_ = 8)] 2019-09-10 16:13:50,131 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a_} = 2 [(a = 1), (A = 3), (ab = 5), (aB = 6), (b = 6), (a_b = 7), (SESSION = {foo=5}), (a_ = 2), (A_ = 4), (aB_ = 8)] 2019-09-10 16:13:50,131 DEBUG [main] org.appng.el.ExpressionEvaluator: ${A} = 3 [(a = 1), (A = 3), (ab = 5), (aB = 6), (b = 6), (a_b = 7), (SESSION = {foo=5}), (a_ = 2), (A_ = 4), (aB_ = 8)] 2019-09-10 16:13:50,132 DEBUG [main] org.appng.el.ExpressionEvaluator: ${A_} = 4 [(a = 1), (A = 3), (ab = 5), (aB = 6), (b = 6), (a_b = 7), (SESSION = {foo=5}), (a_ = 2), (A_ = 4), (aB_ = 8)] 2019-09-10 16:13:50,132 DEBUG [main] org.appng.el.ExpressionEvaluator: ${ab} = 5 [(a = 1), (A = 3), (ab = 5), (aB = 6), (b = 6), (a_b = 7), (SESSION = {foo=5}), (a_ = 2), (A_ = 4), (aB_ = 8)] 2019-09-10 16:13:50,132 DEBUG [main] org.appng.el.ExpressionEvaluator: ${aB} = 6 [(a = 1), (A = 3), (ab = 5), (aB = 6), (b = 6), (a_b = 7), (SESSION = {foo=5}), (a_ = 2), (A_ = 4), (aB_ = 8)] 2019-09-10 16:13:50,132 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a_b} = 7 [(a = 1), (A = 3), (ab = 5), (aB = 6), (b = 6), (a_b = 7), (SESSION = {foo=5}), (a_ = 2), (A_ = 4), (aB_ = 8)] 2019-09-10 16:13:50,133 DEBUG [main] org.appng.el.ExpressionEvaluator: ${aB_} = 8 [(a = 1), (A = 3), (ab = 5), (aB = 6), (b = 6), (a_b = 7), (SESSION = {foo=5}), (a_ = 2), (A_ = 4), (aB_ = 8)] 2019-09-10 16:13:50,133 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-09-10 16:13:50,133 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-09-10 16:13:50,134 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a == b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-09-10 16:13:50,134 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a < b} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-09-10 16:13:50,135 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a <= b} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-09-10 16:13:50,136 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a > b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-09-10 16:13:50,137 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a >= b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-09-10 16:13:50,137 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-09-10 16:13:50,138 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a ne b} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-09-10 16:13:50,138 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a lt b} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-09-10 16:13:50,138 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a gt b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-09-10 16:13:50,139 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-09-10 16:13:50,139 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-09-10 16:13:50,139 DEBUG [main] org.appng.el.ExpressionEvaluator: ${uizuihm eq null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-09-10 16:13:50,141 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-09-10 16:13:50,141 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-09-10 16:13:50,141 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-09-10 16:13:50,141 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2-1} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-09-10 16:13:50,142 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2-1} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-09-10 16:13:50,142 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-09-10 16:13:50,142 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-09-10 16:13:50,143 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-09-10 16:13:50,143 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-09-10 16:13:50,143 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':max' with method 'public static int java.lang.Math.max(int,int)'. 2019-09-10 16:13:50,143 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':min' with method 'public static int java.lang.Math.min(int,int)'. 2019-09-10 16:13:50,144 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':sqrt' with method 'public static double java.lang.Math.sqrt(double)'. 2019-09-10 16:13:50,144 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function 'ait:sqrt' with method 'public static double java.lang.Math.sqrt(double)'. 2019-09-10 16:13:50,144 DEBUG [main] org.appng.el.ExpressionEvaluator: ${min(a,b)} = 5 [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-09-10 16:13:50,145 DEBUG [main] org.appng.el.ExpressionEvaluator: ${max(a,b)} = 6 [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-09-10 16:13:50,145 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a-b} = -1 [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-09-10 16:13:50,145 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a+b} = 11 [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-09-10 16:13:50,146 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a*b} = 30 [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-09-10 16:13:50,147 DEBUG [main] org.appng.el.ExpressionEvaluator: ${(a*a) - (b/b)} = 24 [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-09-10 16:13:50,147 DEBUG [main] org.appng.el.ExpressionEvaluator: ${sqrt(25)} = 5.0 [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-09-10 16:13:50,148 DEBUG [main] org.appng.el.ExpressionEvaluator: ${ait:sqrt(36)} = 6.0 [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-09-10 16:13:50,148 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-09-10 16:13:50,148 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-09-10 16:13:50,149 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION.foo eq 5} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-09-10 16:13:50,149 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION['foo'] eq 5} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-09-10 16:13:50,149 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION.foo ne null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-09-10 16:13:50,150 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION['bar'] eq 5} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-09-10 16:13:50,150 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION.bar eq null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-09-10 16:13:50,151 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-09-10 16:13:50,152 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-09-10 16:13:50,153 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a.toString() == 5} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-09-10 16:13:50,153 DEBUG [main] org.appng.el.ExpressionEvaluator: ${b.toString() == 5} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-09-10 16:13:50,154 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-09-10 16:13:50,154 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-09-10 16:13:50,154 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-09-10 16:13:50,154 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2-1} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-09-10 16:13:50,154 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2-1} = true [(a = 5), (b = 6), (SESSION = {foo=5})] [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s - in org.appng.el.ExpressionEvaluatorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-forms --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.20.1.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-forms --- [WARNING] Error fetching link: https://tomcat.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.slf4j.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://junit.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.mockito.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://www.owasp.org/index.php/Category:OWASP_Enterprise_Security_API/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://jsoup.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://projectlombok.org/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.forms... Loading source files for package org.appng.forms.impl... Loading source files for package org.appng.el... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/FormUpload.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/FormUploadValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/Request.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/RequestContainer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/XSSUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/impl/FormUploadBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/impl/RequestBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/el/ExpressionEvaluator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/el/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/el/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/el/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/impl/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/impl/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/impl/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/constant-values.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/class-use/RequestContainer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/class-use/FormUpload.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/class-use/Request.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/class-use/XSSUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/class-use/FormUploadValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/impl/class-use/FormUploadBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/impl/class-use/RequestBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/el/class-use/ExpressionEvaluator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/el/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/impl/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.20.1-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-forms >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.4.7:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Action.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ActionField.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Datasource.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Element.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ErrorModel.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Field.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldValue.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Filter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Link.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Message.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Option.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/OptionType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Options.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Page.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Parameter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Permission.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Sort.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/User.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ValidationRule.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/HttpBasicAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/ApiKeyAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuthFlow.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/Authentication.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.swagger-codegen/VERSION [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-rest-api --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-forms <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-forms --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-forms --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.20.1-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-forms --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-forms --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.20.1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.20.1/appng-forms-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.20.1/appng-forms-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.20.1-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.20.1/appng-forms-1.20.1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.20.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.20.1/appng-forms-1.20.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.20.1.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.20.1/appng-forms-1.20.1.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.20.1.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.20.1/appng-forms-1.20.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.20.1-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.20.1/appng-forms-1.20.1-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.20.1-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.20.1/appng-forms-1.20.1-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-forms --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.14-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.20.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-forms/1.20.1/appng-forms-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-forms/1.20.1/appng-forms-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.20.1-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-forms/1.20.1/appng-forms-1.20.1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.20.1-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-forms/1.20.1/appng-forms-1.20.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.20.1.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-forms/1.20.1/appng-forms-1.20.1.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.20.1.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-forms/1.20.1/appng-forms-1.20.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.20.1-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-forms/1.20.1/appng-forms-1.20.1-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.20.1-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-forms/1.20.1/appng-forms-1.20.1-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appng Formtags 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-formtags --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-formtags --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-formtags --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-formtags --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-formtags --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.formtags.FormElementTest 2019-09-10 16:14:02,985 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:02,986 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:02,986 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:02,986 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:02,986 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:02,986 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:02,986 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:02,986 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:02,986 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:02,986 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:02,987 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:02,987 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:02,987 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:02,987 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:02,987 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:02,987 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:02,987 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:02,987 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,006 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = true [(foobar = 12345), (SESSION = {})] 2019-09-10 16:14:03,095 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,095 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,095 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,095 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,095 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,096 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,096 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,096 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,096 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,096 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,096 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,096 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,096 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,096 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,096 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,096 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,097 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,102 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,103 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = false [(foobar = 123456), (SESSION = {})] 2019-09-10 16:14:03,110 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,110 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,110 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,110 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,110 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,110 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,110 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,111 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,111 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,111 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,111 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,111 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,111 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,111 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,112 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,112 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,112 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,112 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,113 [main] DEBUG org.appng.el.ExpressionEvaluator - ${email(email)} = false [(SESSION = {}), (email = foobar)] 2019-09-10 16:14:03,117 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,117 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,117 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,117 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,117 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,117 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,118 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,118 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,118 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,118 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,118 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,118 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,118 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,119 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,119 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,119 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,119 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,119 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,119 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = true [(foobar = >), (SESSION = {})] 2019-09-10 16:14:03,121 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,122 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,122 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,122 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,122 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,122 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,122 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,122 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,123 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,123 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,123 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,123 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,123 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,123 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,123 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,124 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,124 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,124 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,124 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = true [(foobar = 12345), (SESSION = {})] 2019-09-10 16:14:03,127 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,128 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,128 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,128 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,128 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,128 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,128 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,128 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,129 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,129 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,129 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,129 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,129 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,129 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,129 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,130 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,130 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,130 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,130 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = true [(foobar = 12345), (SESSION = {})] 2019-09-10 16:14:03,132 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,132 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,132 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,132 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,133 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,133 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,133 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,133 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,133 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,133 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,133 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,134 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,134 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,134 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,134 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,134 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,134 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,134 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,135 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = true [(foobar = 12345), (SESSION = {})] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.492 s - in org.appng.formtags.FormElementTest [INFO] Running org.appng.formtags.RuleValidationTest 2019-09-10 16:14:03,150 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,151 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,151 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,151 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,151 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,151 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,151 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,151 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,152 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,152 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,152 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,152 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,152 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,152 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,152 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,152 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,153 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,153 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,154 [main] DEBUG org.appng.el.ExpressionEvaluator - ${email('mm@aiticon.de')} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,154 [main] DEBUG org.appng.el.ExpressionEvaluator - ${email('_mm@aiticon.de')} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,155 [main] DEBUG org.appng.el.ExpressionEvaluator - ${email('mm@aiticon')} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,155 [main] DEBUG org.appng.el.ExpressionEvaluator - ${email('@aiticon.de')} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,157 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,157 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,157 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,157 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,157 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,157 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,157 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,158 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,158 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,158 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,158 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,158 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,158 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,158 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,158 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,159 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,159 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,159 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,159 [main] DEBUG org.appng.el.ExpressionEvaluator - ${size(foo,3)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,160 [main] DEBUG org.appng.el.ExpressionEvaluator - ${size(foo,4)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,161 [main] DEBUG org.appng.el.ExpressionEvaluator - ${size(multifoo,4)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,161 [main] DEBUG org.appng.el.ExpressionEvaluator - ${size(multifoo,5)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,163 [main] DEBUG org.appng.el.ExpressionEvaluator - ${size(multibar,5)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,164 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,165 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,165 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,165 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,165 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,165 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,165 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,165 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,165 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,166 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,166 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,166 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,166 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,166 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,166 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,166 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,166 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,167 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,168 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCount(upload, 1, 2)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,168 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCount(upload, 1, 0)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,169 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCount(upload, 3, 2)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,170 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,170 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,170 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,170 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,170 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,170 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,170 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,170 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,171 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,171 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,171 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,171 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,171 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,171 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,171 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,171 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,171 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,171 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,172 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCountMax(upload, 3)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,172 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCountMax(upload, 1)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,172 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCountMax(upload, 0)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,173 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,173 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,173 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,173 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,174 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,174 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,174 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,174 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,174 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,174 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,174 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,174 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,174 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,174 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,174 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,174 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,174 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,174 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,175 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCountMin(upload, 1)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,175 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCountMin(upload, 5)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,175 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCountMin(upload, 3)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,176 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,176 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,176 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,177 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,177 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,177 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,177 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,177 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,177 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,177 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,177 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,177 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,177 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,177 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,177 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,177 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,177 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,177 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,178 [main] DEBUG org.appng.el.ExpressionEvaluator - ${numberFractionDigits(foobar,1,1)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,178 [main] DEBUG org.appng.el.ExpressionEvaluator - ${numberFractionDigits(foobar,1,2)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,179 [main] DEBUG org.appng.el.ExpressionEvaluator - ${numberFractionDigits(foobar,2,1)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,179 [main] DEBUG org.appng.el.ExpressionEvaluator - ${numberFractionDigits(foobar,2,2)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,180 [main] DEBUG org.appng.el.ExpressionEvaluator - ${numberFractionDigits(foobar,3,1)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,180 [main] DEBUG org.appng.el.ExpressionEvaluator - ${numberFractionDigits(foobar,3,2)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,181 [main] DEBUG org.appng.el.ExpressionEvaluator - ${numberFractionDigits(foobar,3,3)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,184 [main] DEBUG org.appng.el.ExpressionEvaluator - ${numberFractionDigits(foobar,3,4)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,184 [main] DEBUG org.appng.el.ExpressionEvaluator - ${numberFractionDigits(foobar,4,3)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,185 [main] DEBUG org.appng.el.ExpressionEvaluator - ${numberFractionDigits(foobar,4,4)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,186 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,186 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,186 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,186 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,186 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,186 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,187 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,187 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,187 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,187 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,187 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,187 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,187 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,188 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,188 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,188 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,188 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,188 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,189 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSize(upload,'500KB','2.5MB')} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,190 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSize(upload,'600KB','1.1MB')} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,190 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSize(upload,'500KB','0.1MB')} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,192 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,192 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,192 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,192 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,192 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,193 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,193 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,193 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,193 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,193 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,193 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,193 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,193 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,194 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,194 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,194 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,194 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,194 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,195 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileType(upload,'jpg,gif,png')} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,195 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileType(upload,'tif,pdf')} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,196 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,196 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,196 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,196 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,197 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,197 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,197 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,197 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,197 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,197 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,197 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,197 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,197 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,198 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,198 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,198 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,198 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,198 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,199 [main] DEBUG org.appng.el.ExpressionEvaluator - ${captcha(bar, SESSION.foobar)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,200 [main] DEBUG org.appng.el.ExpressionEvaluator - ${captcha(bar, SESSION['foobar'])} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,200 [main] DEBUG org.appng.el.ExpressionEvaluator - ${captcha(5, SESSION.foobar)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,201 [main] DEBUG org.appng.el.ExpressionEvaluator - ${captcha(5, SESSION['foobar'])} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,202 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,202 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,202 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,202 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,202 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,202 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,203 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,203 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,203 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,203 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,203 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,203 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,203 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,203 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,204 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,204 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,204 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,204 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,204 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(foo,1,3)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,205 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(foo,4,5)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,205 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(multifoo,1,4)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,206 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(multifoo,1,3)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,206 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(multifoo,5,7)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,207 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(multibar,1,3)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,207 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(multibar,5,7)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,209 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,209 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,209 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,209 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,209 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,209 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,209 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,209 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,210 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,210 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,210 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,210 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,210 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,210 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,210 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,210 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,211 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,211 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,211 [main] DEBUG org.appng.el.ExpressionEvaluator - ${equals('a','a')} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,212 [main] DEBUG org.appng.el.ExpressionEvaluator - ${equals('b','b')} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,212 [main] DEBUG org.appng.el.ExpressionEvaluator - ${equals('a','A')} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,213 [main] DEBUG org.appng.el.ExpressionEvaluator - ${equals('a',' A')} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,214 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,214 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,214 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,214 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,214 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,214 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,214 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,215 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,215 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,215 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,215 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,215 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,215 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,215 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,215 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,215 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,216 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,216 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,216 [main] DEBUG org.appng.el.ExpressionEvaluator - ${number(foo)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,217 [main] DEBUG org.appng.el.ExpressionEvaluator - ${number(bar)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,218 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,218 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,218 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,218 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,218 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,218 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,218 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,219 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,219 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,219 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,219 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,219 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,219 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,219 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,219 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,220 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,220 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,220 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,220 [main] DEBUG org.appng.el.ExpressionEvaluator - ${regExp('abc','[a-z]+')} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,221 [main] DEBUG org.appng.el.ExpressionEvaluator - ${regExp('abc','[a-z]{4,}')} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,222 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,222 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,222 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,222 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,222 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,222 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,223 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,223 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,223 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,223 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,223 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,223 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,223 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,223 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,224 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,224 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,224 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,224 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,224 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foo,4)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,225 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foo,2)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,225 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(multifoo,4)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,225 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(multifoo,3)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,226 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(multibar,3)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,227 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,227 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,227 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,227 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,228 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,228 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,228 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,228 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,228 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,228 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,228 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,228 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,229 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,229 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,229 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,229 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,229 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,229 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,230 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMin(foo,3)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,230 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMin(foo,4)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,230 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMin(multifoo,4)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,231 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMin(multifoo,5)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,231 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMin(multibar,5)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,234 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,234 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,234 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,234 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,235 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,235 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,235 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,235 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,235 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,235 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,235 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,235 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,236 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,236 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,236 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,236 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,236 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,236 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,237 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSizeMax(upload,'850KB')} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,237 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSizeMax(upload,'200KB')} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,238 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,238 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,239 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,239 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,239 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,239 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,239 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,239 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,239 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,240 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,240 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,240 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,240 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,240 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,240 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,240 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,240 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,240 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,241 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSizeMax(upload,'3.5MB')} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,241 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSizeMax(upload,'0.1MB')} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,242 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,242 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,243 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,243 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,243 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,243 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,243 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,244 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,244 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,244 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,244 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,244 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,244 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,244 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,245 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,245 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,245 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,245 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,245 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSizeMin(upload,'500KB')} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,246 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSizeMin(upload,'1100KB')} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,247 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,248 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,248 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,248 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,248 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,248 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,248 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,248 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,248 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,248 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,248 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,249 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,249 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,249 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,249 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,249 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,249 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,249 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,250 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSizeMin(upload,'0.5MB')} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,250 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSizeMin(upload,'1.1MB')} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,251 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,251 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,251 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,252 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,252 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,252 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,252 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,252 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,252 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,252 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,252 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,252 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,252 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,253 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,253 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,253 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,253 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,253 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,253 [main] DEBUG org.appng.el.ExpressionEvaluator - ${string(foo)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,254 [main] DEBUG org.appng.el.ExpressionEvaluator - ${string(bar)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,254 [main] DEBUG org.appng.el.ExpressionEvaluator - ${string(foobar)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-09-10 16:14:03,254 [main] DEBUG org.appng.el.ExpressionEvaluator - ${string('foobar')} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s - in org.appng.formtags.RuleValidationTest [INFO] Running org.appng.formtags.FormElementRuleTest 2019-09-10 16:14:03,264 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,264 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,265 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,265 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,265 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,265 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,265 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,265 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,265 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,265 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,265 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,266 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,266 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,266 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,266 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,266 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,266 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,266 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,267 [main] DEBUG org.appng.el.ExpressionEvaluator - ${email(field)} = false [(field = abc), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-09-10 16:14:03,269 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,269 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,269 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,269 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,269 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,269 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,269 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,269 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,269 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,270 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,271 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,272 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,272 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,272 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,272 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,272 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,272 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,272 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,272 [main] DEBUG org.appng.el.ExpressionEvaluator - ${size} = false [(field = abc), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-09-10 16:14:03,274 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,274 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,274 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,274 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,274 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,274 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,274 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,274 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,274 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,274 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,274 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,274 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,274 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,274 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,274 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,274 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,274 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,274 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,275 [main] DEBUG org.appng.el.ExpressionEvaluator - ${size(multivalued,2)} = true [(upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})] 2019-09-10 16:14:03,276 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,276 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,276 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,276 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,276 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,276 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,276 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,276 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,276 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,276 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,276 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,276 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,276 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,276 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,276 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,276 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,276 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,276 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,277 [main] DEBUG org.appng.el.ExpressionEvaluator - ${size(multivalued,3)} = false [(upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})] 2019-09-10 16:14:03,278 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,278 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,278 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,278 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,278 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,278 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,278 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,278 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,278 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,278 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,278 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,278 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,278 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,278 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,279 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,279 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,279 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,279 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,279 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSizeMax(upload,'1KB')} = false [(upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-09-10 16:14:03,280 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,280 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,280 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,280 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,280 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,280 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,281 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,281 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,281 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,281 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,281 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,281 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,281 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,281 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,281 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,281 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,281 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,281 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,281 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSizeMin(upload,'2MB')} = false [(upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-09-10 16:14:03,283 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,283 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,283 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,283 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,283 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,283 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,283 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,283 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,283 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,283 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,283 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,283 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,283 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,283 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,283 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,283 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,283 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,283 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,283 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCount(upload,3,5)} = false [(upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-09-10 16:14:03,285 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,285 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,285 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,285 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,285 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,285 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,285 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,285 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,285 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,285 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,285 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,285 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,285 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,285 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,285 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,285 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,285 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,285 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,286 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCountMax(upload,1)} = false [(upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-09-10 16:14:03,287 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,287 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,287 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,287 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,287 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,287 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,287 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,287 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,287 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,287 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,287 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,287 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,287 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,287 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,287 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,287 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,287 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,287 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,288 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCountMin(upload,5)} = false [(upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-09-10 16:14:03,290 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,290 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,290 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,290 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,290 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,290 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,290 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,290 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,290 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,290 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,290 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,290 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,290 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,290 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,291 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,291 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,291 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,291 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,291 [main] DEBUG org.appng.el.ExpressionEvaluator - ${numberFractionDigits(field,2,2)} = false [(field = 12.345), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-09-10 16:14:03,292 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,292 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,292 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,292 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,292 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,292 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,292 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,292 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,292 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,293 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,293 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,293 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,293 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,293 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,293 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,293 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,293 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,293 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,293 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSize(upload,3,5)} = false [(upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-09-10 16:14:03,295 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,295 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,295 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,295 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,295 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,295 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,295 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,295 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,295 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,295 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,295 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,295 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,295 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,295 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,295 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,295 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,295 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,295 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,295 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileType(upload,'gif')} = false [(upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-09-10 16:14:03,297 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,297 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,297 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,297 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,297 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,297 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,297 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,297 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,297 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,297 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,297 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,297 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,297 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,297 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,297 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,297 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,297 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,297 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,298 [main] DEBUG org.appng.el.ExpressionEvaluator - ${captcha(field,'field')} = false [(field = ab), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-09-10 16:14:03,299 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,299 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,299 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,299 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,299 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,299 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,299 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,299 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,299 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,299 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,299 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,299 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,299 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,300 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,300 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,300 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,300 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,300 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,300 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(field,3,5)} = false [(field = ab), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-09-10 16:14:03,301 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,301 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,301 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,301 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,301 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,301 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,301 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,301 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,301 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,301 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,301 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,301 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,302 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,302 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,302 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,302 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,302 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,302 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,302 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(field,3,5)} = false [(field = abcdef), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-09-10 16:14:03,303 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,303 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,304 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,307 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,307 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,307 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,307 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,307 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,307 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,307 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,307 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,307 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,307 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,307 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,307 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,307 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,307 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,307 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,308 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(field,1,2)} = true [(field = ab), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-09-10 16:14:03,309 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,309 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,309 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,309 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,309 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,309 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,309 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,309 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,309 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,309 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,309 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,309 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,309 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,309 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,309 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,309 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,309 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,309 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,310 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(multivalued,1,2)} = true [(upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})] 2019-09-10 16:14:03,311 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,311 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,311 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,311 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,311 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,311 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,311 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,311 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,311 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,311 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,311 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,311 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,311 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,311 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,311 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,311 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,311 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,311 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,311 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(multivalued,3,5)} = false [(upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})] 2019-09-10 16:14:03,314 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,314 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,314 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,314 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,314 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,314 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,314 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,314 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,314 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,314 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,314 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,314 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,314 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,314 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,314 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,314 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,314 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,314 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,315 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(multivalued,0,1)} = false [(upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})] 2019-09-10 16:14:03,317 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,317 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,317 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,317 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,318 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,318 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,318 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,318 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,318 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,318 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,318 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,318 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,318 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,318 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,318 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,318 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,318 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,318 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,318 [main] DEBUG org.appng.el.ExpressionEvaluator - ${equals(field,'abc')} = true [(field = abc), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-09-10 16:14:03,319 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,319 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,319 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,319 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,319 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,319 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,319 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,319 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,319 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,319 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,319 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,319 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,319 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,319 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,319 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,319 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,319 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,319 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,320 [main] DEBUG org.appng.el.ExpressionEvaluator - ${equals(field,field)} = true [(field = abc), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-09-10 16:14:03,321 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,321 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,321 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,321 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,321 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,321 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,321 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,321 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,321 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,321 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,321 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,321 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,321 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,321 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,321 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,321 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,321 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,321 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,321 [main] DEBUG org.appng.el.ExpressionEvaluator - ${equals(field,'abc')} = false [(field = abcd), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-09-10 16:14:03,324 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,325 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,325 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,325 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,325 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,325 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,325 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,325 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,325 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,325 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,325 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,325 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,326 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,326 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,326 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,326 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,326 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,326 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,326 [main] DEBUG org.appng.el.ExpressionEvaluator - ${number(field)} = false [(field = abc), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-09-10 16:14:03,328 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,328 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,329 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,329 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,329 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,329 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,329 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,329 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,329 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,329 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,329 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,329 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,329 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,330 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,330 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,330 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,330 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,330 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,330 [main] DEBUG org.appng.el.ExpressionEvaluator - ${regExp(field,'[0-9]{5}')} = false [(field = 1234), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-09-10 16:14:03,333 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,333 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,333 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,333 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,333 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,333 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,333 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,333 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,333 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,333 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,334 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,334 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,334 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,334 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,334 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,334 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,334 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,334 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,334 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(field,3)} = false [(field = abcd), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-09-10 16:14:03,336 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,336 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,336 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,336 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,336 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,336 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,336 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,336 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,336 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,336 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,336 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,337 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,337 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,337 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,337 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,337 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,337 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,337 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,337 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(multivalued,3)} = true [(upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})] 2019-09-10 16:14:03,338 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,339 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,339 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,339 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,339 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,339 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,339 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,339 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,339 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,339 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,340 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,340 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,340 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,340 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,340 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,340 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,340 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,340 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,341 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(multivalued,1)} = false [(upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})] 2019-09-10 16:14:03,342 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,342 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,342 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,342 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,342 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,342 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,343 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,343 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,343 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,343 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,343 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,343 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,343 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,343 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,343 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,343 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,344 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,344 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,344 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMin(field,3)} = false [(field = ab), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-09-10 16:14:03,345 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,345 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,345 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,345 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,345 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,346 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,346 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,346 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,346 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,346 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,346 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,346 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,346 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,346 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,346 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,346 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,346 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,347 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,347 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMin(multivalued,2)} = true [(upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})] 2019-09-10 16:14:03,348 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,348 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,348 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,348 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,348 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,348 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,348 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,349 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,349 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,349 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,349 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,349 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,349 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,349 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,349 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,349 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,349 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,349 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,350 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMin(multivalued,3)} = false [(upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})] 2019-09-10 16:14:03,351 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-09-10 16:14:03,351 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-09-10 16:14:03,352 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,352 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,352 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-09-10 16:14:03,352 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-09-10 16:14:03,352 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-09-10 16:14:03,352 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-09-10 16:14:03,352 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-09-10 16:14:03,352 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-09-10 16:14:03,352 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,352 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,352 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-09-10 16:14:03,352 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,353 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-09-10 16:14:03,353 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-09-10 16:14:03,353 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-09-10 16:14:03,353 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-09-10 16:14:03,353 [main] DEBUG org.appng.el.ExpressionEvaluator - ${string(field)} = false [(field = +++), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in org.appng.formtags.FormElementRuleTest [INFO] Running org.appng.formtags.providers.EmailProviderTest 2019-09-10 16:14:03,375 [main] DEBUG org.appng.formtags.providers.EmailProvider - sending emails is enabled 2019-09-10 16:14:03,376 [main] DEBUG org.appng.formtags.providers.EmailProvider - sending mail: null [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 s - in org.appng.formtags.providers.EmailProviderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-formtags --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.20.1.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-formtags --- [WARNING] Error fetching link: https://tomcat.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-tools/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-forms/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-mail/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://jsoup.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://junit.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.mockito.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://projectlombok.org/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.formtags... Loading source files for package org.appng.formtags.providers... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/Form.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/FormConfirmation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/FormConfirmation.FormConfirmationMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/FormData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/FormData.FormDataMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/FormElement.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/FormElement.InputTag.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/FormElement.InputType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/FormGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/FormProcessProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/LogFormData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/RuleValidation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/providers/EmailProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/providers/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/providers/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/providers/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/constant-values.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/class-use/FormConfirmation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/class-use/FormConfirmation.FormConfirmationMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/class-use/RuleValidation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/class-use/FormData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/class-use/FormData.FormDataMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/class-use/FormGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/class-use/LogFormData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/class-use/FormProcessProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/class-use/FormElement.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/class-use/FormElement.InputType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/class-use/FormElement.InputTag.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/class-use/Form.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/providers/class-use/EmailProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/providers/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.20.1-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-formtags >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.4.7:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Action.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ActionField.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Datasource.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Element.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ErrorModel.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Field.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldValue.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Filter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Link.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Message.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Option.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/OptionType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Options.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Page.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Parameter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Permission.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Sort.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/User.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ValidationRule.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/HttpBasicAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/ApiKeyAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuthFlow.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/Authentication.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.swagger-codegen/VERSION [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-rest-api --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-formtags <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-formtags --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-formtags --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.20.1-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-formtags --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-formtags --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.20.1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.20.1/appng-formtags-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.20.1/appng-formtags-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.20.1-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.20.1/appng-formtags-1.20.1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.20.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.20.1/appng-formtags-1.20.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.20.1.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.20.1/appng-formtags-1.20.1.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.20.1.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.20.1/appng-formtags-1.20.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.20.1-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.20.1/appng-formtags-1.20.1-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.20.1-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.20.1/appng-formtags-1.20.1-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-formtags --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.14-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.20.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-formtags/1.20.1/appng-formtags-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-formtags/1.20.1/appng-formtags-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.20.1-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-formtags/1.20.1/appng-formtags-1.20.1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.20.1-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-formtags/1.20.1/appng-formtags-1.20.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.20.1.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-formtags/1.20.1/appng-formtags-1.20.1.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.20.1.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-formtags/1.20.1/appng-formtags-1.20.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.20.1-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-formtags/1.20.1/appng-formtags-1.20.1-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.20.1-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-formtags/1.20.1/appng-formtags-1.20.1-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG XML-API 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-xmlapi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-xmlapi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 125 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-xmlapi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 13 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-xmlapi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-xmlapi --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.xml.MarshallServiceTest 2019-09-10 16:14:14,618 ERROR [main] org.appng.xml.MarshallService : error on line 75, column 38: cvc-complex-type.3.2.2: Attribute 'plugin' is not allowed to appear in element 'authentication'. 2019-09-10 16:14:14,618 ERROR [main] org.appng.xml.MarshallService : error on line 75, column 38: cvc-complex-type.3.2.2: Attribute 'plugin' is not allowed to appear in element 'authentication'. 2019-09-10 16:14:14,619 ERROR [main] org.appng.xml.MarshallService : error on line 78, column 20: cvc-complex-type.2.4.a: Invalid content was found starting with element 'application-url'. One of '{"http://www.appng.org/schema/platform":platform-url, "http://www.appng.org/schema/platform":base-url, "http://www.appng.org/schema/platform":current-url, "http://www.appng.org/schema/platform":output, "http://www.appng.org/schema/platform":textelements, "http://www.appng.org/schema/platform":debug}' is expected. 2019-09-10 16:14:14,619 ERROR [main] org.appng.xml.MarshallService : error on line 78, column 20: cvc-complex-type.2.4.a: Invalid content was found starting with element 'application-url'. One of '{"http://www.appng.org/schema/platform":platform-url, "http://www.appng.org/schema/platform":base-url, "http://www.appng.org/schema/platform":current-url, "http://www.appng.org/schema/platform":output, "http://www.appng.org/schema/platform":textelements, "http://www.appng.org/schema/platform":debug}' is expected. 2019-09-10 16:14:14,638 ERROR [main] org.appng.xml.MarshallService : error on line 78, column 20: unexpected element (uri:"http://www.appng.org/schema/platform", local:"application-url"). Expected elements are <{http://www.appng.org/schema/platform}platform-url>,<{http://www.appng.org/schema/platform}base-url>,<{http://www.appng.org/schema/platform}output>,<{http://www.appng.org/schema/platform}debug>,<{http://www.appng.org/schema/platform}session>,<{http://www.appng.org/schema/platform}output-format>,<{http://www.appng.org/schema/platform}textelements>,<{http://www.appng.org/schema/platform}authentications>,<{http://www.appng.org/schema/platform}current-url>,<{http://www.appng.org/schema/platform}labels> 2019-09-10 16:14:14,638 ERROR [main] org.appng.xml.MarshallService : error on line 78, column 20: unexpected element (uri:"http://www.appng.org/schema/platform", local:"application-url"). Expected elements are <{http://www.appng.org/schema/platform}platform-url>,<{http://www.appng.org/schema/platform}base-url>,<{http://www.appng.org/schema/platform}output>,<{http://www.appng.org/schema/platform}debug>,<{http://www.appng.org/schema/platform}session>,<{http://www.appng.org/schema/platform}output-format>,<{http://www.appng.org/schema/platform}textelements>,<{http://www.appng.org/schema/platform}authentications>,<{http://www.appng.org/schema/platform}current-url>,<{http://www.appng.org/schema/platform}labels> 2019-09-10 16:14:14,641 ERROR [main] org.appng.xml.MarshallService : error on line 94, column 35: cvc-complex-type.3.2.2: Attribute 'plugin' is not allowed to appear in element 'item'. 2019-09-10 16:14:14,641 ERROR [main] org.appng.xml.MarshallService : error on line 94, column 35: cvc-complex-type.3.2.2: Attribute 'plugin' is not allowed to appear in element 'item'. 2019-09-10 16:14:14,643 ERROR [main] org.appng.xml.MarshallService : error on line 100, column 82: cvc-enumeration-valid: Value 'plugin' is not facet-valid with respect to enumeration '[site, sites, application, applications, anchor]'. It must be a value from the enumeration. 2019-09-10 16:14:14,643 ERROR [main] org.appng.xml.MarshallService : error on line 100, column 82: cvc-enumeration-valid: Value 'plugin' is not facet-valid with respect to enumeration '[site, sites, application, applications, anchor]'. It must be a value from the enumeration. 2019-09-10 16:14:14,643 ERROR [main] org.appng.xml.MarshallService : error on line 100, column 82: cvc-attribute.3: The value 'plugin' of attribute 'type' on element 'item' is not valid with respect to its type, 'itemType'. 2019-09-10 16:14:14,643 ERROR [main] org.appng.xml.MarshallService : error on line 100, column 82: cvc-attribute.3: The value 'plugin' of attribute 'type' on element 'item' is not valid with respect to its type, 'itemType'. 2019-09-10 16:14:14,644 ERROR [main] org.appng.xml.MarshallService : error on line 103, column 95: cvc-enumeration-valid: Value 'plugin' is not facet-valid with respect to enumeration '[site, sites, application, applications, anchor]'. It must be a value from the enumeration. 2019-09-10 16:14:14,644 ERROR [main] org.appng.xml.MarshallService : error on line 103, column 95: cvc-enumeration-valid: Value 'plugin' is not facet-valid with respect to enumeration '[site, sites, application, applications, anchor]'. It must be a value from the enumeration. 2019-09-10 16:14:14,644 ERROR [main] org.appng.xml.MarshallService : error on line 103, column 95: cvc-attribute.3: The value 'plugin' of attribute 'type' on element 'item' is not valid with respect to its type, 'itemType'. 2019-09-10 16:14:14,644 ERROR [main] org.appng.xml.MarshallService : error on line 103, column 95: cvc-attribute.3: The value 'plugin' of attribute 'type' on element 'item' is not valid with respect to its type, 'itemType'. 2019-09-10 16:14:14,645 ERROR [main] org.appng.xml.MarshallService : error on line 106, column 78: cvc-enumeration-valid: Value 'plugin' is not facet-valid with respect to enumeration '[site, sites, application, applications, anchor]'. It must be a value from the enumeration. 2019-09-10 16:14:14,645 ERROR [main] org.appng.xml.MarshallService : error on line 106, column 78: cvc-enumeration-valid: Value 'plugin' is not facet-valid with respect to enumeration '[site, sites, application, applications, anchor]'. It must be a value from the enumeration. 2019-09-10 16:14:14,645 ERROR [main] org.appng.xml.MarshallService : error on line 106, column 78: cvc-attribute.3: The value 'plugin' of attribute 'type' on element 'item' is not valid with respect to its type, 'itemType'. 2019-09-10 16:14:14,645 ERROR [main] org.appng.xml.MarshallService : error on line 106, column 78: cvc-attribute.3: The value 'plugin' of attribute 'type' on element 'item' is not valid with respect to its type, 'itemType'. 2019-09-10 16:14:14,646 ERROR [main] org.appng.xml.MarshallService : error on line 109, column 77: cvc-enumeration-valid: Value 'plugin' is not facet-valid with respect to enumeration '[site, sites, application, applications, anchor]'. It must be a value from the enumeration. 2019-09-10 16:14:14,646 ERROR [main] org.appng.xml.MarshallService : error on line 109, column 77: cvc-enumeration-valid: Value 'plugin' is not facet-valid with respect to enumeration '[site, sites, application, applications, anchor]'. It must be a value from the enumeration. 2019-09-10 16:14:14,646 ERROR [main] org.appng.xml.MarshallService : error on line 109, column 77: cvc-attribute.3: The value 'plugin' of attribute 'type' on element 'item' is not valid with respect to its type, 'itemType'. 2019-09-10 16:14:14,646 ERROR [main] org.appng.xml.MarshallService : error on line 109, column 77: cvc-attribute.3: The value 'plugin' of attribute 'type' on element 'item' is not valid with respect to its type, 'itemType'. 2019-09-10 16:14:14,647 ERROR [main] org.appng.xml.MarshallService : error on line 114, column 35: cvc-complex-type.3.2.2: Attribute 'plugin' is not allowed to appear in element 'item'. 2019-09-10 16:14:14,647 ERROR [main] org.appng.xml.MarshallService : error on line 114, column 35: cvc-complex-type.3.2.2: Attribute 'plugin' is not allowed to appear in element 'item'. 2019-09-10 16:14:14,648 ERROR [main] org.appng.xml.MarshallService : error on line 119, column 12: cvc-complex-type.2.4.a: Invalid content was found starting with element 'contents'. One of '{"http://www.appng.org/schema/platform":content}' is expected. 2019-09-10 16:14:14,648 ERROR [main] org.appng.xml.MarshallService : error on line 119, column 12: cvc-complex-type.2.4.a: Invalid content was found starting with element 'contents'. One of '{"http://www.appng.org/schema/platform":content}' is expected. 2019-09-10 16:14:14,648 ERROR [main] org.appng.xml.MarshallService : error on line 119, column 12: unexpected element (uri:"http://www.appng.org/schema/platform", local:"contents"). Expected elements are <{http://www.appng.org/schema/platform}navigation>,<{http://www.appng.org/schema/platform}subject>,<{http://www.appng.org/schema/platform}config>,<{http://www.appng.org/schema/platform}content> 2019-09-10 16:14:14,648 ERROR [main] org.appng.xml.MarshallService : error on line 119, column 12: unexpected element (uri:"http://www.appng.org/schema/platform", local:"contents"). Expected elements are <{http://www.appng.org/schema/platform}navigation>,<{http://www.appng.org/schema/platform}subject>,<{http://www.appng.org/schema/platform}config>,<{http://www.appng.org/schema/platform}content> 2019-09-10 16:14:14,658 ERROR [main] org.appng.xml.MarshallService : error on line 151, column 18: cvc-complex-type.2.4.a: Invalid content was found starting with element 'config'. One of '{"http://www.appng.org/schema/platform":params, "http://www.appng.org/schema/platform":condition, "http://www.appng.org/schema/platform":permissions}' is expected. 2019-09-10 16:14:14,658 ERROR [main] org.appng.xml.MarshallService : error on line 151, column 18: cvc-complex-type.2.4.a: Invalid content was found starting with element 'config'. One of '{"http://www.appng.org/schema/platform":params, "http://www.appng.org/schema/platform":condition, "http://www.appng.org/schema/platform":permissions}' is expected. 2019-09-10 16:14:14,669 ERROR [main] org.appng.xml.MarshallService : error on line 302, column 43: cvc-complex-type.2.4.b: The content of element 'datasource' is not complete. One of '{"http://www.appng.org/schema/platform":config}' is expected. 2019-09-10 16:14:14,669 ERROR [main] org.appng.xml.MarshallService : error on line 302, column 43: cvc-complex-type.2.4.b: The content of element 'datasource' is not complete. One of '{"http://www.appng.org/schema/platform":config}' is expected. 2019-09-10 16:14:14,674 ERROR [main] org.appng.xml.MarshallService : error on line 385, column 18: cvc-complex-type.2.4.a: Invalid content was found starting with element 'config'. One of '{"http://www.appng.org/schema/platform":params, "http://www.appng.org/schema/platform":condition, "http://www.appng.org/schema/platform":permissions}' is expected. 2019-09-10 16:14:14,674 ERROR [main] org.appng.xml.MarshallService : error on line 385, column 18: cvc-complex-type.2.4.a: Invalid content was found starting with element 'config'. One of '{"http://www.appng.org/schema/platform":params, "http://www.appng.org/schema/platform":condition, "http://www.appng.org/schema/platform":permissions}' is expected. 2019-09-10 16:14:14,677 ERROR [main] org.appng.xml.MarshallService : error on line 427, column 48: cvc-complex-type.2.4.b: The content of element 'datasource' is not complete. One of '{"http://www.appng.org/schema/platform":config}' is expected. 2019-09-10 16:14:14,677 ERROR [main] org.appng.xml.MarshallService : error on line 427, column 48: cvc-complex-type.2.4.b: The content of element 'datasource' is not complete. One of '{"http://www.appng.org/schema/platform":config}' is expected. 2019-09-10 16:14:14,681 ERROR [main] org.appng.xml.MarshallService : error on line 489, column 18: cvc-complex-type.2.4.a: Invalid content was found starting with element 'config'. One of '{"http://www.appng.org/schema/platform":params, "http://www.appng.org/schema/platform":condition, "http://www.appng.org/schema/platform":permissions}' is expected. 2019-09-10 16:14:14,681 ERROR [main] org.appng.xml.MarshallService : error on line 489, column 18: cvc-complex-type.2.4.a: Invalid content was found starting with element 'config'. One of '{"http://www.appng.org/schema/platform":params, "http://www.appng.org/schema/platform":condition, "http://www.appng.org/schema/platform":permissions}' is expected. 2019-09-10 16:14:15,031 ERROR [main] org.appng.xml.MarshallService : error on org.appng.xml.platform.Platform@41e1e210: cvc-complex-type.2.4.b: The content of element 'platform' is not complete. One of '{"http://www.appng.org/schema/platform":config}' is expected. 2019-09-10 16:14:15,031 ERROR [main] org.appng.xml.MarshallService : error on org.appng.xml.platform.Platform@41e1e210: cvc-complex-type.2.4.b: The content of element 'platform' is not complete. One of '{"http://www.appng.org/schema/platform":config}' is expected. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.53 s - in org.appng.xml.MarshallServiceTest [INFO] Running org.appng.xml.transformation.StyleSheetProviderTest 2019-09-10 16:14:15,070 DEBUG [main] org.appng.xml.transformation.StyleSheetProvider: stylesheet complete 2019-09-10 16:14:15,070 DEBUG [main] org.appng.xml.transformation.StyleSheetProvider: stylesheet complete [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.appng.xml.transformation.StyleSheetProviderTest [INFO] Running org.appng.xml.ApplicationPropertyConstantCreatorTest 2019-09-10 16:14:15,135 DEBUG [main] org.appng.xml.ApplicationPropertyConstantCreator: Wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/tmp/org/appng/xml/ApplicationProperty.java 2019-09-10 16:14:15,135 DEBUG [main] org.appng.xml.ApplicationPropertyConstantCreator: Wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/tmp/org/appng/xml/ApplicationProperty.java [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.appng.xml.ApplicationPropertyConstantCreatorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-xmlapi --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.20.1.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-xmlapi --- [WARNING] Error fetching link: http://www.slf4j.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.saxonica.com/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://junit.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://projectlombok.org/apidocs/package-list. Ignored it. [INFO] Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/src/main/java/org/appng/xml/package-info.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/src/main/java/org/appng/xml/transformation/package-info.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/src/main/java/org/appng/xml/transformation/StyleSheetProvider.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/src/main/java/org/appng/xml/transformation/Transformer.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/src/main/java/org/appng/xml/MarshallService.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/src/main/java/org/appng/xml/ApplicationPropertyConstantCreator.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/src/main/java/org/appng/xml/BaseObject.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Section.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/BeanOption.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Size.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/OutputType.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Permission.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Structure.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/SelectionGroup.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Datasource.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/ValidationRule.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/PagesReference.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Template.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/UserData.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/PanelLocation.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Navigation.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Resultset.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Bean.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/UrlParams.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Past.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/ItemType.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Linkpanel.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/FieldPermissionType.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Linkmode.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/package-info.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Param.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/UrlSchema.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/MessageType.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Label.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Type.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Min.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Events.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Platform.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Authentication.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/SectionDef.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Params.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/ApplicationConfig.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/ApplicationRootConfig.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/PermissionMode.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Labels.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Subject.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Rule.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Data.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Validation.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Action.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Authentications.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Link.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Condition.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Localization.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Max.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/NavigationItem.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Datafield.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/SessionInfo.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/ObjectFactory.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/StructureDef.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/OutputFormat.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Textelements.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Permissions.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Message.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/FileUpload.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Messages.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/PageDefinition.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Icon.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Sort.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/SectionConfig.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/SectionelementDef.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Output.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Selection.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/FieldDef.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/PostParams.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/ParamType.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Content.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Session.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Sectionelement.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Option.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Result.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/MetaData.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/TextElement.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/SortOrder.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/SessionParams.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/DataConfig.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/PageReference.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Icontype.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Textcontents.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Future.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/PageConfig.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/GetParams.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Digits.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/PlatformConfig.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/ActionRef.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Datasources.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/FieldType.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/UserInputField.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/NotNull.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Pattern.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Config.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Pages.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/DatasourceRef.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/ValidationGroups.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/FieldPermissions.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/ApplicationReference.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/OptionGroup.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Event.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/SelectionType.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/application/Permission.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/application/Datasource.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/application/Template.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/application/package-info.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/application/Property.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/application/Roles.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/application/PackageInfo.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/application/ApplicationInfo.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/application/ObjectFactory.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/application/Permissions.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/application/TemplateType.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/application/Role.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/application/DatasourceType.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/application/Datasources.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/application/PermissionRef.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/application/Properties.java... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/ApplicationInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/Datasource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/Datasources.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/DatasourceType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/ObjectFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/PackageInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/PermissionRef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/Permissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/Properties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/Role.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/Roles.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/Template.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/TemplateType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/transformation/StyleSheetProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/transformation/Transformer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/ApplicationPropertyConstantCreator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/BaseObject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/MarshallService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/MarshallService.AppNGSchema.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Action.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/ActionRef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/ApplicationConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/ApplicationReference.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/ApplicationRootConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Authentication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Authentications.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Bean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/BeanOption.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Condition.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Config.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Content.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Data.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/DataConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Datafield.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Datasource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/DatasourceRef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Datasources.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Digits.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Event.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Events.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/FieldDef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/FieldPermissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/FieldPermissionType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/FieldType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/FileUpload.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Future.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/GetParams.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Icon.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Icontype.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/ItemType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Label.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Labels.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Link.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Linkmode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Linkpanel.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Localization.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Max.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Message.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Messages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/MessageType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/MetaData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Min.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Navigation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/NavigationItem.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/NotNull.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/ObjectFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Option.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/OptionGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Output.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/OutputFormat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/OutputType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/PageConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/PageDefinition.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/PageReference.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Pages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/PagesReference.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/PanelLocation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Param.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Params.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/ParamType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Past.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Pattern.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/PermissionMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Permissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Platform.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/PlatformConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/PostParams.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Result.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Resultset.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Rule.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Rule.Option.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Section.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/SectionConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/SectionDef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Sectionelement.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/SectionelementDef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Selection.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/SelectionGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/SelectionType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Session.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/SessionInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/SessionParams.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Size.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Sort.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/SortOrder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Structure.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/StructureDef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Subject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Template.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Textcontents.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/TextElement.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/TextElement.Xml.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Textelements.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Type.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/UrlParams.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/UrlSchema.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/UserData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/UserInputField.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Validation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/ValidationGroups.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/ValidationGroups.Group.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/ValidationRule.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/transformation/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/transformation/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/transformation/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/serialized-form.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/transformation/class-use/StyleSheetProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/transformation/class-use/Transformer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/class-use/MarshallService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/class-use/MarshallService.AppNGSchema.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/class-use/ApplicationPropertyConstantCreator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/class-use/BaseObject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Section.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/BeanOption.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Size.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/OutputType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Structure.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/SelectionGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Datasource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/ValidationRule.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/PagesReference.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Template.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/UserData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/PanelLocation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Navigation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Resultset.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Bean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/UrlParams.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Past.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/ItemType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Linkpanel.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/FieldPermissionType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Linkmode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Param.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/UrlSchema.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/MessageType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Label.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Type.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Min.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Events.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Platform.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Authentication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/SectionDef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Params.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/ApplicationConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/ApplicationRootConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/PermissionMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Labels.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Subject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Rule.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Rule.Option.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Data.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Validation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Action.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Authentications.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Link.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Condition.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Localization.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Max.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/NavigationItem.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Datafield.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/SessionInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/ObjectFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/StructureDef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/OutputFormat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Textelements.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Permissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Message.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/FileUpload.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Messages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/PageDefinition.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Icon.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Sort.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/SectionConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/SectionelementDef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Output.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Selection.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/FieldDef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/PostParams.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/ParamType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Content.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Session.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Sectionelement.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Option.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Result.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/MetaData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/TextElement.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/TextElement.Xml.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/SortOrder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/SessionParams.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/DataConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/PageReference.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Icontype.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Textcontents.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Future.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/PageConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/GetParams.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Digits.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/PlatformConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/ActionRef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Datasources.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/FieldType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/UserInputField.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/NotNull.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Pattern.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Config.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Pages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/DatasourceRef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/ValidationGroups.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/ValidationGroups.Group.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/FieldPermissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/ApplicationReference.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/OptionGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Event.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/SelectionType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/class-use/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/class-use/Datasource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/class-use/Template.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/class-use/Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/class-use/Roles.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/class-use/PackageInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/class-use/ApplicationInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/class-use/ObjectFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/class-use/Permissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/class-use/TemplateType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/class-use/Role.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/class-use/DatasourceType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/class-use/Datasources.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/class-use/PermissionRef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/class-use/Properties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/transformation/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.20.1-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-xmlapi >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.4.7:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Action.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ActionField.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Datasource.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Element.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ErrorModel.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Field.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldValue.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Filter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Link.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Message.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Option.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/OptionType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Options.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Page.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Parameter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Permission.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Sort.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/User.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ValidationRule.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/HttpBasicAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/ApiKeyAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuthFlow.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/Authentication.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.swagger-codegen/VERSION [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-rest-api --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-xmlapi <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-xmlapi --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-xmlapi --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.20.1-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-xmlapi --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-xmlapi --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.20.1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.20.1/appng-xmlapi-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.20.1/appng-xmlapi-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.20.1-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.20.1/appng-xmlapi-1.20.1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.20.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.20.1/appng-xmlapi-1.20.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.20.1.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.20.1/appng-xmlapi-1.20.1.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.20.1.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.20.1/appng-xmlapi-1.20.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.20.1-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.20.1/appng-xmlapi-1.20.1-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.20.1-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.20.1/appng-xmlapi-1.20.1-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-xmlapi --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.14-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.20.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-xmlapi/1.20.1/appng-xmlapi-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-xmlapi/1.20.1/appng-xmlapi-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.20.1-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-xmlapi/1.20.1/appng-xmlapi-1.20.1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.20.1-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-xmlapi/1.20.1/appng-xmlapi-1.20.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.20.1.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-xmlapi/1.20.1/appng-xmlapi-1.20.1.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.20.1.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-xmlapi/1.20.1/appng-xmlapi-1.20.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.20.1-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-xmlapi/1.20.1/appng-xmlapi-1.20.1-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.20.1-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-xmlapi/1.20.1/appng-xmlapi-1.20.1-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG public API 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 169 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/classes [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/src/main/java/org/appng/api/model/SimpleProperty.java: Some input files use or override a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/src/main/java/org/appng/api/model/SimpleProperty.java: Recompile with -Xlint:deprecation for details. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/src/main/java/org/appng/api/support/OptionFactory.java: /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/src/main/java/org/appng/api/support/OptionFactory.java uses unchecked or unsafe operations. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/src/main/java/org/appng/api/support/OptionFactory.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 36 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 53 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-api --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.api.FormDataBinderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.494 s - in org.appng.api.FormDataBinderTest [INFO] Running org.appng.api.auth.AuthToolsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.appng.api.auth.AuthToolsTest [INFO] Running org.appng.api.RequestDataBinderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.appng.api.RequestDataBinderTest [INFO] Running org.appng.api.ConfigValidatorTest 2019-09-10 16:14:28,207 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: process inheritance for cloneDatasource::datasource 2019-09-10 16:14:28,216 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: process inheritance for cloneCloneDatasource::cloneDatasource 2019-09-10 16:14:28,220 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: process inheritance for enhancedClone::datasource 2019-09-10 16:14:28,223 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override title 2019-09-10 16:14:28,223 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override description 2019-09-10 16:14:28,223 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override permissions 2019-09-10 16:14:28,224 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: add parameter newParam 2019-09-10 16:14:28,224 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: add new field foo at position 0 2019-09-10 16:14:28,224 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: add bean option testOption 2019-09-10 16:14:28,224 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: add linkpanel with id nintendo 2019-09-10 16:14:28,224 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override linkpanel with id foo 2019-09-10 16:14:28,224 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: process inheritance for overrideBeanClone::datasource 2019-09-10 16:14:28,228 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override permissions 2019-09-10 16:14:28,228 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override bean id hansolo 2019-09-10 16:14:28,228 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: add bean option lucas 2019-09-10 16:14:28,228 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override linkpanel with id foo 2019-09-10 16:14:28,228 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override linkpanel with id jin 2019-09-10 16:14:28,228 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: process inheritance for cloneCloneCloneDatasource::cloneCloneDatasource 2019-09-10 16:14:28,757 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config//permissions/permission[@ref='doesNotExist'] in resource datasource.xml 2019-09-10 16:14:28,765 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config/linkpanel//link[@target='bar'] in resource datasource.xml 2019-09-10 16:14:28,777 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config/linkpanel//link[@target='/page?getParam=5&doesNotExist=7'] in resource datasource.xml 2019-09-10 16:14:28,784 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config/linkpanel//permissions/permission[@ref='doesNotExist'] in resource datasource.xml 2019-09-10 16:14:28,790 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config/linkpanel//link[@target='/fizz'] in resource datasource.xml 2019-09-10 16:14:28,796 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config/linkpanel//link[@target='/fizz']/permissions/permission[@ref='doesNotExist'] in resource datasource.xml 2019-09-10 16:14:28,805 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config//permissions/permission[@ref='doesNotExist'] in resource datasource.xml 2019-09-10 16:14:28,810 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config/linkpanel//link[@target='bar'] in resource datasource.xml 2019-09-10 16:14:28,817 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config/linkpanel//link[@target='/page?getParam=5&doesNotExist=7'] in resource datasource.xml 2019-09-10 16:14:28,821 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config/linkpanel//permissions/permission[@ref='doesNotExist'] in resource datasource.xml 2019-09-10 16:14:28,827 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config/linkpanel//link[@target='/fizz'] in resource datasource.xml 2019-09-10 16:14:28,831 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config/linkpanel//link[@target='/fizz']/permissions/permission[@ref='doesNotExist'] in resource datasource.xml 2019-09-10 16:14:28,915 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='enhancedClone']/config//permissions/permission[@ref='testPermission'] in resource datasource.xml 2019-09-10 16:14:28,920 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='enhancedClone']/config/linkpanel//permissions/permission[@ref='doesNotExist'] in resource datasource.xml 2019-09-10 16:14:28,924 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='enhancedClone']/config/linkpanel//link[@target='/fizz'] in resource datasource.xml 2019-09-10 16:14:28,927 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='enhancedClone']/config/linkpanel//link[@target='/fizz']/permissions/permission[@ref='doesNotExist'] in resource datasource.xml 2019-09-10 16:14:28,932 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='enhancedClone']/config/linkpanel//link[@target='hyrule'] in resource datasource.xml 2019-09-10 16:14:28,938 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneDatasource']/config//permissions/permission[@ref='doesNotExist'] in resource datasource.xml 2019-09-10 16:14:28,942 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneDatasource']/config/linkpanel//link[@target='bar'] in resource datasource.xml 2019-09-10 16:14:28,946 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneDatasource']/config/linkpanel//link[@target='/page?getParam=5&doesNotExist=7'] in resource datasource.xml 2019-09-10 16:14:28,951 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneDatasource']/config/linkpanel//permissions/permission[@ref='doesNotExist'] in resource datasource.xml 2019-09-10 16:14:28,955 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneDatasource']/config/linkpanel//link[@target='/fizz'] in resource datasource.xml 2019-09-10 16:14:28,959 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneDatasource']/config/linkpanel//link[@target='/fizz']/permissions/permission[@ref='doesNotExist'] in resource datasource.xml 2019-09-10 16:14:29,025 INFO [main] org.appng.api.support.ConfigValidator: validated application 'application' in 308ms 2019-09-10 16:14:29,026 ERROR [main] org.appng.api.support.ConfigValidator: found errors: No found, application will not work! application.xml: Duplicate permission 'permissionA'. application.xml: Duplicate property 'propa'. application.xml: Duplicate role: User application.xml: The role 'User' references the permission 'permissionB' more than once! application.xml: The role 'User' references the unknown permission 'doesNotExist'. datasource.xml: datasource 'cloneCloneCloneDatasource': linkpanel 'foo' link '/page?getParam=5&doesNotExist=7' points to page 'page' and uses the unknown get-paramter(s) [doesNotExist]. Valid get-parameters are: [getParam] datasource.xml: datasource 'cloneCloneCloneDatasource': linkpanel 'foo' link 'bar' points to an invalid target, must start with '/', '${}' or '?'! datasource.xml: datasource 'cloneCloneCloneDatasource': linkpanel 'jin' link '/fizz' points to the unknown page 'fizz' datasource.xml: datasource 'cloneCloneCloneDatasource': linkpanel 'jin' link '/fizz' references the unknown permission 'doesNotExist'. datasource.xml: datasource 'cloneCloneCloneDatasource': linkpanel 'jin' references the unknown permission 'doesNotExist'. datasource.xml: datasource 'cloneCloneCloneDatasource': references the unknown permission 'doesNotExist'. datasource.xml: datasource 'cloneCloneDatasource': linkpanel 'foo' link '/page?getParam=5&doesNotExist=7' points to page 'page' and uses the unknown get-paramter(s) [doesNotExist]. Valid get-parameters are: [getParam] datasource.xml: datasource 'cloneCloneDatasource': linkpanel 'foo' link 'bar' points to an invalid target, must start with '/', '${}' or '?'! datasource.xml: datasource 'cloneCloneDatasource': linkpanel 'jin' link '/fizz' points to the unknown page 'fizz' datasource.xml: datasource 'cloneCloneDatasource': linkpanel 'jin' link '/fizz' references the unknown permission 'doesNotExist'. datasource.xml: datasource 'cloneCloneDatasource': linkpanel 'jin' references the unknown permission 'doesNotExist'. datasource.xml: datasource 'cloneCloneDatasource': references the unknown permission 'doesNotExist'. datasource.xml: datasource 'cloneDatasource': linkpanel 'foo' link '/page?getParam=5&doesNotExist=7' points to page 'page' and uses the unknown get-paramter(s) [doesNotExist]. Valid get-parameters are: [getParam] datasource.xml: datasource 'cloneDatasource': linkpanel 'foo' link 'bar' points to an invalid target, must start with '/', '${}' or '?'! datasource.xml: datasource 'cloneDatasource': linkpanel 'jin' link '/fizz' points to the unknown page 'fizz' datasource.xml: datasource 'cloneDatasource': linkpanel 'jin' link '/fizz' references the unknown permission 'doesNotExist'. datasource.xml: datasource 'cloneDatasource': linkpanel 'jin' references the unknown permission 'doesNotExist'. datasource.xml: datasource 'cloneDatasource': references the unknown permission 'doesNotExist'. datasource.xml: datasource 'datasource', option 'id' references the unknown parameter 'doesNotExist'. Valid parameters are: [dsParam1, dsParam2] datasource.xml: datasource 'datasource': linkpanel 'foo' link '/page?getParam=5&doesNotExist=7' points to page 'page' and uses the unknown get-paramter(s) [doesNotExist]. Valid get-parameters are: [getParam] datasource.xml: datasource 'datasource': linkpanel 'foo' link 'bar' points to an invalid target, must start with '/', '${}' or '?'! datasource.xml: datasource 'datasource': linkpanel 'jin' link '/fizz' points to the unknown page 'fizz' datasource.xml: datasource 'datasource': linkpanel 'jin' link '/fizz' references the unknown permission 'doesNotExist'. datasource.xml: datasource 'datasource': linkpanel 'jin' references the unknown permission 'doesNotExist'. datasource.xml: datasource 'datasource': references the unknown permission 'doesNotExist'. datasource.xml: datasource 'enhancedClone': linkpanel 'jin' link '/fizz' points to the unknown page 'fizz' datasource.xml: datasource 'enhancedClone': linkpanel 'jin' link '/fizz' references the unknown permission 'doesNotExist'. datasource.xml: datasource 'enhancedClone': linkpanel 'jin' references the unknown permission 'doesNotExist'. datasource.xml: datasource 'enhancedClone': linkpanel 'nintendo' link 'hyrule' points to an invalid target, must start with '/', '${}' or '?'! datasource.xml: datasource 'enhancedClone': references the unknown permission 'testPermission'. datasource.xml: datasource 'person': field: email, condition: '${5 ab foo}' is invalid: Failed to parse the expression [${5 ab foo}] datasource.xml: datasource 'person': field: firstname, condition: '${current.dummy > 1}' is invalid: Property [dummy] not found on type [org.appng.api.Person] datasource.xml: datasource 'person': field: firstname, hidden: '${current.doDisplay}' is invalid: Property [doDisplay] not found on type [org.appng.api.Person] datasource.xml: datasource 'person': field: firstname, readOnly: '${isVisible}' is invalid: parameter 'isVisible' not found on datasource 'person' event.xml: action 'action', option 'id' references the unknown parameter 'doesNotExist'. Valid parameters are: [actionParam2, actionParam1] event.xml: action 'action': condition: '${fooo}' is invalid: parameter 'fooo' not found on action 'action' event.xml: action 'action': references the unknown permission 'doesNotExist'. event.xml: action 'action': the reference to dataSource 'datasource' (from 'datasource.xml') uses the parameter doesNotExist which is unknown in the dataSource 'datasource'! Supported parameters are: [dsParam1, dsParam2] event.xml: action 'action2': references the unknown datasource 'doesNotExist'. event.xml: event 'event' references the unknown permission 'doesNotExist'. page.xml: page 'page' references the unknown action 'doesNotExist' (from event 'event'). page.xml: page 'page' references the unknown datasource 'doesNotExist'. page.xml: page 'page' references the unknown event 'doesNotExist'. page.xml: page 'page' references the unknown permission 'doesNotExist'. page.xml: page 'page' section[1] attribute 'hidden': parameter 'isHidden' not found on page 'page' page.xml: page 'page' section[1]/element[1] attribute 'folded': parameter 'isFolded' not found on page 'page' page.xml: page 'page' section[1]/element[1] attribute 'passive': parameter 'isPassive' not found on page 'page' page.xml: page 'page' the reference to action 'action' (from 'event.xml') uses the parameter actionParam3 which is unknown in the action 'action'! Supported parameters are: [actionParam2, actionParam1] page.xml: page 'page' the reference to action 'action' uses the unknown parameter doesNotExist. Supported parameters are: [getParam, urlParam, postParam] page.xml: page 'page' the reference to dataSource 'datasource' (from 'datasource.xml') uses the parameter dsParam3 which is unknown in the dataSource 'datasource'! Supported parameters are: [dsParam1, dsParam2] page.xml: page 'page' the reference to dataSource 'datasource' uses the unknown parameter doesNotExist. Supported parameters are: [getParam, urlParam, postParam] page.xml: page 'page', action 'action' condition: '${fooo}' is invalid: parameter 'fooo' not found on page 'page' page.xml: page 'page', action 'action' references the unknown permission 'doesNotExist'. page.xml: page 'page', datasource 'datasource' condition: '${postParam and fooo}' is invalid: parameter 'fooo' not found on page 'page' page.xml: page 'page', datasource 'datasource' references the unknown permission 'doesNotExist'. 2019-09-10 16:14:29,032 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config/meta-data in resource datasource.xml 2019-09-10 16:14:29,041 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config/meta-data in resource datasource.xml 2019-09-10 16:14:29,046 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='enhancedClone']/config/meta-data in resource datasource.xml 2019-09-10 16:14:29,049 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneDatasource']/config/meta-data in resource datasource.xml [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.445 s - in org.appng.api.ConfigValidatorTest [INFO] Running org.appng.api.XPathProcessorTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s - in org.appng.api.XPathProcessorTest [INFO] Running org.appng.api.support.OptionsImplTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.appng.api.support.OptionsImplTest [INFO] Running org.appng.api.support.LabelSupportTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.appng.api.support.LabelSupportTest [INFO] Running org.appng.api.support.ParameterSupportTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.appng.api.support.ParameterSupportTest [INFO] Running org.appng.api.support.FieldProcessorTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.appng.api.support.FieldProcessorTest [INFO] Running org.appng.api.support.PropertyHolderTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.appng.api.support.PropertyHolderTest [INFO] Running org.appng.api.support.CallableDataSourceTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s - in org.appng.api.support.CallableDataSourceTest [INFO] Running org.appng.api.support.RequestSupportTest 2019-09-10 16:14:29,383 WARN [main] org.appng.api.support.field.DateFieldConverter: error in field birthDate: can not convert 'null' to type 'java.util.Date' using format 'yyyy.MM.dd' 2019-09-10 16:14:29,389 WARN [main] org.appng.api.support.field.DecimalFieldConverter: error in field savings: can not convert 'null' to type 'java.lang.Double' using format '###,###.###' 2019-09-10 16:14:29,389 WARN [main] org.appng.api.support.field.IntegerFieldConverter: error in field age: can not convert 'null' to type 'java.lang.Long' using format '#' 2019-09-10 16:14:29,395 WARN [main] org.appng.api.support.field.IntegerFieldConverter: error in field age: can not convert 'null' to type 'java.lang.Long' using format '###' 2019-09-10 16:14:29,436 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.17.Final [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.499 s - in org.appng.api.support.RequestSupportTest [INFO] Running org.appng.api.support.field.DateFieldConverterTest 2019-09-10 16:14:29,863 WARN [main] org.appng.api.support.field.DateFieldConverter: error in field object: can not convert 'null' to type 'java.util.Date' using format 'yyyy-MM-dd HH:mm:ss' [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.appng.api.support.field.DateFieldConverterTest [INFO] Running org.appng.api.support.field.DateFieldConverterLocalDateTimeTest 2019-09-10 16:14:29,909 WARN [main] org.appng.api.support.field.DateFieldConverter: error in field object: can not convert 'null' to type 'java.time.LocalDateTime' using format 'yyyy-MM-dd HH:mm:ss' [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.appng.api.support.field.DateFieldConverterLocalDateTimeTest [INFO] Running org.appng.api.support.field.DateFieldConverterLocalDateTest 2019-09-10 16:14:29,931 WARN [main] org.appng.api.support.field.DateFieldConverter: error in field object: can not convert 'null' to type 'java.time.LocalDate' using format 'yyyy-MM-dd HH:mm:ss' [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.appng.api.support.field.DateFieldConverterLocalDateTest [INFO] Running org.appng.api.support.field.DateFieldConverterJodaLocalDateTimeTest 2019-09-10 16:14:30,021 WARN [main] org.appng.api.support.field.DateFieldConverter: error in field object: can not convert 'null' to type 'org.joda.time.LocalDateTime' using format 'yyyy-MM-dd HH:mm:ss' [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s - in org.appng.api.support.field.DateFieldConverterJodaLocalDateTimeTest [INFO] Running org.appng.api.support.field.DefaultFieldConverterTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.appng.api.support.field.DefaultFieldConverterTest [INFO] Running org.appng.api.support.field.DateFieldConverterJodaDateTimeTest 2019-09-10 16:14:30,116 WARN [main] org.appng.api.support.field.DateFieldConverter: error in field object: can not convert 'null' to type 'org.joda.time.DateTime' using format 'yyyy-MM-dd HH:mm:ss' [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.appng.api.support.field.DateFieldConverterJodaDateTimeTest [INFO] Running org.appng.api.support.field.DateFieldConverterZonedDateTimeTest 2019-09-10 16:14:30,136 WARN [main] org.appng.api.support.field.DateFieldConverter: error in field object: can not convert 'null' to type 'java.time.ZonedDateTime' using format 'yyyy-MM-dd HH:mm:ss' [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.appng.api.support.field.DateFieldConverterZonedDateTimeTest [INFO] Running org.appng.api.support.field.ObjectFieldConverterTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.555 s - in org.appng.api.support.field.ObjectFieldConverterTest [INFO] Running org.appng.api.support.field.LinkPanelFieldHandlerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.appng.api.support.field.LinkPanelFieldHandlerTest [INFO] Running org.appng.api.support.field.ListFieldConverterTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.appng.api.support.field.ListFieldConverterTest [INFO] Running org.appng.api.support.field.IntegerFieldConverterTest 2019-09-10 16:14:30,761 WARN [main] org.appng.api.support.field.IntegerFieldConverter: error in field object: can not convert '2247483648' to type 'java.lang.Integer' using format '#' 2019-09-10 16:14:30,771 WARN [main] org.appng.api.support.field.IntegerFieldConverter: error in field object: can not convert 'null' to type 'java.lang.Integer' using format '#' [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.appng.api.support.field.IntegerFieldConverterTest [INFO] Running org.appng.api.support.field.FileFieldConverterTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.appng.api.support.field.FileFieldConverterTest [INFO] Running org.appng.api.support.field.DateFieldConverterOffsetDateTimeTest 2019-09-10 16:14:30,815 WARN [main] org.appng.api.support.field.DateFieldConverter: error in field object: can not convert 'null' to type 'java.time.OffsetDateTime' using format 'yyyy-MM-dd HH:mm:ss' [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.appng.api.support.field.DateFieldConverterOffsetDateTimeTest [INFO] Running org.appng.api.support.field.DateFieldConverterJodaLocalDateTest 2019-09-10 16:14:30,839 WARN [main] org.appng.api.support.field.DateFieldConverter: error in field object: can not convert 'null' to type 'org.joda.time.LocalDate' using format 'yyyy-MM-dd HH:mm:ss' [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.appng.api.support.field.DateFieldConverterJodaLocalDateTest [INFO] Running org.appng.api.support.SortParamSupportTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.appng.api.support.SortParamSupportTest [INFO] Running org.appng.api.support.CallableActionTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 s - in org.appng.api.support.CallableActionTest [INFO] Running org.appng.api.support.ScopeTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.appng.api.support.ScopeTest [INFO] Running org.appng.api.support.ApplicationResourceHolderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.appng.api.support.ApplicationResourceHolderTest [INFO] Running org.appng.api.support.OptionImplTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.appng.api.support.OptionImplTest [INFO] Running org.appng.api.support.ValidationProviderTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.41 s - in org.appng.api.support.ValidationProviderTest [INFO] Running org.appng.api.support.validation.FileUploadValidatorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.appng.api.support.validation.FileUploadValidatorTest [INFO] Running org.appng.api.support.validation.LocalizedMessageInterpolatorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.appng.api.support.validation.LocalizedMessageInterpolatorTest [INFO] Running org.appng.api.support.DatasourceInheritanceTest 2019-09-10 16:14:31,551 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: process inheritance for cloneDatasource::datasource 2019-09-10 16:14:31,553 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: process inheritance for cloneCloneDatasource::cloneDatasource 2019-09-10 16:14:31,554 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: process inheritance for enhancedClone::datasource 2019-09-10 16:14:31,555 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override title 2019-09-10 16:14:31,555 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override description 2019-09-10 16:14:31,555 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override permissions 2019-09-10 16:14:31,555 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: add parameter newParam 2019-09-10 16:14:31,555 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: add new field foo at position 0 2019-09-10 16:14:31,555 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: add bean option testOption 2019-09-10 16:14:31,555 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: add linkpanel with id nintendo 2019-09-10 16:14:31,555 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override linkpanel with id foo 2019-09-10 16:14:31,555 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: process inheritance for overrideBeanClone::datasource 2019-09-10 16:14:31,556 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override permissions 2019-09-10 16:14:31,556 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override bean id hansolo 2019-09-10 16:14:31,556 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: add bean option lucas 2019-09-10 16:14:31,556 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override linkpanel with id foo 2019-09-10 16:14:31,557 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override linkpanel with id jin 2019-09-10 16:14:31,557 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: process inheritance for cloneCloneCloneDatasource::cloneCloneDatasource [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.appng.api.support.DatasourceInheritanceTest [INFO] Running org.appng.api.support.I18nTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.appng.api.support.I18nTest [INFO] Running org.appng.api.support.MessageSourceChainTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.appng.api.support.MessageSourceChainTest [INFO] Running org.appng.api.support.SelectionBuilderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.appng.api.support.SelectionBuilderTest [INFO] Running org.appng.api.support.SelectionFactoryTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.appng.api.support.SelectionFactoryTest [INFO] Running org.appng.api.support.ElementHelperTest [WARNING] Tests run: 17, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.068 s - in org.appng.api.support.ElementHelperTest [INFO] Running org.appng.api.support.HttpHeaderUtilsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.appng.api.support.HttpHeaderUtilsTest [INFO] Running org.appng.api.support.ResultServiceTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.appng.api.support.ResultServiceTest [INFO] Running org.appng.api.support.environment.EnvironmentTest 2019-09-10 16:14:31,741 INFO [main] org.appng.api.support.environment.DefaultEnvironment: Clearing site scope with identifier 'SITE.localhost' [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.appng.api.support.environment.EnvironmentTest [INFO] Running org.appng.api.support.environment.AttributeWrapperTest 2019-09-10 16:14:31,744 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1780974980 for site thesite with parent sun.misc.Launcher$AppClassLoader#1252169911 created [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.appng.api.support.environment.AttributeWrapperTest [INFO] Running org.appng.api.FileUploadTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.appng.api.FileUploadTest [INFO] Running org.appng.api.ConsumerProducerTest waiting 10 ms waiting 20 ms waiting 30 ms waiting 40 ms waiting 50 ms waiting 60 ms waiting 70 ms waiting 80 ms waiting 90 ms no java.lang.String returned after 80 milliseconds [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.507 s - in org.appng.api.ConsumerProducerTest [INFO] Running org.appng.api.DataContainerTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.appng.api.DataContainerTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 313, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-api --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.20.1.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-api --- [WARNING] Error fetching link: https://appng.org/appng-forms/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-xmlapi/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-tools/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://project.spring.io/spring-ws/spring-ws-core/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://sf.net/projects/wsdl4j/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://beanvalidation.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-formtags/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://commons.apache.org/proper/commons-codec/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://tomcat.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://junit.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.mockito.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://hibernate.org/validator/hibernate-validator/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://lucene.apache.org/lucene-parent/lucene-core/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://www.spring.io/spring-data/spring-data-commons/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://jsp.dev.java.net/jsp-api/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/FasterXML/jackson-core/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://github.com/FasterXML/jackson/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://github.com/FasterXML/jackson/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://www.joda.org/joda-time/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.xmlunit.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://projectlombok.org/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.api... Loading source files for package org.appng.api.auth... Loading source files for package org.appng.api.messaging... Loading source files for package org.appng.api.support... Loading source files for package org.appng.api.support.field... Loading source files for package org.appng.api.support.validation... Loading source files for package org.appng.api.support.environment... Loading source files for package org.appng.api.observe... Loading source files for package org.appng.api.observe.impl... Loading source files for package org.appng.api.model... Loading source files for package org.appng.api.search... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/ActionProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/ApplicationConfigProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/ApplicationController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/ApplicationException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/AttachmentWebservice.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/BusinessException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/DataContainer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/DataProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/Environment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/FieldConverter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/FieldConverter.DatafieldOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/FieldConverter.FieldDefOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/FieldProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/FieldWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/FileUpload.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/FileUpload.Unit.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/FormDataBinder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/FormProcessProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/FormValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/GlobalTaglet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/GlobalXMLTaglet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/InvalidConfigurationException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/MessageParam.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/NotBlank.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/Option.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/Options.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/PageProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/ParameterSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/Path.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/PathInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/PermissionOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/PermissionProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/Platform.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/Platform.Environment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/Platform.Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/ProcessingException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/Request.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/RequestDataBinder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/RequestSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/RequestUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/ResultService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/ScheduledJob.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/ScheduledJobResult.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/ScheduledJobResult.ExecutionResult.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/Scope.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/Session.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/Session.Environment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/SiteProperties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/SoapClient.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/SoapService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/Taglet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/ValidationMessages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/ValidationProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/VHostMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/Webservice.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/XMLTaglet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/XPathProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/auth/AuthTools.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/auth/PasswordPolicy.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/Event.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/EventHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/EventRegistry.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/Messaging.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/Receiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/Sender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/Serializer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/ApplicationConfigProviderImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/ApplicationRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/ApplicationResourceHolder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/CallableAction.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/CallableDataSource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/ClassWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/ConfigValidationError.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/ConfigValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/DatasourceInheritanceHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/DefaultPermissionProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/DollarParameterSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/DummyPermissionProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/ElementHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/FieldProcessorImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/HashParameterSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/HttpHeaderUtils.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/HttpHeaderUtils.HttpResource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/I18n.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/LabelSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/MessageSourceChain.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/OptionGroupFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/OptionGroupFactory.OptionGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/OptionImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/OptionOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/OptionOwner.HitCounter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/OptionOwner.OptionOwnerBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/OptionOwner.Selector.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/OptionsBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/OptionsImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/ParameterSupportBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/PositionalXMLReader.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/PropertyHolder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/RequestFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/RequestSupportImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/ResourceBundleMessageSource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/ResultServiceImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/SelectionBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/SelectionFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/SelectionFactory.Selection.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/SiteAwareObjectInputStream.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/SiteClassLoader.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/SortParamSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/XmlGenerator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/XmlGenerator.Entity.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/XSSHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/field/FieldConversionFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/validation/DefaultValidationProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/validation/FileUploadListValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/validation/FileUploadValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/validation/LocalizedMessageInterpolator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/environment/DefaultEnvironment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/environment/EnvironmentFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/environment/EnvironmentKeys.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/observe/Observable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/observe/Observable.Event.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/observe/Observer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/observe/impl/ObservableDelegate.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Account.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Application.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/ApplicationSubject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Authorizable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/AuthSubject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/FeatureProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Group.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Identifiable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Identifier.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Nameable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Named.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/NameProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Properties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Resource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Resources.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/ResourceType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/ReverseableComparator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/RevisionAware.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Role.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/SimpleProperty.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Site.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Site.SiteState.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Subject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/UserType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Versionable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/search/BlockingQueueAccessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/search/Consumer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/search/Document.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/search/DocumentEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/search/DocumentProducer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/search/Producer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/auth/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/auth/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/auth/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/observe/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/observe/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/observe/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/observe/impl/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/observe/impl/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/observe/impl/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/search/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/search/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/search/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/environment/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/environment/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/environment/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/field/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/field/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/field/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/validation/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/validation/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/validation/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/serialized-form.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/InvalidConfigurationException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/SiteProperties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/ScheduledJobResult.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/ScheduledJobResult.ExecutionResult.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/Options.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/RequestUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/Environment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/NotBlank.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/FieldWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/GlobalXMLTaglet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/ValidationMessages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/VHostMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/ValidationProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/Option.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/PathInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/Session.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/Session.Environment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/DataProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/RequestDataBinder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/XPathProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/SoapClient.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/FileUpload.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/FileUpload.Unit.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/XMLTaglet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/BusinessException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/Request.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/FormValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/PermissionOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/Path.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/PageProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/AttachmentWebservice.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/FieldConverter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/FieldConverter.FieldDefOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/FieldConverter.DatafieldOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/ResultService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/FormDataBinder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/PermissionProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/ActionProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/Scope.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/GlobalTaglet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/ProcessingException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/Webservice.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/MessageParam.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/Platform.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/Platform.Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/Platform.Environment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/ParameterSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/ApplicationConfigProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/Taglet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/ApplicationController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/FieldProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/FormProcessProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/SoapService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/ApplicationException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/RequestSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/ScheduledJob.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/DataContainer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/auth/class-use/PasswordPolicy.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/auth/class-use/AuthTools.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/class-use/Event.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/class-use/Sender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/class-use/Receiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/class-use/EventHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/class-use/Serializer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/class-use/Messaging.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/class-use/EventRegistry.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/ResourceBundleMessageSource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/HashParameterSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/SiteClassLoader.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/ClassWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/SortParamSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/OptionsImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/ConfigValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/PropertyHolder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/CallableAction.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/CallableDataSource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/ElementHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/ParameterSupportBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/RequestFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/ApplicationConfigProviderImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/ApplicationResourceHolder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/HttpHeaderUtils.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/HttpHeaderUtils.HttpResource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/ApplicationRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/PositionalXMLReader.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/LabelSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/XmlGenerator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/XmlGenerator.Entity.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/FieldProcessorImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/OptionsBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/DollarParameterSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/SelectionBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/RequestSupportImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/OptionImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/OptionGroupFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/OptionGroupFactory.OptionGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/XSSHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/DummyPermissionProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/ResultServiceImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/DatasourceInheritanceHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/SelectionFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/SelectionFactory.Selection.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/OptionOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/OptionOwner.Selector.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/OptionOwner.HitCounter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/OptionOwner.OptionOwnerBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/DefaultPermissionProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/SiteAwareObjectInputStream.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/I18n.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/ConfigValidationError.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/MessageSourceChain.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/field/class-use/FieldConversionFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/validation/class-use/FileUploadValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/validation/class-use/DefaultValidationProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/validation/class-use/FileUploadListValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/validation/class-use/LocalizedMessageInterpolator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/environment/class-use/DefaultEnvironment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/environment/class-use/EnvironmentFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/environment/class-use/EnvironmentKeys.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/observe/class-use/Observer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/observe/class-use/Observable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/observe/class-use/Observable.Event.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/observe/impl/class-use/ObservableDelegate.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Properties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/ApplicationSubject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/SimpleProperty.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Identifiable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/UserType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Nameable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/AuthSubject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Role.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Resource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/ResourceType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/FeatureProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Group.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Named.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Site.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Site.SiteState.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/NameProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Identifier.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Subject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Versionable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Resources.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Account.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/RevisionAware.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/ReverseableComparator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Authorizable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Application.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/search/class-use/Consumer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/search/class-use/DocumentEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/search/class-use/Document.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/search/class-use/DocumentProducer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/search/class-use/Producer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/search/class-use/BlockingQueueAccessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/auth/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/observe/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/observe/impl/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/search/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/environment/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/field/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/validation/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.20.1-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-api >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.4.7:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Action.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ActionField.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Datasource.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Element.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ErrorModel.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Field.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldValue.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Filter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Link.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Message.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Option.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/OptionType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Options.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Page.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Parameter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Permission.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Sort.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/User.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ValidationRule.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/HttpBasicAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/ApiKeyAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuthFlow.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/Authentication.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.swagger-codegen/VERSION [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-rest-api --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-api <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-api --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-api --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.20.1-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-api --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-api --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.20.1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.20.1/appng-api-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.20.1/appng-api-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.20.1-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.20.1/appng-api-1.20.1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.20.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.20.1/appng-api-1.20.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.20.1.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.20.1/appng-api-1.20.1.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.20.1.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.20.1/appng-api-1.20.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.20.1-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.20.1/appng-api-1.20.1-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.20.1-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.20.1/appng-api-1.20.1-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-api --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.14-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.20.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-api/1.20.1/appng-api-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-api/1.20.1/appng-api-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.20.1-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-api/1.20.1/appng-api-1.20.1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.20.1-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-api/1.20.1/appng-api-1.20.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.20.1.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-api/1.20.1/appng-api-1.20.1.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.20.1.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-api/1.20.1/appng-api-1.20.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.20.1-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-api/1.20.1/appng-api-1.20.1-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.20.1-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-api/1.20.1/appng-api-1.20.1-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG testsupport 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-testsupport --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-testsupport --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 17 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/classes [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/src/main/java/org/appng/testsupport/validation/WritingJsonValidator.java: /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/src/main/java/org/appng/testsupport/validation/WritingJsonValidator.java uses or overrides a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/src/main/java/org/appng/testsupport/validation/WritingJsonValidator.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-testsupport --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 7 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-testsupport --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-testsupport --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.testsupport.TestBaseTest 2019-09-10 16:14:54,877 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2019-09-10 16:14:54,893 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@de3a06f, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@76b10754, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@2bea5ab4, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3d8314f0, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2df32bf7, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@530612ba] 2019-09-10 16:14:54,969 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2019-09-10 16:14:55,118 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@641147d0: startup date [Tue Sep 10 16:14:55 CEST 2019]; root of context hierarchy 2019-09-10 16:14:56,089 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@641147d0: startup date [Tue Sep 10 16:14:55 CEST 2019]; root of context hierarchy [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.469 s - in org.appng.testsupport.TestBaseTest [INFO] Running org.appng.testsupport.validation.AttributeValueDifferenceHandlerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.865 s - in org.appng.testsupport.validation.AttributeValueDifferenceHandlerTest [INFO] Running org.appng.testsupport.validation.TextValueDifferenceHandlerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.appng.testsupport.validation.TextValueDifferenceHandlerTest [INFO] Running org.appng.testsupport.validation.WritingJsonValidatorTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 s - in org.appng.testsupport.validation.WritingJsonValidatorTest [INFO] Running org.appng.testsupport.validation.XPathDifferenceHandlerTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.appng.testsupport.validation.XPathDifferenceHandlerTest [INFO] Running org.appng.testsupport.validation.DateFieldDifferenceHandlerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.appng.testsupport.validation.DateFieldDifferenceHandlerTest [INFO] Running org.appng.testsupport.SimpleApplicationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.appng.testsupport.SimpleApplicationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-testsupport --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.20.1.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-testsupport --- [WARNING] Error fetching link: https://appng.org/appng-xmlapi/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-api/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://hibernate.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.xmlunit.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://junit.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://hsqldb.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.mockito.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://tomcat.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://hibernate.org/validator/hibernate-validator/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://projectlombok.org/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.testsupport... Loading source files for package org.appng.testsupport.persistence... Loading source files for package org.appng.testsupport.validation... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/TestBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/TestBase.ActionCall.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/TestBase.DataSourceCall.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/TestBase.SimpleApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/TestBase.SimpleFeatureProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/ConnectionHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/ConnectionHelper.DBType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/ConnectionInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/DatabaseUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/HsqlServer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/HsqlServerFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/TestDataProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/AttributeValueDifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/DateFieldDifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/DifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/TextValueDifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/WritingJsonValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/WritingJsonValidator.JsonWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/WritingXmlValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/XPathDifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/serialized-form.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/class-use/TestBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/class-use/TestBase.DataSourceCall.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/class-use/TestBase.ActionCall.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/class-use/TestBase.SimpleApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/class-use/TestBase.SimpleFeatureProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/class-use/TestDataProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/class-use/HsqlServerFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/class-use/ConnectionHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/class-use/ConnectionHelper.DBType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/class-use/ConnectionInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/class-use/HsqlServer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/class-use/DatabaseUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/class-use/DifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/class-use/DateFieldDifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/class-use/WritingXmlValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/class-use/AttributeValueDifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/class-use/XPathDifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/class-use/WritingJsonValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/class-use/WritingJsonValidator.JsonWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/class-use/TextValueDifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.20.1-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-testsupport >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.4.7:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Action.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ActionField.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Datasource.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Element.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ErrorModel.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Field.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldValue.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Filter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Link.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Message.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Option.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/OptionType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Options.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Page.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Parameter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Permission.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Sort.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/User.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ValidationRule.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/HttpBasicAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/ApiKeyAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuthFlow.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/Authentication.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.swagger-codegen/VERSION [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-rest-api --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-testsupport <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-testsupport --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-testsupport --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.20.1-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-testsupport --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-testsupport --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.20.1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.20.1/appng-testsupport-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.20.1/appng-testsupport-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.20.1-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.20.1/appng-testsupport-1.20.1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.20.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.20.1/appng-testsupport-1.20.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.20.1.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.20.1/appng-testsupport-1.20.1.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.20.1.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.20.1/appng-testsupport-1.20.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.20.1-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.20.1/appng-testsupport-1.20.1-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.20.1-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.20.1/appng-testsupport-1.20.1-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-testsupport --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.14-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.20.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-testsupport/1.20.1/appng-testsupport-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-testsupport/1.20.1/appng-testsupport-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.20.1-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-testsupport/1.20.1/appng-testsupport-1.20.1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.20.1-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-testsupport/1.20.1/appng-testsupport-1.20.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.20.1.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-testsupport/1.20.1/appng-testsupport-1.20.1.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.20.1.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-testsupport/1.20.1/appng-testsupport-1.20.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.20.1-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-testsupport/1.20.1/appng-testsupport-1.20.1-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.20.1-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-testsupport/1.20.1/appng-testsupport-1.20.1-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG REST API 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- swagger-codegen-maven-plugin:2.4.7:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Action.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ActionField.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Datasource.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Element.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ErrorModel.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Field.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldValue.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Filter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Link.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Message.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Option.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/OptionType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Options.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Page.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Parameter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Permission.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Sort.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/User.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ValidationRule.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/HttpBasicAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/ApiKeyAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuthFlow.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/Authentication.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.swagger-codegen/VERSION [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-rest-api --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-rest-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-rest-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 31 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/classes [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java: /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java uses or overrides a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-rest-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-rest-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-rest-api --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.api.rest.DataSourceHelperTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s - in org.appng.api.rest.DataSourceHelperTest [INFO] Running org.appng.api.rest.ActionHelperTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.appng.api.rest.ActionHelperTest [INFO] Running org.appng.api.rest.RestClientTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.335 s - in org.appng.api.rest.RestClientTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-rest-api --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.20.1.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-rest-api --- [WARNING] Error fetching link: https://github.com/swagger-api/swagger-core/modules/swagger-annotations/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://github.com/FasterXML/jackson/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.slf4j.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://projectlombok.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://junit.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.mockito.org/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.api.rest... Loading source files for package org.appng.api.rest.auth... Loading source files for package org.appng.api.rest.model... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/ActionHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/ApiClient.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/ApiClient.CollectionFormat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/DataSourceHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/RestClient.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/RestClient.Pageable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/RestResponseEntity.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/RFC3339DateFormat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/auth/ApiKeyAuth.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/auth/Authentication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/auth/HttpBasicAuth.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/auth/OAuth.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/auth/OAuthFlow.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/Action.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/ActionField.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/Datasource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/Element.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/ErrorModel.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/Field.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/FieldType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/FieldValue.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/Filter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/Link.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/Link.TypeEnum.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/Message.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/Message.LevelEnum.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/Option.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/Options.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/OptionType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/Page.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/Parameter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/Permission.ModeEnum.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/Sort.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/Sort.OrderEnum.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/User.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/ValidationRule.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/auth/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/auth/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/auth/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/serialized-form.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/class-use/ApiClient.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/class-use/ApiClient.CollectionFormat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/class-use/RFC3339DateFormat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/class-use/RestResponseEntity.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/class-use/ActionHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/class-use/DataSourceHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/class-use/RestClient.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/class-use/RestClient.Pageable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/auth/class-use/OAuth.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/auth/class-use/ApiKeyAuth.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/auth/class-use/HttpBasicAuth.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/auth/class-use/Authentication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/auth/class-use/OAuthFlow.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/class-use/Options.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/class-use/Parameter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/class-use/FieldType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/class-use/Field.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/class-use/Option.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/class-use/Filter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/class-use/Sort.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/class-use/Sort.OrderEnum.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/class-use/ActionField.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/class-use/Message.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/class-use/Message.LevelEnum.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/class-use/OptionType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/class-use/FieldValue.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/class-use/Link.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/class-use/Link.TypeEnum.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/class-use/Action.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/class-use/Page.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/class-use/ErrorModel.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/class-use/ValidationRule.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/class-use/Element.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/class-use/User.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/class-use/Datasource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/class-use/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/class-use/Permission.ModeEnum.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/auth/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.20.1-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-rest-api >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.4.7:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Action.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ActionField.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Datasource.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Element.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ErrorModel.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Field.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldValue.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Filter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Link.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Message.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Option.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/OptionType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Options.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Page.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Parameter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Permission.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Sort.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/User.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ValidationRule.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/HttpBasicAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/ApiKeyAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuthFlow.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/Authentication.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.swagger-codegen/VERSION [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-rest-api --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-rest-api <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-rest-api --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-rest-api --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.20.1-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-rest-api --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-rest-api --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.20.1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-rest-api/1.20.1/appng-rest-api-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-rest-api/1.20.1/appng-rest-api-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.20.1-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-rest-api/1.20.1/appng-rest-api-1.20.1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.20.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-rest-api/1.20.1/appng-rest-api-1.20.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.20.1.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-rest-api/1.20.1/appng-rest-api-1.20.1.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.20.1.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-rest-api/1.20.1/appng-rest-api-1.20.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.20.1-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-rest-api/1.20.1/appng-rest-api-1.20.1-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.20.1-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-rest-api/1.20.1/appng-rest-api-1.20.1-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-rest-api --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.14-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.20.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-rest-api/1.20.1/appng-rest-api-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-rest-api/1.20.1/appng-rest-api-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.20.1-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-rest-api/1.20.1/appng-rest-api-1.20.1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.20.1-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-rest-api/1.20.1/appng-rest-api-1.20.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.20.1.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-rest-api/1.20.1/appng-rest-api-1.20.1.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.20.1.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-rest-api/1.20.1/appng-rest-api-1.20.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.20.1-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-rest-api/1.20.1/appng-rest-api-1.20.1-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.20.1-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-rest-api/1.20.1/appng-rest-api-1.20.1-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Persistence-Tools 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-persistence --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-persistence --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-persistence --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-persistence --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-persistence --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.persistence.repository.SearchRepositoryTest 2019-09-10 16:15:18,088 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@3cef309d: startup date [Tue Sep 10 16:15:18 CEST 2019]; root of context hierarchy 2019-09-10 16:15:18,365 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:15:18,560 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2019-09-10 16:15:18,561 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:18,585 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-09-10 16:15:18,678 INFO [main] org.hibernate.Version : HHH000412: Hibernate Core {5.4.3.Final} 2019-09-10 16:15:18,905 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.1.0.Final} 2019-09-10 16:15:19,120 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) Sep 10, 2019 4:15:19 PM ch.sla.jdbcperflogger.Logger info INFO: Using config file jdbcperflogger-fallback.xml 2019-09-10 16:15:19,174 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:15:19,174 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-09-10 16:15:19,175 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-09-10 16:15:19,178 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:15:19,551 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-09-10 16:15:19,638 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:15:20,669 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.17.Final 2019-09-10 16:15:21,489 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@51bddd98] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:15:21,493 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@10e5bf9c] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:15:21,505 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:15:21,511 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:22,258 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@3cef309d: startup date [Tue Sep 10 16:15:18 CEST 2019]; root of context hierarchy 2019-09-10 16:15:22,260 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:22,260 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:15:22,266 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@58a3d521: startup date [Tue Sep 10 16:15:22 CEST 2019]; root of context hierarchy 2019-09-10 16:15:22,308 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:15:22,330 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2019-09-10 16:15:22,330 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:22,330 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-09-10 16:15:22,338 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:15:22,338 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:15:22,338 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-09-10 16:15:22,339 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-09-10 16:15:22,339 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:15:22,340 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-09-10 16:15:22,344 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:15:22,494 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@22048bd6] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:15:22,497 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@52aa7742] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:15:22,508 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:15:22,509 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:22,618 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@58a3d521: startup date [Tue Sep 10 16:15:22 CEST 2019]; root of context hierarchy 2019-09-10 16:15:22,619 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:22,619 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:15:22,623 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@1b31af02: startup date [Tue Sep 10 16:15:22 CEST 2019]; root of context hierarchy 2019-09-10 16:15:22,661 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:15:22,686 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2019-09-10 16:15:22,686 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:22,686 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-09-10 16:15:22,695 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:15:22,695 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:15:22,696 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-09-10 16:15:22,696 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-09-10 16:15:22,696 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:15:22,697 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-09-10 16:15:22,702 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:15:22,866 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@41e8d917] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:15:22,869 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@57c6feea] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:15:22,881 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:15:22,881 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:22,953 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@1b31af02: startup date [Tue Sep 10 16:15:22 CEST 2019]; root of context hierarchy 2019-09-10 16:15:22,953 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:22,953 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:15:22,956 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@77b71c9: startup date [Tue Sep 10 16:15:22 CEST 2019]; root of context hierarchy 2019-09-10 16:15:22,984 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:15:23,008 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2019-09-10 16:15:23,008 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:23,008 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-09-10 16:15:23,022 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:15:23,022 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:15:23,022 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-09-10 16:15:23,022 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-09-10 16:15:23,023 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:15:23,024 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-09-10 16:15:23,029 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:15:23,174 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@74fc3fc7] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:15:23,176 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@682266d8] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:15:23,186 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:15:23,186 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:23,267 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@77b71c9: startup date [Tue Sep 10 16:15:22 CEST 2019]; root of context hierarchy 2019-09-10 16:15:23,268 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:23,268 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:15:23,272 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@7c5c20ed: startup date [Tue Sep 10 16:15:23 CEST 2019]; root of context hierarchy 2019-09-10 16:15:23,308 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:15:23,332 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2019-09-10 16:15:23,332 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:23,332 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-09-10 16:15:23,341 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:15:23,341 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:15:23,341 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-09-10 16:15:23,342 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-09-10 16:15:23,342 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:15:23,342 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-09-10 16:15:23,347 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:15:23,499 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6fd7aba8] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:15:23,502 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@62de73eb] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:15:23,514 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:15:23,514 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:23,596 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@7c5c20ed: startup date [Tue Sep 10 16:15:23 CEST 2019]; root of context hierarchy 2019-09-10 16:15:23,596 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:23,596 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:15:23,603 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@6921cfa: startup date [Tue Sep 10 16:15:23 CEST 2019]; root of context hierarchy 2019-09-10 16:15:23,638 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:15:23,665 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2019-09-10 16:15:23,665 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:23,665 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-09-10 16:15:23,674 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:15:23,675 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:15:23,675 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-09-10 16:15:23,675 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-09-10 16:15:23,675 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:15:23,676 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-09-10 16:15:23,681 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:15:23,832 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3ea9a091] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:15:23,834 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6e668322] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:15:23,843 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:15:23,843 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:23,915 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@6921cfa: startup date [Tue Sep 10 16:15:23 CEST 2019]; root of context hierarchy 2019-09-10 16:15:23,916 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:23,916 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:15:23,919 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@7c9ea1d0: startup date [Tue Sep 10 16:15:23 CEST 2019]; root of context hierarchy 2019-09-10 16:15:23,938 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:15:23,954 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2019-09-10 16:15:23,954 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:23,954 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-09-10 16:15:23,961 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:15:23,961 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:15:23,961 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-09-10 16:15:23,961 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-09-10 16:15:23,961 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:15:23,962 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-09-10 16:15:23,966 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:15:24,080 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@40dee07b] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:15:24,083 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@73a5d86c] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:15:24,093 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:15:24,094 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:24,148 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@7c9ea1d0: startup date [Tue Sep 10 16:15:23 CEST 2019]; root of context hierarchy 2019-09-10 16:15:24,148 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:24,149 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:15:24,151 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@46fb9581: startup date [Tue Sep 10 16:15:24 CEST 2019]; root of context hierarchy 2019-09-10 16:15:24,169 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:15:24,188 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2019-09-10 16:15:24,188 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:24,188 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-09-10 16:15:24,195 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:15:24,195 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:15:24,195 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-09-10 16:15:24,196 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-09-10 16:15:24,196 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:15:24,196 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-09-10 16:15:24,200 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:15:24,304 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@b529d7e] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:15:24,306 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@74450c9b] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:15:24,314 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:15:24,315 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:24,391 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@46fb9581: startup date [Tue Sep 10 16:15:24 CEST 2019]; root of context hierarchy 2019-09-10 16:15:24,391 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:24,392 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:15:24,395 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@38fc34fd: startup date [Tue Sep 10 16:15:24 CEST 2019]; root of context hierarchy 2019-09-10 16:15:24,416 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:15:24,435 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2019-09-10 16:15:24,435 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:24,435 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-09-10 16:15:24,443 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:15:24,443 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:15:24,443 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-09-10 16:15:24,443 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-09-10 16:15:24,443 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:15:24,444 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-09-10 16:15:24,449 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:15:24,541 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@9de1b85] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:15:24,543 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@484876a1] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:15:24,552 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:15:24,552 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:24,608 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@38fc34fd: startup date [Tue Sep 10 16:15:24 CEST 2019]; root of context hierarchy 2019-09-10 16:15:24,609 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:24,609 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:15:24,611 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@46b2a11a: startup date [Tue Sep 10 16:15:24 CEST 2019]; root of context hierarchy 2019-09-10 16:15:24,630 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:15:24,649 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2019-09-10 16:15:24,649 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:24,650 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-09-10 16:15:24,657 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:15:24,657 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:15:24,657 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-09-10 16:15:24,657 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-09-10 16:15:24,657 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:15:24,658 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-09-10 16:15:24,662 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:15:24,750 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@36cdcae0] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:15:24,751 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7f02b2d4] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:15:24,760 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:15:24,760 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:24,809 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@46b2a11a: startup date [Tue Sep 10 16:15:24 CEST 2019]; root of context hierarchy 2019-09-10 16:15:24,809 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:24,810 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:15:24,812 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@788d9139: startup date [Tue Sep 10 16:15:24 CEST 2019]; root of context hierarchy 2019-09-10 16:15:24,831 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:15:24,847 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2019-09-10 16:15:24,847 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:24,847 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-09-10 16:15:24,853 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:15:24,853 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:15:24,853 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-09-10 16:15:24,853 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-09-10 16:15:24,854 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:15:24,855 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-09-10 16:15:24,858 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:15:24,948 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@261f5a45] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:15:24,950 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@58e7f930] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:15:24,957 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:15:24,958 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:25,075 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@788d9139: startup date [Tue Sep 10 16:15:24 CEST 2019]; root of context hierarchy 2019-09-10 16:15:25,076 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:25,076 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:15:25,078 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@43efe064: startup date [Tue Sep 10 16:15:25 CEST 2019]; root of context hierarchy 2019-09-10 16:15:25,094 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:15:25,110 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2019-09-10 16:15:25,110 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:25,110 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-09-10 16:15:25,117 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:15:25,117 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:15:25,117 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-09-10 16:15:25,117 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-09-10 16:15:25,117 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:15:25,119 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-09-10 16:15:25,122 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:15:25,203 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@76219fe] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:15:25,205 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@270be080] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:15:25,212 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:15:25,213 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:25,280 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@43efe064: startup date [Tue Sep 10 16:15:25 CEST 2019]; root of context hierarchy 2019-09-10 16:15:25,281 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:25,281 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:15:25,283 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@5afba80c: startup date [Tue Sep 10 16:15:25 CEST 2019]; root of context hierarchy 2019-09-10 16:15:25,299 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:15:25,315 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2019-09-10 16:15:25,315 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:25,315 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-09-10 16:15:25,325 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:15:25,325 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:15:25,326 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-09-10 16:15:25,326 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-09-10 16:15:25,326 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:15:25,327 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-09-10 16:15:25,332 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:15:25,406 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@23eb6d13] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:15:25,408 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3986b9e9] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:15:25,415 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:15:25,415 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:25,475 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@5afba80c: startup date [Tue Sep 10 16:15:25 CEST 2019]; root of context hierarchy 2019-09-10 16:15:25,475 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:25,475 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:15:25,477 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@8ad182c: startup date [Tue Sep 10 16:15:25 CEST 2019]; root of context hierarchy 2019-09-10 16:15:25,492 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:15:25,507 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2019-09-10 16:15:25,507 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:25,507 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-09-10 16:15:25,513 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:15:25,513 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:15:25,513 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-09-10 16:15:25,513 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-09-10 16:15:25,513 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:15:25,515 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-09-10 16:15:25,518 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:15:25,591 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@765eb801] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:15:25,593 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7da9b32c] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:15:25,602 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:15:25,602 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:25,647 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@8ad182c: startup date [Tue Sep 10 16:15:25 CEST 2019]; root of context hierarchy 2019-09-10 16:15:25,647 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:25,648 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:15:25,650 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@7343d843: startup date [Tue Sep 10 16:15:25 CEST 2019]; root of context hierarchy 2019-09-10 16:15:25,667 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:15:25,690 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2019-09-10 16:15:25,690 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:25,690 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-09-10 16:15:25,698 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:15:25,698 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:15:25,698 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-09-10 16:15:25,699 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-09-10 16:15:25,699 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:15:25,699 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-09-10 16:15:25,703 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:15:25,811 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2c8c42c] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:15:25,812 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@47f8374] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:15:25,822 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:15:25,822 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:25,885 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@7343d843: startup date [Tue Sep 10 16:15:25 CEST 2019]; root of context hierarchy 2019-09-10 16:15:25,885 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:25,885 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:15:25,888 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@25093079: startup date [Tue Sep 10 16:15:25 CEST 2019]; root of context hierarchy 2019-09-10 16:15:25,910 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:15:25,934 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2019-09-10 16:15:25,934 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:25,934 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-09-10 16:15:25,942 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:15:25,943 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:15:25,943 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-09-10 16:15:25,943 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-09-10 16:15:25,943 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:15:25,945 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-09-10 16:15:25,949 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:15:26,054 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@64096a41] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:15:26,056 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@77902ed6] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:15:26,065 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:15:26,066 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:26,126 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@25093079: startup date [Tue Sep 10 16:15:25 CEST 2019]; root of context hierarchy 2019-09-10 16:15:26,127 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:26,127 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.311 s - in org.appng.persistence.repository.SearchRepositoryTest [INFO] Running org.appng.persistence.repository.SearchQueryTest 2019-09-10 16:15:26,157 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-09-10 16:15:26,165 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:15:26,165 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:15:26,165 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-09-10 16:15:26,165 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-09-10 16:15:26,165 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:15:26,166 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-09-10 16:15:26,169 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:15:26,266 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7680beac] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:15:26,268 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4e773b8a] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:15:26,277 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:15:26,289 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-09-10 16:15:26,296 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:15:26,296 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:15:26,297 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-09-10 16:15:26,297 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-09-10 16:15:26,297 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:15:26,299 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-09-10 16:15:26,302 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:15:26,382 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1aa64998] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:15:26,383 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4f96e484] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:15:26,392 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:15:26,416 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-09-10 16:15:26,487 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:15:26,487 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:15:26,487 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-09-10 16:15:26,487 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-09-10 16:15:26,487 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:15:26,488 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-09-10 16:15:26,490 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:15:26,547 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1cbb394b] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:15:26,548 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@78c9c38a] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:15:26,554 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:15:26,562 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-09-10 16:15:26,567 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:15:26,567 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:15:26,568 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-09-10 16:15:26,568 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-09-10 16:15:26,568 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:15:26,568 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-09-10 16:15:26,570 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:15:26,666 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7eb006bd] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:15:26,669 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@11eb8842] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:15:26,682 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:15:26,706 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-09-10 16:15:26,712 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:15:26,712 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:15:26,712 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-09-10 16:15:26,712 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-09-10 16:15:26,712 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:15:26,713 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-09-10 16:15:26,715 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:15:26,777 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@403ba39f] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:15:26,778 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@11548363] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:15:26,785 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:15:26,794 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-09-10 16:15:26,800 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:15:26,800 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:15:26,800 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-09-10 16:15:26,800 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-09-10 16:15:26,800 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:15:26,801 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-09-10 16:15:26,803 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:15:26,857 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@38c7ad43] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:15:26,858 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@27c9500c] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:15:26,865 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.743 s - in org.appng.persistence.repository.SearchQueryTest [INFO] Running org.appng.persistence.repository.QueryDslSearchRepositoryTest 2019-09-10 16:15:26,879 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@2c64ee53: startup date [Tue Sep 10 16:15:26 CEST 2019]; root of context hierarchy 2019-09-10 16:15:26,893 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:15:26,909 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2019-09-10 16:15:26,909 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:26,909 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-09-10 16:15:26,914 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:15:26,914 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:15:26,914 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-09-10 16:15:26,915 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-09-10 16:15:26,915 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:15:26,917 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-09-10 16:15:26,919 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:15:26,977 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1b5a3bba] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:15:26,979 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1912ba29] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:15:26,985 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:15:26,986 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:27,089 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@2c64ee53: startup date [Tue Sep 10 16:15:26 CEST 2019]; root of context hierarchy 2019-09-10 16:15:27,089 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:27,089 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 s - in org.appng.persistence.repository.QueryDslSearchRepositoryTest [INFO] Running org.appng.persistence.repository.EnversSearchRepositoryTest 2019-09-10 16:15:27,098 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@3003d288: startup date [Tue Sep 10 16:15:27 CEST 2019]; root of context hierarchy 2019-09-10 16:15:27,115 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:15:27,135 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2019-09-10 16:15:27,135 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:27,135 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-09-10 16:15:27,140 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:15:27,140 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:15:27,141 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-09-10 16:15:27,141 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-09-10 16:15:27,141 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:15:27,141 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-09-10 16:15:27,144 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:15:27,219 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@45295bed] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:15:27,220 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3bf31f3e] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:15:27,227 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:15:27,228 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:15:27,313 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@3003d288: startup date [Tue Sep 10 16:15:27 CEST 2019]; root of context hierarchy 2019-09-10 16:15:27,313 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.222 s - in org.appng.persistence.repository.EnversSearchRepositoryTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-persistence --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.20.1.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-persistence --- [WARNING] Error fetching link: https://github.com/sylvainlaurent/JDBC-Performance-Logger/jdbc-perf-logger-driver/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-api/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://hibernate.org/orm/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://hibernate.org/orm/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.slf4j.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://projects.spring.io/spring-data-jpa/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/SpringSource/spring-data-envers/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://hsqldb.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-testsupport/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.querydsl.com/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://projectlombok.org/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.persistence.repository... Loading source files for package org.appng.persistence.dialect... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/EnversSearchRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/EnversSearchRepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/QueryDslSearchRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/QueryDslSearchRepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/SearchQuery.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/SearchQuery.Clause.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/SearchQuery.Criterion.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/SearchQuery.Operand.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/SearchRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/SearchRepositoryFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/SearchRepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/dialect/HSQLDialect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/dialect/MySqlTextDialect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/dialect/SQLServer2008Dialect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/dialect/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/dialect/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/dialect/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/constant-values.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/class-use/SearchRepositoryFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/class-use/EnversSearchRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/class-use/EnversSearchRepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/class-use/SearchRepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/class-use/QueryDslSearchRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/class-use/SearchQuery.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/class-use/SearchQuery.Operand.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/class-use/SearchQuery.Clause.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/class-use/SearchQuery.Criterion.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/class-use/QueryDslSearchRepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/class-use/SearchRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/dialect/class-use/HSQLDialect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/dialect/class-use/SQLServer2008Dialect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/dialect/class-use/MySqlTextDialect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/dialect/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.20.1-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-persistence >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.4.7:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Action.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ActionField.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Datasource.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Element.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ErrorModel.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Field.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldValue.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Filter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Link.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Message.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Option.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/OptionType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Options.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Page.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Parameter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Permission.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Sort.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/User.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ValidationRule.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/HttpBasicAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/ApiKeyAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuthFlow.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/Authentication.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.swagger-codegen/VERSION [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-rest-api --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-persistence <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-persistence --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-persistence --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.20.1-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-persistence --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-persistence --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.20.1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.20.1/appng-persistence-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.20.1/appng-persistence-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.20.1-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.20.1/appng-persistence-1.20.1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.20.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.20.1/appng-persistence-1.20.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.20.1.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.20.1/appng-persistence-1.20.1.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.20.1.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.20.1/appng-persistence-1.20.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.20.1-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.20.1/appng-persistence-1.20.1-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.20.1-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.20.1/appng-persistence-1.20.1-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-persistence --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.14-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.20.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-persistence/1.20.1/appng-persistence-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-persistence/1.20.1/appng-persistence-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.20.1-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-persistence/1.20.1/appng-persistence-1.20.1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.20.1-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-persistence/1.20.1/appng-persistence-1.20.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.20.1.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-persistence/1.20.1/appng-persistence-1.20.1.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.20.1.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-persistence/1.20.1/appng-persistence-1.20.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.20.1-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-persistence/1.20.1/appng-persistence-1.20.1-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.20.1-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-persistence/1.20.1/appng-persistence-1.20.1-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Search 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-search --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-search --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 29 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-search --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 13 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-search --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-search --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.search.indexer.StandardSearcherTest 2019-09-10 16:15:44,841 DEBUG [main] org.appng.search.indexer.GlobalIndexer: start indexing for site manager 2019-09-10 16:15:44,849 INFO [main] org.appng.search.indexer.FileSystemProvider: dataDir: /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages 2019-09-10 16:15:44,879 DEBUG [main] org.appng.search.indexer.ParseTags: parsing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/de/42.jsp 2019-09-10 16:15:45,009 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'title' 2019-09-10 16:15:45,011 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'contents' 2019-09-10 16:15:45,011 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'customfield' 2019-09-10 16:15:45,012 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'anotherCustomfield' 2019-09-10 16:15:45,016 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (1/2):/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/de/42.jsp 2019-09-10 16:15:45,016 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 143ms Sep 10, 2019 4:15:45 PM org.apache.tika.config.InitializableProblemHandler$3 handleInitializableProblem WARNING: J2KImageReader not loaded. JPEG2000 files will not be processed. See https://pdfbox.apache.org/2.0/dependencies.html#jai-image-io for optional dependencies. Sep 10, 2019 4:15:45 PM org.apache.tika.config.InitializableProblemHandler$3 handleInitializableProblem WARNING: org.xerial's sqlite-jdbc is not loaded. Please provide the jar on your classpath to parse sqlite files. See tika-parsers/pom.xml for the correct version. 2019-09-10 16:15:46,036 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (2/2):/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/de/42.txt 2019-09-10 16:15:46,040 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 1024ms 2019-09-10 16:15:46,041 DEBUG [main] org.appng.search.indexer.ParseTags: parsing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/42.jsp 2019-09-10 16:15:46,043 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'title' 2019-09-10 16:15:46,045 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'contents' 2019-09-10 16:15:46,045 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'customfield' 2019-09-10 16:15:46,045 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'anotherCustomfield' 2019-09-10 16:15:46,045 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (1/4):/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/42.jsp 2019-09-10 16:15:46,045 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 4ms 2019-09-10 16:15:46,071 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (2/4):/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/42.txt 2019-09-10 16:15:46,072 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 27ms 2019-09-10 16:15:46,092 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (3/4):/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/foobar.txt 2019-09-10 16:15:46,093 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 21ms 2019-09-10 16:15:46,093 DEBUG [main] org.appng.search.indexer.ParseTags: parsing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/acme.jsp 2019-09-10 16:15:46,095 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = title 2019-09-10 16:15:46,095 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = content 2019-09-10 16:15:46,095 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (4/4):/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/acme.jsp 2019-09-10 16:15:46,095 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 2ms 2019-09-10 16:15:46,095 INFO [main] org.appng.search.indexer.FileSystemProvider: Indexing 6 files took 1244 milliseconds 2019-09-10 16:15:46,287 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: opened IndexWriter#1502071213 with Analyzer class org.apache.lucene.analysis.standard.StandardAnalyzer 2019-09-10 16:15:46,294 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: clearing index at /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/index 2019-09-10 16:15:48,330 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#1502071213 2019-09-10 16:15:48,330 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: done with DocumentProducer 'clear index' which offered 0 events (CREATE: 0, UPDATE: 0, DELETE: 0). The index now contains 0 documents (was 0 before) 2019-09-10 16:15:48,330 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#1502071213, containing 0 documents (before: 0) directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/index 2019-09-10 16:15:48,337 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed org.apache.lucene.index.IndexWriter@5987c9ad 2019-09-10 16:15:48,352 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed StandardDirectoryReader(segments:1:nrt) 2019-09-10 16:15:48,352 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed MMapDirectory@/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1371ffce 2019-09-10 16:15:48,359 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: opened IndexWriter#646034116 with Analyzer class org.apache.lucene.analysis.de.GermanAnalyzer 2019-09-10 16:15:48,451 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/de/42.jsp +type:jsp 2019-09-10 16:15:48,451 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [92ms] CREATE, query: +id:/de/42.jsp +type:jsp 2019-09-10 16:15:48,454 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/de/42.txt +type:txt 2019-09-10 16:15:48,454 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [2ms] CREATE, query: +id:/de/42.txt +type:txt 2019-09-10 16:15:50,689 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#646034116 2019-09-10 16:15:50,689 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: done with DocumentProducer 'index /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/de' which offered 2 events (CREATE: 2, UPDATE: 0, DELETE: 0). The index now contains 2 documents (was 0 before) 2019-09-10 16:15:50,690 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#646034116, containing 2 documents (before: 0) directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/index 2019-09-10 16:15:50,690 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed org.apache.lucene.index.IndexWriter@2681b2c4 2019-09-10 16:15:50,690 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed StandardDirectoryReader(segments_1:3:nrt) 2019-09-10 16:15:50,690 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed MMapDirectory@/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1371ffce 2019-09-10 16:15:50,696 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: opened IndexWriter#684547273 with Analyzer class org.apache.lucene.analysis.en.EnglishAnalyzer 2019-09-10 16:15:50,736 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/en/42.jsp +type:jsp 2019-09-10 16:15:50,736 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [13ms] CREATE, query: +id:/en/42.jsp +type:jsp 2019-09-10 16:15:50,739 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/en/42.txt +type:txt 2019-09-10 16:15:50,739 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [3ms] CREATE, query: +id:/en/42.txt +type:txt 2019-09-10 16:15:50,740 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/en/foobar.txt +type:txt 2019-09-10 16:15:50,740 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [1ms] CREATE, query: +id:/en/foobar.txt +type:txt 2019-09-10 16:15:50,740 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/en/acme.jsp +type:jsp 2019-09-10 16:15:50,740 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [0ms] CREATE, query: +id:/en/acme.jsp +type:jsp 2019-09-10 16:15:52,798 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#684547273 2019-09-10 16:15:52,798 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: done with DocumentProducer 'index /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en' which offered 4 events (CREATE: 4, UPDATE: 0, DELETE: 0). The index now contains 6 documents (was 2 before) 2019-09-10 16:15:52,798 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#684547273, containing 6 documents (before: 2) directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/index 2019-09-10 16:15:52,799 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed org.apache.lucene.index.IndexWriter@28cd5cc9 2019-09-10 16:15:52,800 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed StandardDirectoryReader(segments_2:6:nrt _0(8.2.0):c2:[diagnostics={java.vendor=Oracle Corporation, os=Linux, java.version=1.8.0_131, java.vm.version=25.131-b11, lucene.version=8.2.0, os.arch=amd64, java.runtime.version=1.8.0_131-b11, source=flush, os.version=4.9.0-0.bpo.9-amd64, timestamp=1568124950626}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}]) 2019-09-10 16:15:52,800 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed MMapDirectory@/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1371ffce 2019-09-10 16:15:52,993 INFO [main] org.appng.search.searcher.StandardSearcher: 2 results returned from query: +language:de +((title:anhalt contents:anhalt) (title:anhalter* contents:anhalter*)) 2019-09-10 16:15:54,206 INFO [main] org.appng.search.searcher.StandardSearcher: 2 results returned from query: +language:en +((title:hitchhik contents:hitchhik) (title:hitchhiker* contents:hitchhiker*)) 2019-09-10 16:15:54,230 INFO [main] org.appng.search.searcher.StandardSearcher: 1 results returned from query: +language:en +((title:foo contents:foo) (title:foo* contents:foo*)) 2019-09-10 16:15:54,244 INFO [main] org.appng.search.searcher.StandardSearcher: 0 results returned from query: +language:en +((title:acm contents:acm) (title:acme* contents:acme*)) [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.834 s - in org.appng.search.indexer.StandardSearcherTest [INFO] Running org.appng.search.indexer.ParseTagsTest 2019-09-10 16:15:54,251 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'field1' 2019-09-10 16:15:54,251 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'field2' 2019-09-10 16:15:54,251 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'contents' 2019-09-10 16:15:54,251 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'field1' 2019-09-10 16:15:54,251 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'field2' {field1=A, contents=A B D, field2=B} 2019-09-10 16:15:54,252 DEBUG [main] org.appng.search.indexer.ParseTags: parsing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/42.jsp 2019-09-10 16:15:54,253 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'title' 2019-09-10 16:15:54,254 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'contents' 2019-09-10 16:15:54,254 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'customfield' 2019-09-10 16:15:54,254 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'anotherCustomfield' 2019-09-10 16:15:54,255 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = field1 2019-09-10 16:15:54,255 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = field2 2019-09-10 16:15:54,255 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = {} [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.appng.search.indexer.ParseTagsTest [INFO] Running org.appng.search.searcher.GermanSearchTermProcessorTest 'käse' -> (*kas OR kase*) 'käse scheiben' -> (*kas OR kase*) AND (*scheib OR scheib*) 'tomaten' -> (*tomat OR tomat*) 'tomaten dosen' -> (*tomat OR tomat*) AND (*dos OR dos*) 'gemüse' -> (*gemus OR gemuse*) 'gemüse brühe' -> (*gemus OR gemuse*) AND (*bruh OR bruhe*) 'gemüse huhn' -> (*gemus OR gemuse*) AND (*huhn OR huhn*) 'dinkel' -> (*dinkel OR dinkel*) 'kassler' -> (*kassl OR kassl*) 'karotten kartoffeln rindfleisch' -> (*karott OR karott*) AND (*kartoffeln OR kartoffeln*) AND (*rindfleisch OR rindfleisch*) [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.appng.search.searcher.GermanSearchTermProcessorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-search --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.20.1.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-search --- [WARNING] Error fetching link: https://appng.org/appng-api/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://freemarker.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://lucene.apache.org/lucene-parent/lucene-core/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://lucene.apache.org/lucene-parent/lucene-highlighter/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://lucene.apache.org/lucene-parent/lucene-analyzers-common/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://lucene.apache.org/lucene-parent/lucene-queryparser/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://lucene.apache.org/lucene-parent/lucene-facet/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://tika.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://tika.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://www.apache.org/pdfbox-parent/pdfbox/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/junrar/junrar/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://poi.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://poi.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://poi.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://jsoup.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-testsupport/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://projectlombok.org/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.search... Loading source files for package org.appng.search.json... Loading source files for package org.appng.search.indexer... Loading source files for package org.appng.search.searcher... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/DocumentProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/Search.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/SearchProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/Filter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/FilterConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/FilterData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/FilterItem.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/FilterItem.DataCounter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/Json.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/Page.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/Part.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/Result.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/Result.Field.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/Result.Fields.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/Results.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/Search.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/SearchFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/DocumentIndexer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/FileSystemProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/GlobalIndexer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/IndexConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/IndexConfig.ConfigEntry.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/ParseTags.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/SimpleDocument.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/searcher/DateAdapter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/searcher/GermanSearchTermProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/searcher/SearchFormatter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/searcher/SearchTermProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/searcher/StandardSearcher.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/searcher/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/searcher/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/searcher/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/constant-values.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/class-use/Search.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/class-use/SearchProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/class-use/DocumentProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/class-use/FilterItem.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/class-use/FilterItem.DataCounter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/class-use/FilterConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/class-use/Part.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/class-use/Search.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/class-use/Json.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/class-use/Result.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/class-use/Result.Fields.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/class-use/Result.Field.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/class-use/Filter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/class-use/SearchFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/class-use/Page.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/class-use/Results.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/class-use/FilterData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/class-use/GlobalIndexer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/class-use/FileSystemProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/class-use/SimpleDocument.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/class-use/DocumentIndexer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/class-use/IndexConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/class-use/IndexConfig.ConfigEntry.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/class-use/ParseTags.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/searcher/class-use/SearchFormatter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/searcher/class-use/GermanSearchTermProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/searcher/class-use/DateAdapter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/searcher/class-use/SearchTermProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/searcher/class-use/StandardSearcher.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/searcher/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.20.1-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-search >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.4.7:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Action.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ActionField.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Datasource.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Element.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ErrorModel.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Field.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldValue.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Filter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Link.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Message.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Option.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/OptionType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Options.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Page.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Parameter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Permission.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Sort.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/User.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ValidationRule.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/HttpBasicAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/ApiKeyAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuthFlow.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/Authentication.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.swagger-codegen/VERSION [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-rest-api --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-search <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-search --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-search --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.20.1-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-search --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-search --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.20.1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.20.1/appng-search-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.20.1/appng-search-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.20.1-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.20.1/appng-search-1.20.1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.20.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.20.1/appng-search-1.20.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.20.1.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.20.1/appng-search-1.20.1.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.20.1.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.20.1/appng-search-1.20.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.20.1-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.20.1/appng-search-1.20.1-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.20.1-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.20.1/appng-search-1.20.1-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-search --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.14-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.20.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-search/1.20.1/appng-search-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-search/1.20.1/appng-search-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.20.1-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-search/1.20.1/appng-search-1.20.1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.20.1-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-search/1.20.1/appng-search-1.20.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.20.1.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-search/1.20.1/appng-search-1.20.1.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.20.1.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-search/1.20.1/appng-search-1.20.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.20.1-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-search/1.20.1/appng-search-1.20.1-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.20.1-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-search/1.20.1/appng-search-1.20.1-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Core Library 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 79 resources [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 181 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/classes [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/PropertyImpl.java: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/PropertyImpl.java uses or overrides a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/PropertyImpl.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 82 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 82 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-core --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.core.domain.ResourceImplTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.appng.core.domain.ResourceImplTest [INFO] Running org.appng.core.domain.PackageArchiveTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.596 s - in org.appng.core.domain.PackageArchiveTest [INFO] Running org.appng.core.domain.ValidationPatternTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.appng.core.domain.ValidationPatternTest [INFO] Running org.appng.core.domain.SiteImplTest 2019-09-10 16:16:14,727 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1810923540 for site foo with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:14,745 INFO [main] org.appng.core.Redirect : Redirecting request to /some/uri (302) 2019-09-10 16:16:14,749 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#552937500 for site foo with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:14,751 INFO [main] org.appng.core.Redirect : Redirecting request to /ws/foo/page/foo/bar#anchor (302) 2019-09-10 16:16:14,753 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#94157402 for site foo with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:14,754 INFO [main] org.appng.core.Redirect : Redirecting request to /ws/foo/page/foo/bar?tab=anchor#anchor (302) 2019-09-10 16:16:14,755 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1899141525 for site foo with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:14,755 INFO [main] org.appng.core.domain.SiteImpl: closing context for site foo [STOPPED] (#1989132530) [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.291 s - in org.appng.core.domain.SiteImplTest [INFO] Running org.appng.core.domain.DatabaseTypeTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s - in org.appng.core.domain.DatabaseTypeTest [INFO] Running org.appng.core.security.BCryptPasswordHandlerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.45 s - in org.appng.core.security.BCryptPasswordHandlerTest [INFO] Running org.appng.core.security.Sha1PasswordHandlerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.appng.core.security.Sha1PasswordHandlerTest [INFO] Running org.appng.core.security.DigestValidatorTest 2019-09-10 16:16:17,377 INFO [main] org.appng.core.security.DigestValidator: Digest successfully validated. 2019-09-10 16:16:17,377 ERROR [main] org.appng.core.security.DigestValidator: Invalid date offset [millis]: 14399623, maximum is 3600000 2019-09-10 16:16:17,377 ERROR [main] org.appng.core.security.DigestValidator: Digest validation failed. 2019-09-10 16:16:17,379 INFO [main] org.appng.core.security.DigestValidator: Digest successfully validated. 2019-09-10 16:16:17,379 ERROR [main] org.appng.core.security.DigestValidator: Encrypted part does not match. Encrypted part is E8FF5943F122C8363C4E44B55FFD2FC3, but should be C46B9A14E17B6E38EF7166C8093E693D 2019-09-10 16:16:17,379 ERROR [main] org.appng.core.security.DigestValidator: Digest validation failed. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.appng.core.security.DigestValidatorTest [INFO] Running org.appng.core.security.DefaultPasswordPolicyTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.appng.core.security.DefaultPasswordPolicyTest [INFO] Running org.appng.core.security.signing.SignerTest 2019-09-10 16:16:17,447 INFO [main] org.appng.core.security.signing.Signer: Signing repository '/var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/test-classes/zip' 2019-09-10 16:16:17,453 INFO [main] org.appng.core.security.signing.Signer: Writing release file '/var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/test-classes/zip/index' 2019-09-10 16:16:17,453 INFO [main] org.appng.core.security.signing.Signer: ..adding repository attributes 2019-09-10 16:16:17,454 INFO [main] org.appng.core.security.signing.Signer: ..adding message digest of package 'demo-application-1.5.1.zip' 2019-09-10 16:16:17,455 INFO [main] org.appng.core.security.signing.Signer: ..adding message digest of package 'demo-application-1.5.2-2012-11-27-1305.zip' 2019-09-10 16:16:17,455 INFO [main] org.appng.core.security.signing.Signer: ..adding message digest of package 'demo-application-1.5.3-2013-01-13-1303.zip' 2019-09-10 16:16:17,456 INFO [main] org.appng.core.security.signing.Signer: ..adding message digest of package 'demo-application-1.5.4-2017-04-10-1046.zip' [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 s - in org.appng.core.security.signing.SignerTest [INFO] Running org.appng.core.security.SaltedDigestTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.386 s - in org.appng.core.security.SaltedDigestTest [INFO] Running org.appng.core.service.TemplateServiceTest 2019-09-10 16:16:17,956 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2019-09-10 16:16:17,967 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@4748a0f9, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4b14918a, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6d1ef78d, org.springframework.test.context.support.DirtiesContextTestExecutionListener@1a6c1270, org.springframework.test.context.transaction.TransactionalTestExecutionListener@18a136ac, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@77d67cf3] 2019-09-10 16:16:18,089 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@32f232a5: startup date [Tue Sep 10 16:16:18 CEST 2019]; root of context hierarchy 2019-09-10 16:16:18,554 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformEventListener' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:18,554 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=destroy; defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:18,555 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManagerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:18,555 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreTxManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:18,556 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:18,556 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'documentBuilderFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:18,557 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'transformerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:18,557 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'styleSheetProvider' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:18,558 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'marshallService' with a different definition: replacing [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:18,558 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:18,559 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'databaseService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:18,559 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'templateService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:18,560 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'initializerService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:18,560 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'ldapService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:18,562 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'thymeleafProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:18,562 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'environment' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=environment; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=environment; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:18,563 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformTransformer' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:18,563 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'requestProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:18,723 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:16:19,043 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:16:19,192 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-09-10 16:16:19,289 INFO [main] org.hibernate.Version : HHH000412: Hibernate Core {5.4.3.Final} 2019-09-10 16:16:19,549 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.1.0.Final} 2019-09-10 16:16:19,826 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) Sep 10, 2019 4:16:19 PM ch.sla.jdbcperflogger.Logger info INFO: Using config file jdbcperflogger-fallback.xml 2019-09-10 16:16:19,973 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:16:19,974 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-09-10 16:16:19,974 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-09-10 16:16:19,978 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:16:20,389 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-09-10 16:16:20,469 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:16:21,034 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.17.Final 2019-09-10 16:16:22,488 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6fd9dbe6] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:16:22,497 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6533629] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:16:22,562 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:16:22,568 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:16:22,605 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@32f232a5: startup date [Tue Sep 10 16:16:18 CEST 2019]; root of context hierarchy 2019-09-10 16:16:24,031 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1789821644 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:24,061 INFO [main] org.appng.core.service.TemplateService: added resource assets/favicon.ico 2019-09-10 16:16:24,061 INFO [main] org.appng.core.service.TemplateService: added resource conf/platform.xml 2019-09-10 16:16:24,061 INFO [main] org.appng.core.service.TemplateService: added resource resources/dummy.txt 2019-09-10 16:16:24,064 INFO [main] org.appng.core.service.TemplateService: added resource template.xml 2019-09-10 16:16:24,064 INFO [main] org.appng.core.service.TemplateService: added resource xsl/platform.xsl 2019-09-10 16:16:24,064 INFO [main] org.appng.core.service.TemplateService: added resource xsl/utils.xsl 2019-09-10 16:16:24,069 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1796226487 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:24,074 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1341085586 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:24,088 INFO [main] org.appng.core.service.TemplateService: added resource assets/favicon.ico 2019-09-10 16:16:24,088 INFO [main] org.appng.core.service.TemplateService: added resource conf/platform.xml 2019-09-10 16:16:24,088 INFO [main] org.appng.core.service.TemplateService: added resource resources/dummy.txt 2019-09-10 16:16:24,090 INFO [main] org.appng.core.service.TemplateService: added resource template.xml 2019-09-10 16:16:24,090 INFO [main] org.appng.core.service.TemplateService: added resource xsl/platform.xsl 2019-09-10 16:16:24,090 INFO [main] org.appng.core.service.TemplateService: added resource xsl/utils.xsl 2019-09-10 16:16:24,326 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Template appng-template 2019-09-10 16:16:24,395 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@32f232a5: startup date [Tue Sep 10 16:16:18 CEST 2019]; root of context hierarchy 2019-09-10 16:16:24,398 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:16:24,399 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.508 s - in org.appng.core.service.TemplateServiceTest [INFO] Running org.appng.core.service.CoreServiceTest 2019-09-10 16:16:24,413 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2019-09-10 16:16:24,414 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@36eb8e07, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3df6494f, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1b5f960a, org.springframework.test.context.support.DirtiesContextTestExecutionListener@53ddabc6, org.springframework.test.context.transaction.TransactionalTestExecutionListener@39ac8c0c, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@361f1647] 2019-09-10 16:16:24,418 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@51172948: startup date [Tue Sep 10 16:16:24 CEST 2019]; root of context hierarchy 2019-09-10 16:16:24,588 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformEventListener' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:24,588 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=destroy; defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:24,589 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManagerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:24,589 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreTxManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:24,590 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:24,590 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'documentBuilderFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:24,591 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'transformerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:24,591 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'styleSheetProvider' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:24,591 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'marshallService' with a different definition: replacing [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:24,592 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:24,592 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'databaseService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:24,593 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'templateService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:24,593 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'initializerService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:24,593 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'ldapService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:24,594 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'thymeleafProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:24,594 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'environment' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=environment; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=environment; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:24,595 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformTransformer' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:24,595 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'requestProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:24,630 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:16:24,698 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:16:24,717 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-09-10 16:16:24,753 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:16:24,753 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:16:24,753 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-09-10 16:16:24,754 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-09-10 16:16:24,754 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:16:24,755 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-09-10 16:16:24,761 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:16:25,082 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@f245168] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:16:25,094 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1693d505] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:16:25,130 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:16:25,131 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:16:25,135 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@51172948: startup date [Tue Sep 10 16:16:24 CEST 2019]; root of context hierarchy 2019-09-10 16:16:25,562 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7c919e1e, testMethod = testAddApplicationRolesToGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:25,565 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject subject-1 2019-09-10 16:16:25,587 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject subject-2 2019-09-10 16:16:25,589 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject subject-3 2019-09-10 16:16:25,590 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site site-1 2019-09-10 16:16:25,593 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site site-2 2019-09-10 16:16:25,594 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site site-3 2019-09-10 16:16:25,595 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource application.xml of application manager 2019-09-10 16:16:25,597 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource application.xml of application bugtracker 2019-09-10 16:16:25,599 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource application.xml of application foobar 2019-09-10 16:16:25,601 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application manager 2019-09-10 16:16:25,603 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application bugtracker 2019-09-10 16:16:25,604 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application foobar 2019-09-10 16:16:25,605 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.application.manager.foobar 2019-09-10 16:16:25,606 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.foobar.foobar 2019-09-10 16:16:25,607 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource ApplicationResourceDatabased-Name-1 of application manager 2019-09-10 16:16:25,616 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource ApplicationResourceDatabased-Name-2 of application bugtracker 2019-09-10 16:16:25,617 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource ApplicationResourceDatabased-Name-3 of application foobar 2019-09-10 16:16:25,618 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role admin 2019-09-10 16:16:25,619 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role user 2019-09-10 16:16:25,620 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role debugger 2019-09-10 16:16:25,621 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission permission-1 2019-09-10 16:16:25,622 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission permission-2 2019-09-10 16:16:25,622 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission permission-3 2019-09-10 16:16:25,624 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group group-1 2019-09-10 16:16:25,626 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group group-2 2019-09-10 16:16:25,627 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group group-3 2019-09-10 16:16:25,628 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Repository repo 2019-09-10 16:16:25,691 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingEnabled 2019-09-10 16:16:25,692 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.filebasedDeployment 2019-09-10 16:16:25,693 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.jspFileType 2019-09-10 16:16:25,693 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryTrustStorePassword 2019-09-10 16:16:25,694 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.platformRootPath 2019-09-10 16:16:25,694 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.manageDatabases 2019-09-10 16:16:25,694 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.appngData 2019-09-10 16:16:25,695 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cachePlatformFolder 2019-09-10 16:16:25,695 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryCert 2019-09-10 16:16:25,696 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.defaultTemplate 2019-09-10 16:16:25,697 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.devMode 2019-09-10 16:16:25,697 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.logfile 2019-09-10 16:16:25,698 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.xssAllowedTags 2019-09-10 16:16:25,698 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailDisabled 2019-09-10 16:16:25,700 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.passwordPolicyRegEx 2019-09-10 16:16:25,701 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.formatOutput 2019-09-10 16:16:25,701 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.sharedSecret 2019-09-10 16:16:25,701 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.ehcacheConfig 2019-09-10 16:16:25,702 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryPath 2019-09-10 16:16:25,702 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryVerifySignature 2019-09-10 16:16:25,703 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositorySignature 2019-09-10 16:16:25,703 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheApplicationFolder 2019-09-10 16:16:25,703 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.writeDebugFiles 2019-09-10 16:16:25,704 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryDefaultDigest 2019-09-10 16:16:25,704 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.monitorPerformance 2019-09-10 16:16:25,704 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mdcEnabled 2019-09-10 16:16:25,705 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.vHostMode 2019-09-10 16:16:25,705 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.templateFolder 2019-09-10 16:16:25,706 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.passwordPolicyErrorMessageKey 2019-09-10 16:16:25,706 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.locale 2019-09-10 16:16:25,706 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.sessionTimeout 2019-09-10 16:16:25,707 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cleanTempFolderOnStartup 2019-09-10 16:16:25,707 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.encoding 2019-09-10 16:16:25,708 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.maxUploadSize 2019-09-10 16:16:25,708 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.templatePrefix 2019-09-10 16:16:25,708 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryTrustStore 2019-09-10 16:16:25,709 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.imageMagickPath 2019-09-10 16:16:25,710 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.databasePrefix 2019-09-10 16:16:25,710 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheFolder 2019-09-10 16:16:25,711 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingGroupAddress 2019-09-10 16:16:25,711 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.xssProtect 2019-09-10 16:16:25,711 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailHost 2019-09-10 16:16:25,712 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.timeZone 2019-09-10 16:16:25,712 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheImageFolder 2019-09-10 16:16:25,712 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingReceiver 2019-09-10 16:16:25,713 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingGroupPort 2019-09-10 16:16:25,713 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.csrfFilterEnabled 2019-09-10 16:16:25,713 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailPort 2019-09-10 16:16:25,714 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.uploadDir 2019-09-10 16:16:25,714 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.applicationDir 2019-09-10 16:16:25,714 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.databaseValidationPeriod 2019-09-10 16:16:25,797 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-1 2019-09-10 16:16:25,798 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-2 2019-09-10 16:16:25,800 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-3 2019-09-10 16:16:25,802 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Resource application.xml of application manager 2019-09-10 16:16:25,805 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Resource application.xml of application bugtracker 2019-09-10 16:16:25,807 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Resource application.xml of application foobar 2019-09-10 16:16:25,808 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role admin 2019-09-10 16:16:25,809 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role user 2019-09-10 16:16:25,810 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role debugger 2019-09-10 16:16:25,848 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheClearOnShutdown 2019-09-10 16:16:25,848 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapPrincipalScheme 2019-09-10 16:16:25,849 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapStartTls 2019-09-10 16:16:25,849 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapIdAttribute 2019-09-10 16:16:25,849 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.errorPages 2019-09-10 16:16:25,850 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.host 2019-09-10 16:16:25,850 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultPage 2019-09-10 16:16:25,850 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectedPaths 2019-09-10 16:16:25,851 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutActionName 2019-09-10 16:16:25,851 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.serviceOutputFormat 2019-09-10 16:16:25,852 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.tagPrefix 2019-09-10 16:16:25,852 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.name 2019-09-10 16:16:25,852 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectionEnabled 2019-09-10 16:16:25,853 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapUser 2019-09-10 16:16:25,853 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.timeZone 2019-09-10 16:16:25,853 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutRef 2019-09-10 16:16:25,854 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheExceptions 2019-09-10 16:16:25,854 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.encoding 2019-09-10 16:16:25,854 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authApplication 2019-09-10 16:16:25,855 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLoginPage 2019-09-10 16:16:25,855 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.searchChunkSize 2019-09-10 16:16:25,855 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.template 2019-09-10 16:16:25,856 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheStatistics 2019-09-10 16:16:25,856 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapUserBaseDn 2019-09-10 16:16:25,856 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.serviceOutputType 2019-09-10 16:16:25,857 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.supportedLanguages 2019-09-10 16:16:25,857 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailPort 2019-09-10 16:16:25,858 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheBlockingTimeout 2019-09-10 16:16:25,858 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.errorPage 2019-09-10 16:16:25,858 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.service-path 2019-09-10 16:16:25,859 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexFileSystemQueueSize 2019-09-10 16:16:25,859 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.siteRootDir 2019-09-10 16:16:25,859 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexConfig 2019-09-10 16:16:25,860 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapHost 2019-09-10 16:16:25,860 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.searchMaxHits 2019-09-10 16:16:25,861 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailHost 2019-09-10 16:16:25,861 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexTimeout 2019-09-10 16:16:25,861 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.DatasourceConfigurer 2019-09-10 16:16:25,862 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapDomain 2019-09-10 16:16:25,862 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectedMethods 2019-09-10 16:16:25,862 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultApplication 2019-09-10 16:16:25,863 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.documentDir 2019-09-10 16:16:25,863 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.allowSkipRender 2019-09-10 16:16:25,863 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultPageSize 2019-09-10 16:16:25,864 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheEnabled 2019-09-10 16:16:25,864 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutPage 2019-09-10 16:16:25,864 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapPassword 2019-09-10 16:16:25,865 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexFileTypes 2019-09-10 16:16:25,865 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.assetsDir 2019-09-10 16:16:25,865 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLoginRef 2019-09-10 16:16:25,866 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.locale 2019-09-10 16:16:25,866 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapGroupBaseDn 2019-09-10 16:16:25,866 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexDir 2019-09-10 16:16:25,866 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.wwwDir 2019-09-10 16:16:25,867 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.enforcePrimaryDomain 2019-09-10 16:16:25,867 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.supportReloadFile 2019-09-10 16:16:25,867 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexQueueSize 2019-09-10 16:16:25,868 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.appendTabId 2019-09-10 16:16:25,868 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailDisabled 2019-09-10 16:16:25,868 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutActionValue 2019-09-10 16:16:25,869 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.manager-path 2019-09-10 16:16:25,869 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.xssExceptions 2019-09-10 16:16:25,869 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.rewriteConfig 2019-09-10 16:16:25,870 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#182834500 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:25,910 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ehcacheStatistics 2019-09-10 16:16:25,911 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.csrfProtectionEnabled 2019-09-10 16:16:25,911 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexTimeout 2019-09-10 16:16:25,911 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLoginRef 2019-09-10 16:16:25,912 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.defaultApplication 2019-09-10 16:16:25,912 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.serviceOutputFormat 2019-09-10 16:16:25,912 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.allowSkipRender 2019-09-10 16:16:25,912 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.xssExceptions 2019-09-10 16:16:25,913 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLogoutActionValue 2019-09-10 16:16:25,913 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexFileTypes 2019-09-10 16:16:25,913 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.defaultPage 2019-09-10 16:16:25,914 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.enforcePrimaryDomain 2019-09-10 16:16:25,914 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapPassword 2019-09-10 16:16:25,914 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapDomain 2019-09-10 16:16:25,915 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.supportReloadFile 2019-09-10 16:16:25,915 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.csrfProtectedMethods 2019-09-10 16:16:25,915 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.wwwDir 2019-09-10 16:16:25,915 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ehcacheEnabled 2019-09-10 16:16:25,916 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapHost 2019-09-10 16:16:25,916 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLogoutPage 2019-09-10 16:16:25,916 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.name 2019-09-10 16:16:25,917 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.mailHost 2019-09-10 16:16:25,917 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authApplication 2019-09-10 16:16:25,917 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.mailPort 2019-09-10 16:16:25,918 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapGroupBaseDn 2019-09-10 16:16:25,918 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.DatasourceConfigurer 2019-09-10 16:16:25,918 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.host 2019-09-10 16:16:25,919 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ehcacheExceptions 2019-09-10 16:16:25,919 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.supportedLanguages 2019-09-10 16:16:25,919 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.siteRootDir 2019-09-10 16:16:25,919 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexFileSystemQueueSize 2019-09-10 16:16:25,920 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLoginPage 2019-09-10 16:16:25,920 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapPrincipalScheme 2019-09-10 16:16:25,921 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexConfig 2019-09-10 16:16:25,921 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.timeZone 2019-09-10 16:16:25,921 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.tagPrefix 2019-09-10 16:16:25,922 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.service-path 2019-09-10 16:16:25,922 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapUser 2019-09-10 16:16:25,922 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.serviceOutputType 2019-09-10 16:16:25,922 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.searchChunkSize 2019-09-10 16:16:25,923 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.encoding 2019-09-10 16:16:25,923 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapStartTls 2019-09-10 16:16:25,923 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.documentDir 2019-09-10 16:16:25,924 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.template 2019-09-10 16:16:25,924 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.appendTabId 2019-09-10 16:16:25,924 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.csrfProtectedPaths 2019-09-10 16:16:25,925 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ehcacheBlockingTimeout 2019-09-10 16:16:25,925 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.rewriteConfig 2019-09-10 16:16:25,925 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.locale 2019-09-10 16:16:25,925 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapUserBaseDn 2019-09-10 16:16:25,926 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.errorPage 2019-09-10 16:16:25,926 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ehcacheClearOnShutdown 2019-09-10 16:16:25,926 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexDir 2019-09-10 16:16:25,927 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.searchMaxHits 2019-09-10 16:16:25,927 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.defaultPageSize 2019-09-10 16:16:25,927 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.mailDisabled 2019-09-10 16:16:25,928 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLogoutActionName 2019-09-10 16:16:25,928 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapIdAttribute 2019-09-10 16:16:25,928 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.errorPages 2019-09-10 16:16:25,928 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLogoutRef 2019-09-10 16:16:25,929 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.assetsDir 2019-09-10 16:16:25,929 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexQueueSize 2019-09-10 16:16:25,929 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.manager-path 2019-09-10 16:16:25,930 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#469765167 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:25,961 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.errorPage 2019-09-10 16:16:25,961 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.defaultPage 2019-09-10 16:16:25,961 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.defaultPageSize 2019-09-10 16:16:25,962 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapGroupBaseDn 2019-09-10 16:16:25,962 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.assetsDir 2019-09-10 16:16:25,962 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapHost 2019-09-10 16:16:25,962 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.template 2019-09-10 16:16:25,963 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexDir 2019-09-10 16:16:25,963 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapStartTls 2019-09-10 16:16:25,963 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.searchChunkSize 2019-09-10 16:16:25,964 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapUserBaseDn 2019-09-10 16:16:25,964 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.csrfProtectedPaths 2019-09-10 16:16:25,964 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLogoutActionValue 2019-09-10 16:16:25,965 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.DatasourceConfigurer 2019-09-10 16:16:25,965 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.encoding 2019-09-10 16:16:25,965 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexFileSystemQueueSize 2019-09-10 16:16:25,965 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.enforcePrimaryDomain 2019-09-10 16:16:25,966 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ehcacheEnabled 2019-09-10 16:16:25,966 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLoginPage 2019-09-10 16:16:25,966 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLogoutPage 2019-09-10 16:16:25,966 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ehcacheExceptions 2019-09-10 16:16:25,967 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLogoutActionName 2019-09-10 16:16:25,967 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.xssExceptions 2019-09-10 16:16:25,967 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapDomain 2019-09-10 16:16:25,968 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.csrfProtectionEnabled 2019-09-10 16:16:25,968 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.supportedLanguages 2019-09-10 16:16:25,968 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.supportReloadFile 2019-09-10 16:16:25,969 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapUser 2019-09-10 16:16:25,969 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.siteRootDir 2019-09-10 16:16:25,969 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.service-path 2019-09-10 16:16:25,969 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexConfig 2019-09-10 16:16:25,970 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.rewriteConfig 2019-09-10 16:16:25,970 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexTimeout 2019-09-10 16:16:25,970 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.mailHost 2019-09-10 16:16:25,971 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexFileTypes 2019-09-10 16:16:25,971 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLogoutRef 2019-09-10 16:16:25,971 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.mailPort 2019-09-10 16:16:25,972 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.locale 2019-09-10 16:16:25,972 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ehcacheClearOnShutdown 2019-09-10 16:16:25,972 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.documentDir 2019-09-10 16:16:25,973 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.tagPrefix 2019-09-10 16:16:25,973 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexQueueSize 2019-09-10 16:16:25,973 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.defaultApplication 2019-09-10 16:16:25,973 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLoginRef 2019-09-10 16:16:25,974 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapPassword 2019-09-10 16:16:25,974 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapPrincipalScheme 2019-09-10 16:16:25,974 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.serviceOutputType 2019-09-10 16:16:25,975 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.timeZone 2019-09-10 16:16:25,975 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.appendTabId 2019-09-10 16:16:25,975 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapIdAttribute 2019-09-10 16:16:25,976 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.host 2019-09-10 16:16:25,977 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.allowSkipRender 2019-09-10 16:16:25,977 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.wwwDir 2019-09-10 16:16:25,977 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.mailDisabled 2019-09-10 16:16:25,978 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.errorPages 2019-09-10 16:16:25,978 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.serviceOutputFormat 2019-09-10 16:16:25,979 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authApplication 2019-09-10 16:16:25,979 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ehcacheBlockingTimeout 2019-09-10 16:16:25,980 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ehcacheStatistics 2019-09-10 16:16:25,980 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.searchMaxHits 2019-09-10 16:16:25,980 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.csrfProtectedMethods 2019-09-10 16:16:25,981 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.manager-path 2019-09-10 16:16:25,981 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.name 2019-09-10 16:16:25,982 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#203607885 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:26,043 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Group group-1 2019-09-10 16:16:26,044 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Group group-2 2019-09-10 16:16:26,045 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Group group-3 2019-09-10 16:16:26,054 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7c919e1e, testMethod = testAddApplicationRolesToGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:26,058 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@123d666b, testMethod = testAddGroupsToSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:26,113 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1575169536 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:26,131 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1037851253 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:26,158 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#974471358 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:26,176 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-1 2019-09-10 16:16:26,183 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@123d666b, testMethod = testAddGroupsToSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:26,184 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@14a5d7ee, testMethod = testAssignApplicationRolesToGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:26,212 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1247720979 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:26,231 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1985894997 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:26,249 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#213727345 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:26,271 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Group group-1 2019-09-10 16:16:26,272 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@14a5d7ee, testMethod = testAssignApplicationRolesToGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:26,274 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@104e6540, testMethod = testAssignApplicationToSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:26,296 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#188529678 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:26,310 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2051119589 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:26,324 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#756603373 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:26,360 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/ROOT/WEB-INF/cache/platform/site-1/foobar 2019-09-10 16:16:26,360 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/ROOT/WEB-INF/cache/application/site-1/foobar 2019-09-10 16:16:26,363 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Assigned application foobar to site site-1 2019-09-10 16:16:26,370 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.application.foobar.foobar 2019-09-10 16:16:26,375 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@104e6540, testMethod = testAssignApplicationToSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:26,377 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@20c55658, testMethod = testAssignApplicationToSiteErroneous@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:26,401 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1733574917 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:26,415 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1603462635 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:26,427 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#19719769 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:26,461 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@20c55658, testMethod = testAssignApplicationToSiteErroneous@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:26,463 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1d9016fe, testMethod = testAssignGroupsToSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:26,488 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1408337297 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:26,506 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1840663231 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:26,522 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2065412124 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:26,535 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1d9016fe, testMethod = testAssignGroupsToSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:26,538 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@678c0310, testMethod = testCreateApplicationProperty@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:26,561 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1655145542 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:26,571 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1278388862 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:26,581 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#427569409 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:26,582 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.foobaz 2019-09-10 16:16:26,587 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@678c0310, testMethod = testCreateApplicationProperty@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:26,588 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@77a13162, testMethod = testCreateApplicationRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:26,605 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1141140237 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:26,615 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#455536646 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:26,625 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#484166022 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:26,627 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Repository name 2019-09-10 16:16:26,630 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@77a13162, testMethod = testCreateApplicationRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:26,631 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@47bcd95a, testMethod = testCreateDatabaseConnection@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:26,646 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1400879039 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:26,655 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1048340147 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:26,664 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#948623530 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:26,666 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform DatabaseConnection testconection 2019-09-10 16:16:26,670 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@47bcd95a, testMethod = testCreateDatabaseConnection@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:26,672 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@58f259bd, testMethod = testCreateGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:26,687 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#772629104 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:26,695 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1847703288 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:26,704 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#591133766 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:26,707 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group groupy-group 2019-09-10 16:16:26,710 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@58f259bd, testMethod = testCreateGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:26,712 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7f794b0f, testMethod = testCreatePropertyForApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:26,743 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1232329423 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:26,762 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#50317758 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:26,774 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#265318712 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:26,775 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.manager.foo 2019-09-10 16:16:26,777 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7f794b0f, testMethod = testCreatePropertyForApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:26,779 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@54b88247, testMethod = testCreatePropertyForSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:26,792 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#238462145 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:26,800 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#956050489 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:26,807 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1246134024 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:26,809 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.foo 2019-09-10 16:16:26,812 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@54b88247, testMethod = testCreatePropertyForSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:26,814 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@465eb466, testMethod = testCreatePropertyForSiteAndApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:26,826 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#606136674 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:26,834 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1746642787 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:26,842 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1453759559 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:26,843 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.application.manager.foo 2019-09-10 16:16:26,846 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@465eb466, testMethod = testCreatePropertyForSiteAndApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:26,848 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@746f1505, testMethod = testCreateSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:26,862 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#70784444 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:26,870 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1651133962 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:26,878 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#822997352 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:26,882 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLoginPage 2019-09-10 16:16:26,882 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.siteRootDir 2019-09-10 16:16:26,883 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.defaultApplication 2019-09-10 16:16:26,883 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.xssExceptions 2019-09-10 16:16:26,883 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.assetsDir 2019-09-10 16:16:26,883 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.service-path 2019-09-10 16:16:26,884 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ehcacheStatistics 2019-09-10 16:16:26,884 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.supportReloadFile 2019-09-10 16:16:26,884 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.errorPage 2019-09-10 16:16:26,884 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.name 2019-09-10 16:16:26,884 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapIdAttribute 2019-09-10 16:16:26,885 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.locale 2019-09-10 16:16:26,885 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ehcacheExceptions 2019-09-10 16:16:26,885 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.documentDir 2019-09-10 16:16:26,885 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.csrfProtectedMethods 2019-09-10 16:16:26,886 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapHost 2019-09-10 16:16:26,886 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLogoutRef 2019-09-10 16:16:26,886 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLoginRef 2019-09-10 16:16:26,886 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapPrincipalScheme 2019-09-10 16:16:26,886 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.manager-path 2019-09-10 16:16:26,887 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.searchMaxHits 2019-09-10 16:16:26,887 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ehcacheClearOnShutdown 2019-09-10 16:16:26,887 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.appendTabId 2019-09-10 16:16:26,887 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.enforcePrimaryDomain 2019-09-10 16:16:26,888 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.csrfProtectionEnabled 2019-09-10 16:16:26,888 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLogoutActionValue 2019-09-10 16:16:26,888 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.mailDisabled 2019-09-10 16:16:26,888 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapDomain 2019-09-10 16:16:26,888 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ehcacheEnabled 2019-09-10 16:16:26,889 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.wwwDir 2019-09-10 16:16:26,889 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.DatasourceConfigurer 2019-09-10 16:16:26,889 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.host 2019-09-10 16:16:26,889 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexDir 2019-09-10 16:16:26,890 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.defaultPageSize 2019-09-10 16:16:26,890 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLogoutPage 2019-09-10 16:16:26,890 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ehcacheBlockingTimeout 2019-09-10 16:16:26,890 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexFileTypes 2019-09-10 16:16:26,891 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.errorPages 2019-09-10 16:16:26,891 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.encoding 2019-09-10 16:16:26,891 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLogoutActionName 2019-09-10 16:16:26,891 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexQueueSize 2019-09-10 16:16:26,892 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.tagPrefix 2019-09-10 16:16:26,892 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapUser 2019-09-10 16:16:26,892 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.serviceOutputType 2019-09-10 16:16:26,892 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexFileSystemQueueSize 2019-09-10 16:16:26,893 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.searchChunkSize 2019-09-10 16:16:26,893 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.template 2019-09-10 16:16:26,893 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.supportedLanguages 2019-09-10 16:16:26,893 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.defaultPage 2019-09-10 16:16:26,894 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.rewriteConfig 2019-09-10 16:16:26,894 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexConfig 2019-09-10 16:16:26,894 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.allowSkipRender 2019-09-10 16:16:26,894 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapStartTls 2019-09-10 16:16:26,894 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexTimeout 2019-09-10 16:16:26,895 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.csrfProtectedPaths 2019-09-10 16:16:26,895 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.mailPort 2019-09-10 16:16:26,895 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.serviceOutputFormat 2019-09-10 16:16:26,895 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapUserBaseDn 2019-09-10 16:16:26,896 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.mailHost 2019-09-10 16:16:26,896 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapPassword 2019-09-10 16:16:26,896 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.timeZone 2019-09-10 16:16:26,896 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapGroupBaseDn 2019-09-10 16:16:26,896 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authApplication 2019-09-10 16:16:26,899 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site example 2019-09-10 16:16:26,915 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@746f1505, testMethod = testCreateSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:26,917 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@22b112bb, testMethod = testCreateSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:26,930 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#345449984 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:26,938 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1230095455 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:26,945 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2019147162 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:26,952 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#328256588 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:26,954 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject john 2019-09-10 16:16:26,957 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@22b112bb, testMethod = testCreateSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:26,960 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6e1d63ec, testMethod = testDeleteApplicationRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:26,976 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2130092131 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:26,984 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#169475719 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:26,992 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#263688769 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:26,999 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#491710423 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,012 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Repository name 2019-09-10 16:16:27,013 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6e1d63ec, testMethod = testDeleteApplicationRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:27,015 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@13c0ced1, testMethod = testDeleteApplicationRole@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:27,028 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1003409618 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,035 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#63183691 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,042 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1883375087 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,048 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1949098925 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,054 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Group group-1 2019-09-10 16:16:27,055 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Role admin 2019-09-10 16:16:27,055 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@13c0ced1, testMethod = testDeleteApplicationRole@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:27,057 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3c28cd9a, testMethod = testDeleteApplicationRoleInvalid@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:27,069 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#44055431 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,076 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#175112977 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,084 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#731953103 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,091 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#673131884 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,093 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3c28cd9a, testMethod = testDeleteApplicationRoleInvalid@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:27,095 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3ef8de39, testMethod = testDeleteApplicationSiteActive@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [true] 2019-09-10 16:16:27,106 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#797750473 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,113 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#497515075 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,120 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#930859226 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,127 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#197591414 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,135 ERROR [main] org.appng.core.service.CoreService: Cannot delete application with ID 2: bugtracker 2019-09-10 16:16:27,137 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3ef8de39, testMethod = testDeleteApplicationSiteActive@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:27,139 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@19f72e12, testMethod = testDeleteSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:27,150 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1083567103 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,157 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1594608347 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,164 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1083840077 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,171 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1578986190 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,174 INFO [main] org.appng.core.service.CoreService: starting deletion of site site-3 2019-09-10 16:16:27,182 INFO [main] org.appng.core.service.CoreService: unlinking application foobar from site site-3, status of database-connection is NO_DB_SUPPORTED 2019-09-10 16:16:27,182 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Removed application foobar from site site-3 2019-09-10 16:16:27,192 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.DatasourceConfigurer 2019-09-10 16:16:27,193 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.allowSkipRender 2019-09-10 16:16:27,193 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.appendTabId 2019-09-10 16:16:27,193 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.assetsDir 2019-09-10 16:16:27,194 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authApplication 2019-09-10 16:16:27,194 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authLoginPage 2019-09-10 16:16:27,194 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authLoginRef 2019-09-10 16:16:27,195 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authLogoutActionName 2019-09-10 16:16:27,195 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authLogoutActionValue 2019-09-10 16:16:27,195 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authLogoutPage 2019-09-10 16:16:27,196 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authLogoutRef 2019-09-10 16:16:27,196 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.csrfProtectedMethods 2019-09-10 16:16:27,197 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.csrfProtectedPaths 2019-09-10 16:16:27,197 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.csrfProtectionEnabled 2019-09-10 16:16:27,198 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.defaultApplication 2019-09-10 16:16:27,198 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.defaultPage 2019-09-10 16:16:27,198 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.defaultPageSize 2019-09-10 16:16:27,199 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.documentDir 2019-09-10 16:16:27,199 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ehcacheBlockingTimeout 2019-09-10 16:16:27,199 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ehcacheClearOnShutdown 2019-09-10 16:16:27,200 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ehcacheEnabled 2019-09-10 16:16:27,200 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ehcacheExceptions 2019-09-10 16:16:27,200 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ehcacheStatistics 2019-09-10 16:16:27,201 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.encoding 2019-09-10 16:16:27,201 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.enforcePrimaryDomain 2019-09-10 16:16:27,201 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.errorPage 2019-09-10 16:16:27,202 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.errorPages 2019-09-10 16:16:27,202 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.host 2019-09-10 16:16:27,202 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.indexConfig 2019-09-10 16:16:27,203 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.indexDir 2019-09-10 16:16:27,203 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.indexFileSystemQueueSize 2019-09-10 16:16:27,204 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.indexFileTypes 2019-09-10 16:16:27,204 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.indexQueueSize 2019-09-10 16:16:27,204 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.indexTimeout 2019-09-10 16:16:27,205 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapDomain 2019-09-10 16:16:27,205 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapGroupBaseDn 2019-09-10 16:16:27,205 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapHost 2019-09-10 16:16:27,206 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapIdAttribute 2019-09-10 16:16:27,206 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapPassword 2019-09-10 16:16:27,206 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapPrincipalScheme 2019-09-10 16:16:27,207 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapStartTls 2019-09-10 16:16:27,207 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapUser 2019-09-10 16:16:27,207 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapUserBaseDn 2019-09-10 16:16:27,207 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.locale 2019-09-10 16:16:27,208 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.mailDisabled 2019-09-10 16:16:27,208 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.mailHost 2019-09-10 16:16:27,208 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.mailPort 2019-09-10 16:16:27,209 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.manager-path 2019-09-10 16:16:27,209 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.name 2019-09-10 16:16:27,209 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.rewriteConfig 2019-09-10 16:16:27,210 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.searchChunkSize 2019-09-10 16:16:27,210 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.searchMaxHits 2019-09-10 16:16:27,210 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.service-path 2019-09-10 16:16:27,211 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.serviceOutputFormat 2019-09-10 16:16:27,211 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.serviceOutputType 2019-09-10 16:16:27,211 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.siteRootDir 2019-09-10 16:16:27,212 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.supportReloadFile 2019-09-10 16:16:27,212 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.supportedLanguages 2019-09-10 16:16:27,212 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.tagPrefix 2019-09-10 16:16:27,212 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.template 2019-09-10 16:16:27,213 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.timeZone 2019-09-10 16:16:27,213 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.wwwDir 2019-09-10 16:16:27,213 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.xssExceptions 2019-09-10 16:16:27,216 INFO [main] org.appng.core.service.CoreService: deleting 0 orphaned database connections 2019-09-10 16:16:27,219 INFO [main] org.appng.core.service.CoreService: done deleting site site-3 2019-09-10 16:16:27,220 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Site site-3 2019-09-10 16:16:27,221 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@19f72e12, testMethod = testDeleteSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:27,234 INFO [Time-limited test] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@43a7fee4, testMethod = testDeleteSiteWithEnvironment@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:27,255 INFO [Time-limited test] org.appng.api.support.SiteClassLoader: SiteClassLoader#527961564 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,264 INFO [Time-limited test] org.appng.api.support.SiteClassLoader: SiteClassLoader#663911044 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,270 INFO [Time-limited test] org.appng.api.support.SiteClassLoader: SiteClassLoader#1912832525 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,282 INFO [pool-1-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.SiteStateEvent - Origin: test - Site: site-2 - State: STARTING 2019-09-10 16:16:27,336 INFO [pool-1-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.SiteStateEvent - Origin: test - Site: site-2 - State: STARTED 2019-09-10 16:16:27,341 INFO [pool-1-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.NodeEvent - Origin: test - Site: site-2 2019-09-10 16:16:27,341 INFO [pool-1-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.NodeEvent - Origin: test - Site: site-2 2019-09-10 16:16:27,383 INFO [Time-limited test] org.appng.core.service.CoreService: starting deletion of site site-2 2019-09-10 16:16:27,387 INFO [Time-limited test] org.appng.core.service.CoreService: unlinking application bugtracker from site site-2, status of database-connection is NO_DB_SUPPORTED 2019-09-10 16:16:27,387 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Removed application bugtracker from site site-2 2019-09-10 16:16:27,392 INFO [Time-limited test] org.appng.core.service.CoreService: destroying site site-2 [STOPPING] (#1540893282) 2019-09-10 16:16:27,392 INFO [Time-limited test] org.appng.core.domain.SiteImpl: closing context for site site-2 [STOPPING] (#1540893282) 2019-09-10 16:16:27,393 INFO [Time-limited test] org.appng.core.service.CoreService: destroying site site-2 [STOPPING] (#1540893282) complete 2019-09-10 16:16:27,399 INFO [pool-1-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.SiteStateEvent - Origin: test - Site: site-2 - State: STOPPING 2019-09-10 16:16:27,401 INFO [pool-1-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.NodeEvent - Origin: test - Site: site-2 2019-09-10 16:16:27,423 WARN [Time-limited test] net.sf.ehcache.config.ConfigurationFactory: No configuration found. Configuring ehcache from ehcache-failsafe.xml found in the classpath: jar:file:/var/lib/jenkins/.m2/repository/net/sf/ehcache/ehcache-core/2.6.11/ehcache-core-2.6.11.jar!/ehcache-failsafe.xml 2019-09-10 16:16:27,551 INFO [pool-1-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.SiteStateEvent - Origin: test - Site: site-2 - State: STOPPED 2019-09-10 16:16:27,551 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Shut down site site-2 2019-09-10 16:16:27,553 INFO [pool-1-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.NodeEvent - Origin: test - Site: site-2 2019-09-10 16:16:27,556 INFO [Time-limited test] org.appng.core.service.CoreService: deleting 0 orphaned database connections 2019-09-10 16:16:27,559 INFO [Time-limited test] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/ROOT/WEB-INF/cache/platform/site-2 2019-09-10 16:16:27,560 INFO [Time-limited test] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/ROOT/WEB-INF/cache/application/site-2 2019-09-10 16:16:27,560 INFO [pool-1-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.SiteStateEvent - Origin: test - Site: site-2 - State: DELETED 2019-09-10 16:16:27,561 INFO [pool-1-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.NodeEvent - Origin: test - Site: site-2 2019-09-10 16:16:27,562 INFO [pool-1-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.SiteDeletedEvent - Origin: test - Site: site-2 2019-09-10 16:16:27,562 INFO [pool-1-thread-1] org.appng.core.controller.messaging.SiteDeletedEvent: site site-2 has been deleted, so it will be shut down. 2019-09-10 16:16:27,563 INFO [Time-limited test] org.appng.core.service.CoreService: done deleting site site-2 2019-09-10 16:16:27,566 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.DatasourceConfigurer 2019-09-10 16:16:27,567 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.allowSkipRender 2019-09-10 16:16:27,567 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.appendTabId 2019-09-10 16:16:27,567 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.assetsDir 2019-09-10 16:16:27,567 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authApplication 2019-09-10 16:16:27,568 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authLoginPage 2019-09-10 16:16:27,568 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authLoginRef 2019-09-10 16:16:27,568 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authLogoutActionName 2019-09-10 16:16:27,568 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authLogoutActionValue 2019-09-10 16:16:27,569 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authLogoutPage 2019-09-10 16:16:27,569 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authLogoutRef 2019-09-10 16:16:27,569 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.csrfProtectedMethods 2019-09-10 16:16:27,569 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.csrfProtectedPaths 2019-09-10 16:16:27,570 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.csrfProtectionEnabled 2019-09-10 16:16:27,570 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.defaultApplication 2019-09-10 16:16:27,570 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.defaultPage 2019-09-10 16:16:27,570 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.defaultPageSize 2019-09-10 16:16:27,570 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.documentDir 2019-09-10 16:16:27,571 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ehcacheBlockingTimeout 2019-09-10 16:16:27,571 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ehcacheClearOnShutdown 2019-09-10 16:16:27,571 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ehcacheEnabled 2019-09-10 16:16:27,571 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ehcacheExceptions 2019-09-10 16:16:27,572 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ehcacheStatistics 2019-09-10 16:16:27,572 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.encoding 2019-09-10 16:16:27,572 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.enforcePrimaryDomain 2019-09-10 16:16:27,572 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.errorPage 2019-09-10 16:16:27,573 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.errorPages 2019-09-10 16:16:27,573 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.host 2019-09-10 16:16:27,573 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.indexConfig 2019-09-10 16:16:27,573 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.indexDir 2019-09-10 16:16:27,574 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.indexFileSystemQueueSize 2019-09-10 16:16:27,574 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.indexFileTypes 2019-09-10 16:16:27,574 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.indexQueueSize 2019-09-10 16:16:27,574 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.indexTimeout 2019-09-10 16:16:27,574 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapDomain 2019-09-10 16:16:27,575 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapGroupBaseDn 2019-09-10 16:16:27,575 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapHost 2019-09-10 16:16:27,575 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapIdAttribute 2019-09-10 16:16:27,575 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapPassword 2019-09-10 16:16:27,576 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapPrincipalScheme 2019-09-10 16:16:27,576 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapStartTls 2019-09-10 16:16:27,576 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapUser 2019-09-10 16:16:27,576 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapUserBaseDn 2019-09-10 16:16:27,577 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.locale 2019-09-10 16:16:27,577 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.mailDisabled 2019-09-10 16:16:27,577 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.mailHost 2019-09-10 16:16:27,577 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.mailPort 2019-09-10 16:16:27,578 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.manager-path 2019-09-10 16:16:27,578 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.name 2019-09-10 16:16:27,578 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.rewriteConfig 2019-09-10 16:16:27,578 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.searchChunkSize 2019-09-10 16:16:27,579 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.searchMaxHits 2019-09-10 16:16:27,579 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.service-path 2019-09-10 16:16:27,579 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.serviceOutputFormat 2019-09-10 16:16:27,580 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.serviceOutputType 2019-09-10 16:16:27,580 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.siteRootDir 2019-09-10 16:16:27,580 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.supportReloadFile 2019-09-10 16:16:27,580 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.supportedLanguages 2019-09-10 16:16:27,581 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.tagPrefix 2019-09-10 16:16:27,581 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.template 2019-09-10 16:16:27,581 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.timeZone 2019-09-10 16:16:27,581 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.wwwDir 2019-09-10 16:16:27,582 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.xssExceptions 2019-09-10 16:16:27,582 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Site site-2 2019-09-10 16:16:27,583 INFO [Time-limited test] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@43a7fee4, testMethod = testDeleteSiteWithEnvironment@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:27,593 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@f500481, testMethod = testDeleteSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:27,612 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1463831181 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,620 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#989114702 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,626 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Subject john 2019-09-10 16:16:27,627 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@f500481, testMethod = testDeleteSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:27,629 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2bf83b29, testMethod = testFindApplicationByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:27,645 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#621381861 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,653 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#216747921 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,657 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2bf83b29, testMethod = testFindApplicationByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:27,659 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@48515dfc, testMethod = testGetApplicationFolder@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:27,675 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#48444237 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,680 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1414803985 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,681 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@48515dfc, testMethod = testGetApplicationFolder@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:27,683 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@45b244c4, testMethod = testGetApplicationProperties@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:27,693 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#664573101 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,697 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#394100376 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,698 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.foo 2019-09-10 16:16:27,700 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@45b244c4, testMethod = testGetApplicationProperties@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:27,702 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4dd4a4e, testMethod = testGetApplicationRepositories@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:27,711 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#143661419 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,716 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1960700193 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,720 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4dd4a4e, testMethod = testGetApplicationRepositories@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:27,721 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@b680059, testMethod = testGetApplicationRolesForApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:27,731 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#825624114 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,737 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1708119397 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,741 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@b680059, testMethod = testGetApplicationRolesForApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:27,743 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2c4da654, testMethod = testGetApplicationRootFolder@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:27,756 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#55753935 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,762 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#148629391 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,763 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2c4da654, testMethod = testGetApplicationRootFolder@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:27,764 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@17ed6578, testMethod = testGetGroupByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:27,775 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#126769944 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,779 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1010530341 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,781 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@17ed6578, testMethod = testGetGroupByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:27,782 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3d5f6088, testMethod = testGetGroups@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:27,792 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2097669802 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,797 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#573045251 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,801 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3d5f6088, testMethod = testGetGroups@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:27,803 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@36d9efa6, testMethod = testGetPropertiesIntegerInteger@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:27,813 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#434660449 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,818 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#767662548 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,820 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@36d9efa6, testMethod = testGetPropertiesIntegerInteger@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:27,822 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@8d0d52a, testMethod = testGetPropertiesStringString@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:27,831 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#435265417 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,835 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1631950876 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,839 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@8d0d52a, testMethod = testGetPropertiesStringString@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:27,840 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@11987483, testMethod = testGetSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:27,850 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#468170718 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,855 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1530086509 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,860 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@11987483, testMethod = testGetSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:27,862 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@42cb8174, testMethod = testGetSiteByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:27,871 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2011457497 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,876 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1058098963 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,881 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@42cb8174, testMethod = testGetSiteByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:27,883 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@70b716a8, testMethod = testGetSiteIds@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:27,892 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#794800937 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,896 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#371722213 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,898 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@70b716a8, testMethod = testGetSiteIds@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:27,899 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@675790ca, testMethod = testGetSites@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:27,908 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1093691808 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,913 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#16719145 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,915 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@675790ca, testMethod = testGetSites@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:27,917 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@519d1224, testMethod = testGetSubjectByEmail@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:27,926 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1010842422 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,930 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1232124221 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,932 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@519d1224, testMethod = testGetSubjectByEmail@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:27,933 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@339ecd3f, testMethod = testGetSubjectById@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:27,942 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1980603722 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,947 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1998643472 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,948 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@339ecd3f, testMethod = testGetSubjectById@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:27,949 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@13095872, testMethod = testGetSubjectByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:27,958 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1059804664 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,962 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1046675021 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,964 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@13095872, testMethod = testGetSubjectByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:27,965 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@24d90d03, testMethod = testGetSubjects@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:27,973 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#567386330 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,977 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#629112896 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,982 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@24d90d03, testMethod = testGetSubjects@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:27,983 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@b9aca74, testMethod = testInitSitePropertiesSiteImpl@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:27,992 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1210805847 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:27,996 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1795081393 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:28,003 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@b9aca74, testMethod = testInitSitePropertiesSiteImpl@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:28,005 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1ef50c3b, testMethod = testLdapLogin@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:28,013 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1568141256 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:28,017 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#251966229 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:28,024 INFO [main] org.appng.core.service.LdapService: LDAP Configuration of site 'site-1' neither uses LDAP over SSL ('ldaps://') nor STARTTLS. Credentials will be transmitted as cleartext. 2019-09-10 16:16:28,171 INFO [main] org.appng.core.service.LdapService: LDAP operation failed on host 'ldap(s)::' with principal 'EXAMPLE\subject-2' (javax.naming.NamingException: Cannot parse url: ldap(s)::) 2019-09-10 16:16:28,173 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1ef50c3b, testMethod = testLdapLogin@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:28,175 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6eb1a122, testMethod = testLdapLoginGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:28,187 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#898800583 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:28,193 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1564159386 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:28,201 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6eb1a122, testMethod = testLdapLoginGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:28,203 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@14221dc6, testMethod = testLogin@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:28,215 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1459556331 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:28,221 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1139496989 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:29,029 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'subject-3' 2019-09-10 16:16:29,030 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged in 2019-09-10 16:16:29,030 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged out 2019-09-10 16:16:29,030 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2019-09-10 16:16:29,033 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-3 2019-09-10 16:16:29,033 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@14221dc6, testMethod = testLogin@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:29,035 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@62b2885d, testMethod = testLoginDigest@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:29,052 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1822108942 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:29,058 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1081628869 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:29,062 INFO [main] org.appng.core.security.DigestValidator: Digest successfully validated. 2019-09-10 16:16:29,062 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'subject-3' 2019-09-10 16:16:29,062 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged in 2019-09-10 16:16:29,062 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged out 2019-09-10 16:16:29,062 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2019-09-10 16:16:29,064 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@62b2885d, testMethod = testLoginDigest@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:29,065 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@47d9bdf4, testMethod = testLoginGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:29,077 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#489503682 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:29,083 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#979102545 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:29,877 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'johndoe' 2019-09-10 16:16:29,878 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged in 2019-09-10 16:16:29,880 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged out 2019-09-10 16:16:29,880 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2019-09-10 16:16:29,882 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@47d9bdf4, testMethod = testLoginGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:29,883 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@21cb02d0, testMethod = testLoginPrincipal@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:29,897 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#228581681 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:29,903 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1977722430 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:29,910 INFO [main] org.appng.core.service.CoreService: user subject-2 found 2019-09-10 16:16:29,910 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'subject-2' 2019-09-10 16:16:29,910 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged in 2019-09-10 16:16:29,910 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged out 2019-09-10 16:16:29,910 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2019-09-10 16:16:29,911 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@21cb02d0, testMethod = testLoginPrincipal@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:29,913 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2b6d4eeb, testMethod = testLoginPrincipalWithGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:29,927 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1613307481 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:29,933 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#27542965 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:29,939 INFO [main] org.appng.core.service.CoreService: Subject authentication failed. Trying to authenticate based on LDAP group membership. 2019-09-10 16:16:29,941 INFO [main] org.appng.core.service.CoreService: user 'null' belongs to group 'subject-1' 2019-09-10 16:16:29,943 INFO [main] org.appng.core.service.CoreService: User 'null' successfully authenticated. 2019-09-10 16:16:29,943 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'null' 2019-09-10 16:16:29,943 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged in 2019-09-10 16:16:29,943 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged out 2019-09-10 16:16:29,944 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2019-09-10 16:16:29,945 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2b6d4eeb, testMethod = testLoginPrincipalWithGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:29,946 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4022a256, testMethod = testMigratePassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:29,958 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2011904058 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:29,964 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1734319046 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:29,965 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject deve 2019-09-10 16:16:30,766 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Subject deve 2019-09-10 16:16:30,766 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4022a256, testMethod = testMigratePassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:30,768 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@183a593f, testMethod = testProvideApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:30,781 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1994035663 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:30,788 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1159234305 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:30,790 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Repository testrepo 2019-09-10 16:16:30,792 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.2' from repository file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/test-classes/zip 2019-09-10 16:16:30,833 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.2 2019-09-10 16:16:30,836 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application demo-application 2019-09-10 16:16:30,837 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2019-09-10 16:16:30,839 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission debug 2019-09-10 16:16:30,840 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2019-09-10 16:16:30,840 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission output-format.html 2019-09-10 16:16:30,840 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2019-09-10 16:16:30,840 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission output-type.webgui 2019-09-10 16:16:30,842 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role Administrator 2019-09-10 16:16:30,846 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2019-09-10 16:16:30,847 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2019-09-10 16:16:30,848 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2019-09-10 16:16:30,848 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2019-09-10 16:16:30,848 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role Debugger 2019-09-10 16:16:30,850 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2019-09-10 16:16:30,850 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2019-09-10 16:16:30,852 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.demo-application.foo 2019-09-10 16:16:30,852 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.demo-application.clobValue 2019-09-10 16:16:30,855 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Administrator 2019-09-10 16:16:30,855 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Debugger 2019-09-10 16:16:30,860 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.2' 2019-09-10 16:16:30,860 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.2' 2019-09-10 16:16:30,862 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.2' 2019-09-10 16:16:30,862 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.2' 2019-09-10 16:16:30,862 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.2' 2019-09-10 16:16:30,863 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.2' 2019-09-10 16:16:30,863 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.2' 2019-09-10 16:16:30,863 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.2' 2019-09-10 16:16:30,863 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.2' 2019-09-10 16:16:30,863 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.2' 2019-09-10 16:16:30,863 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.2 to target/ROOT/applications/demo-application 2019-09-10 16:16:30,869 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2019-09-10 16:16:30,870 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2019-09-10 16:16:30,870 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2019-09-10 16:16:30,872 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2019-09-10 16:16:30,877 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Application demo-application 2019-09-10 16:16:30,877 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@183a593f, testMethod = testProvideApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:30,879 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@47fbf070, testMethod = testProvideApplicationUpdate@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:30,888 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#107944186 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:30,892 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1407411504 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:30,916 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/ROOT/WEB-INF/cache/platform/site-1/demo-application 2019-09-10 16:16:30,917 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/ROOT/WEB-INF/cache/application/site-1/demo-application 2019-09-10 16:16:30,918 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Assigned application demo-application to site site-1 2019-09-10 16:16:30,920 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.application.demo-application.foo 2019-09-10 16:16:30,920 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.application.demo-application.clobValue 2019-09-10 16:16:30,921 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.3' from repository file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/test-classes/zip 2019-09-10 16:16:30,929 INFO [main] org.appng.core.service.CoreService: updating application demo-application-1.5.3 2019-09-10 16:16:30,932 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2019-09-10 16:16:30,932 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2019-09-10 16:16:30,932 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2019-09-10 16:16:30,933 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2019-09-10 16:16:30,933 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2019-09-10 16:16:30,933 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2019-09-10 16:16:30,933 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2019-09-10 16:16:30,934 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2019-09-10 16:16:30,934 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2019-09-10 16:16:30,934 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2019-09-10 16:16:30,934 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/ROOT/applications/demo-application 2019-09-10 16:16:30,937 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Application demo-application 2019-09-10 16:16:30,941 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2019-09-10 16:16:30,941 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission testPermission 2019-09-10 16:16:30,944 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2019-09-10 16:16:30,945 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2019-09-10 16:16:30,946 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2019-09-10 16:16:30,948 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2019-09-10 16:16:30,949 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2019-09-10 16:16:30,951 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Debugger 2019-09-10 16:16:30,951 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role Tester 2019-09-10 16:16:30,953 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2019-09-10 16:16:30,953 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2019-09-10 16:16:30,955 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.demo-application.bar 2019-09-10 16:16:30,955 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.application.demo-application.bar 2019-09-10 16:16:30,958 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Property platform.application.demo-application.clobValue 2019-09-10 16:16:30,958 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Property platform.application.demo-application.foo 2019-09-10 16:16:30,959 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Property platform.site.site-1.application.demo-application.foo 2019-09-10 16:16:30,959 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Tester 2019-09-10 16:16:30,959 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Property platform.application.demo-application.bar 2019-09-10 16:16:30,960 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Property platform.site.site-1.application.demo-application.bar 2019-09-10 16:16:30,962 INFO [main] org.appng.core.service.CoreService: loading properties for application 'demo-application' of site 'site-1' 2019-09-10 16:16:30,963 INFO [main] org.appng.core.service.CoreService: loading properties for application demo-application 2019-09-10 16:16:30,966 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Repository testrepo 2019-09-10 16:16:30,966 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@47fbf070, testMethod = testProvideApplicationUpdate@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:30,968 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3e2d5b6, testMethod = testProvideApplicationUpdateDelete@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:30,990 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#492286019 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:30,996 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1883187632 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:31,006 INFO [main] org.appng.core.service.CoreService: unlinking application demo-application from site site-1, status of database-connection is NO_DB_SUPPORTED 2019-09-10 16:16:31,007 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Removed application demo-application from site site-1 2019-09-10 16:16:31,008 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-1.application.demo-application.bar 2019-09-10 16:16:31,008 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-1.application.demo-application.clobValue 2019-09-10 16:16:31,008 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-1.application.demo-application.foo 2019-09-10 16:16:31,018 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Role Administrator 2019-09-10 16:16:31,020 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Role Tester 2019-09-10 16:16:31,028 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Role Debugger 2019-09-10 16:16:31,029 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Permission debug 2019-09-10 16:16:31,029 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Permission output-type.webgui 2019-09-10 16:16:31,029 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Permission output-format.html 2019-09-10 16:16:31,032 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Permission testPermission 2019-09-10 16:16:31,033 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.application.demo-application.bar 2019-09-10 16:16:31,033 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.application.demo-application.clobValue 2019-09-10 16:16:31,033 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.application.demo-application.foo 2019-09-10 16:16:31,034 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Application demo-application 2019-09-10 16:16:31,036 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3e2d5b6, testMethod = testProvideApplicationUpdateDelete@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:31,040 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1c1e78eb, testMethod = testProvideApplicationWithAdminRole@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:31,053 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1783072384 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:31,059 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1711545654 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:31,059 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Repository testrepo 2019-09-10 16:16:31,061 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group Administrators 2019-09-10 16:16:31,061 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.4' from repository file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/test-classes/zip 2019-09-10 16:16:31,085 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.4 2019-09-10 16:16:31,086 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application demo-application 2019-09-10 16:16:31,087 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2019-09-10 16:16:31,087 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission debug 2019-09-10 16:16:31,088 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2019-09-10 16:16:31,088 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission output-format.html 2019-09-10 16:16:31,088 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2019-09-10 16:16:31,088 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission output-type.webgui 2019-09-10 16:16:31,089 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2019-09-10 16:16:31,089 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission testPermission 2019-09-10 16:16:31,089 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role Administrator 2019-09-10 16:16:31,091 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2019-09-10 16:16:31,092 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2019-09-10 16:16:31,093 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2019-09-10 16:16:31,093 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2019-09-10 16:16:31,093 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role Debugger 2019-09-10 16:16:31,095 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2019-09-10 16:16:31,096 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2019-09-10 16:16:31,096 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2019-09-10 16:16:31,096 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role Tester 2019-09-10 16:16:31,098 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2019-09-10 16:16:31,098 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2019-09-10 16:16:31,100 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.demo-application.foo 2019-09-10 16:16:31,100 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.demo-application.bar 2019-09-10 16:16:31,100 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.demo-application.clobValue 2019-09-10 16:16:31,103 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Group Administrators 2019-09-10 16:16:31,103 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Administrator 2019-09-10 16:16:31,103 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Debugger 2019-09-10 16:16:31,104 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Tester 2019-09-10 16:16:31,106 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.4' 2019-09-10 16:16:31,107 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.4' 2019-09-10 16:16:31,107 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.4' 2019-09-10 16:16:31,107 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.4' 2019-09-10 16:16:31,107 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.4' 2019-09-10 16:16:31,108 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.4' 2019-09-10 16:16:31,108 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.4' 2019-09-10 16:16:31,108 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.4' 2019-09-10 16:16:31,108 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.4' 2019-09-10 16:16:31,108 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.4' 2019-09-10 16:16:31,109 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.4 to target/ROOT/applications/demo-application 2019-09-10 16:16:31,115 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2019-09-10 16:16:31,116 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2019-09-10 16:16:31,117 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2019-09-10 16:16:31,119 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2019-09-10 16:16:31,120 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2019-09-10 16:16:31,122 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2019-09-10 16:16:31,126 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1c1e78eb, testMethod = testProvideApplicationWithAdminRole@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:31,128 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@79ed43f8, testMethod = testReloadRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:31,140 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#415836446 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:31,145 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1529285683 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:31,147 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@79ed43f8, testMethod = testReloadRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:31,149 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6d88a3f4, testMethod = testResetPassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:31,171 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1089373458 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:31,178 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#880566340 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:31,992 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6d88a3f4, testMethod = testResetPassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:31,994 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@b51d862, testMethod = testRestoreSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:32,009 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#150426698 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:32,016 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1657688673 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:32,020 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@b51d862, testMethod = testRestoreSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:32,022 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2127c46b, testMethod = testSaveProperties@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:32,034 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#74701741 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:32,040 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#902467267 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:32,041 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property foobaz.a 2019-09-10 16:16:32,041 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property foobaz.b 2019-09-10 16:16:32,043 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2127c46b, testMethod = testSaveProperties@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:32,045 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@69919fed, testMethod = testSaveProperty@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:32,056 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1180062084 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:32,062 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#525876292 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:32,063 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property prop1 2019-09-10 16:16:32,064 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@69919fed, testMethod = testSaveProperty@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:32,067 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@27d0703e, testMethod = testUnlinkApplicationFromSiteIntegerString@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:32,079 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1424655150 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:32,085 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1131956188 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:32,088 INFO [main] org.appng.core.service.CoreService: unlinking application manager from site site-1, status of database-connection is NO_DB_SUPPORTED 2019-09-10 16:16:32,088 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Removed application manager from site site-1 2019-09-10 16:16:32,089 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-1.application.manager.foo 2019-09-10 16:16:32,089 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-1.application.manager.foobar 2019-09-10 16:16:32,090 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@27d0703e, testMethod = testUnlinkApplicationFromSiteIntegerString@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:32,093 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@70ef340b, testMethod = testUpdatePassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@11ad327f]; rollback [false] 2019-09-10 16:16:32,103 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1068981284 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:32,110 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#465425577 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:32,908 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-3 2019-09-10 16:16:32,908 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@7095b688 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@70ef340b, testMethod = testUpdatePassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ea14b8 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:32,909 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@51172948: startup date [Tue Sep 10 16:16:24 CEST 2019]; root of context hierarchy 2019-09-10 16:16:32,911 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:16:32,912 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] [WARNING] Tests run: 80, Failures: 0, Errors: 0, Skipped: 20, Time elapsed: 8.509 s - in org.appng.core.service.CoreServiceTest [INFO] Running org.appng.core.service.DatabaseServiceTest 2019-09-10 16:16:32,925 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2019-09-10 16:16:32,926 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@f501ed0, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@456454e0, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6586b4e3, org.springframework.test.context.support.DirtiesContextTestExecutionListener@40340243, org.springframework.test.context.transaction.TransactionalTestExecutionListener@4f9d220b, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@2839ac4c] 2019-09-10 16:16:32,928 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@78483404: startup date [Tue Sep 10 16:16:32 CEST 2019]; root of context hierarchy 2019-09-10 16:16:33,165 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformEventListener' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:33,165 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=destroy; defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:33,166 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManagerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:33,166 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreTxManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:33,166 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:33,167 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'documentBuilderFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:33,167 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'transformerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:33,167 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'styleSheetProvider' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:33,168 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'marshallService' with a different definition: replacing [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:33,168 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:33,168 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'databaseService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:33,168 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'templateService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:33,169 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'initializerService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:33,170 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'ldapService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:33,170 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'thymeleafProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:33,170 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'environment' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=environment; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=environment; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:33,170 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformTransformer' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:33,171 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'requestProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:33,201 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:16:33,250 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:16:33,268 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-09-10 16:16:33,321 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:16:33,322 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:16:33,322 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-09-10 16:16:33,322 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-09-10 16:16:33,322 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:16:33,323 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-09-10 16:16:33,328 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:16:33,604 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5741bc9] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:16:33,611 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2c193600] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:16:33,636 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:16:33,636 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:16:33,640 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@78483404: startup date [Tue Sep 10 16:16:32 CEST 2019]; root of context hierarchy 2019-09-10 16:16:33,881 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2019-09-10 16:16:33,933 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.5.0) 2019-09-10 16:16:33,943 INFO [main] org.flywaydb.core.internal.util.VersionPrinter: Flyway 4.2.0 by Boxfuse 2019-09-10 16:16:33,954 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.5) 2019-09-10 16:16:34,002 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.5.0) 2019-09-10 16:16:34,003 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.5) 2019-09-10 16:16:34,013 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.005s) 2019-09-10 16:16:34,019 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2019-09-10 16:16:34,029 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2019-09-10 16:16:34,035 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2019-09-10 16:16:34,053 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2019-09-10 16:16:34,062 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2019-09-10 16:16:34,066 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2019-09-10 16:16:34,070 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2019-09-10 16:16:34,075 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2019-09-10 16:16:34,079 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2019-09-10 16:16:34,082 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2019-09-10 16:16:34,087 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2019-09-10 16:16:34,091 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2019-09-10 16:16:34,094 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.0.0 - add job execution record 2019-09-10 16:16:34,098 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 11 migrations to schema "PUBLIC" (execution time 00:00.079s). 2019-09-10 16:16:34,100 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.5.0) 2019-09-10 16:16:34,101 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.5) 2019-09-10 16:16:34,126 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform DatabaseConnection appNG Root Database 2019-09-10 16:16:34,131 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform DatabaseConnection appNG HSQL 2019-09-10 16:16:34,134 INFO [main] org.appng.core.service.DatabaseService: HSQL jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.5.0) is active. 2019-09-10 16:16:34,136 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform DatabaseConnection appNG HSQL 2019-09-10 16:16:34,136 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform DatabaseConnection appNG MYSQL 2019-09-10 16:16:34,137 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver com.mysql.jdbc.Driver 2019-09-10 16:16:34,418 WARN [main] org.appng.core.domain.DatabaseConnection: error while connecting to jdbc:mysql://localhost:3306/appNG MYSQL (org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is java.sql.SQLException: Access denied for user 'user'@'localhost' (using password: NO)) 2019-09-10 16:16:34,418 INFO [main] org.appng.core.service.DatabaseService: MYSQL jdbc:mysql://localhost:3306/appNG MYSQL is not working and will be deactivated. 2019-09-10 16:16:34,421 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver com.microsoft.sqlserver.jdbc.SQLServerDriver 2019-09-10 16:16:34,425 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@78483404: startup date [Tue Sep 10 16:16:32 CEST 2019]; root of context hierarchy 2019-09-10 16:16:34,426 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:16:34,427 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 1.512 s - in org.appng.core.service.DatabaseServiceTest [INFO] Running org.appng.core.service.SiteClassLoaderBuilderTest 2019-09-10 16:16:34,450 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#198866494 for site localhost with parent sun.misc.Launcher$AppClassLoader#1252169911 created [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.appng.core.service.SiteClassLoaderBuilderTest [INFO] Running org.appng.core.service.PropertySupportTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.appng.core.service.PropertySupportTest [INFO] Running org.appng.core.service.InitializerServiceTest 2019-09-10 16:16:34,465 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2019-09-10 16:16:34,466 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@4b672ced, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@51ac1dce, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3f0938c4, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5286aa41, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2074f4b8, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1107df15] 2019-09-10 16:16:34,470 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@67be0ae9: startup date [Tue Sep 10 16:16:34 CEST 2019]; root of context hierarchy 2019-09-10 16:16:34,637 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformEventListener' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:34,637 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=destroy; defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:34,637 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManagerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:34,637 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreTxManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:34,637 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:34,638 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'documentBuilderFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:34,638 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'transformerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:34,638 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'styleSheetProvider' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:34,638 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'marshallService' with a different definition: replacing [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:34,638 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:34,638 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'databaseService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:34,639 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'templateService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:34,639 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'initializerService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:34,639 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'ldapService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:34,639 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'thymeleafProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:34,639 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'environment' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=environment; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=environment; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:34,639 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformTransformer' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:34,640 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'requestProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:34,676 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:16:34,731 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:16:34,745 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-09-10 16:16:34,778 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:16:34,779 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:16:34,779 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-09-10 16:16:34,779 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-09-10 16:16:34,779 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:16:34,779 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-09-10 16:16:34,785 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:16:35,039 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@419ffde3] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:16:35,044 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7cc19564] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:16:35,065 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:16:35,066 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:16:35,069 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@67be0ae9: startup date [Tue Sep 10 16:16:34 CEST 2019]; root of context hierarchy 2019-09-10 16:16:35,320 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@3c95bbb4 testClass = InitializerServiceTest, testInstance = org.appng.core.service.InitializerServiceTest@5599aa2a, testMethod = testInitPlatform@InitializerServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@310e6969 testClass = InitializerServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.InitializerServiceTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@9caa933]; rollback [false] 2019-09-10 16:16:35,322 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#151245550 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:35,323 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject subject-3 2019-09-10 16:16:35,325 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site site-1 2019-09-10 16:16:35,326 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource application.xml of application application1 2019-09-10 16:16:35,327 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application application1 2019-09-10 16:16:35,328 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role dummy 2019-09-10 16:16:35,328 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission permission-1 2019-09-10 16:16:35,329 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group group-1 2019-09-10 16:16:35,345 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingEnabled 2019-09-10 16:16:35,345 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.filebasedDeployment 2019-09-10 16:16:35,345 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.jspFileType 2019-09-10 16:16:35,345 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryTrustStorePassword 2019-09-10 16:16:35,345 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.platformRootPath 2019-09-10 16:16:35,346 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.manageDatabases 2019-09-10 16:16:35,346 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.appngData 2019-09-10 16:16:35,346 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cachePlatformFolder 2019-09-10 16:16:35,346 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryCert 2019-09-10 16:16:35,346 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.defaultTemplate 2019-09-10 16:16:35,346 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.devMode 2019-09-10 16:16:35,346 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.logfile 2019-09-10 16:16:35,346 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.xssAllowedTags 2019-09-10 16:16:35,346 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailDisabled 2019-09-10 16:16:35,347 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.passwordPolicyRegEx 2019-09-10 16:16:35,347 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.formatOutput 2019-09-10 16:16:35,347 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.sharedSecret 2019-09-10 16:16:35,347 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.ehcacheConfig 2019-09-10 16:16:35,347 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryPath 2019-09-10 16:16:35,347 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryVerifySignature 2019-09-10 16:16:35,347 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositorySignature 2019-09-10 16:16:35,347 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheApplicationFolder 2019-09-10 16:16:35,348 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.writeDebugFiles 2019-09-10 16:16:35,348 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryDefaultDigest 2019-09-10 16:16:35,348 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.monitorPerformance 2019-09-10 16:16:35,348 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mdcEnabled 2019-09-10 16:16:35,348 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.vHostMode 2019-09-10 16:16:35,348 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.templateFolder 2019-09-10 16:16:35,348 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.passwordPolicyErrorMessageKey 2019-09-10 16:16:35,348 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.locale 2019-09-10 16:16:35,349 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.sessionTimeout 2019-09-10 16:16:35,349 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cleanTempFolderOnStartup 2019-09-10 16:16:35,349 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.encoding 2019-09-10 16:16:35,349 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.maxUploadSize 2019-09-10 16:16:35,349 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.templatePrefix 2019-09-10 16:16:35,349 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryTrustStore 2019-09-10 16:16:35,349 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.imageMagickPath 2019-09-10 16:16:35,349 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.databasePrefix 2019-09-10 16:16:35,349 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheFolder 2019-09-10 16:16:35,350 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingGroupAddress 2019-09-10 16:16:35,350 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.xssProtect 2019-09-10 16:16:35,350 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailHost 2019-09-10 16:16:35,350 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.timeZone 2019-09-10 16:16:35,350 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheImageFolder 2019-09-10 16:16:35,350 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingReceiver 2019-09-10 16:16:35,350 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingGroupPort 2019-09-10 16:16:35,350 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.csrfFilterEnabled 2019-09-10 16:16:35,350 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailPort 2019-09-10 16:16:35,351 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.uploadDir 2019-09-10 16:16:35,351 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.applicationDir 2019-09-10 16:16:35,351 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.databaseValidationPeriod 2019-09-10 16:16:35,353 INFO [main] org.appng.api.messaging.Messaging: system property appng.node.id is not set, using local host name de-f2-p-appngdev0 as fallback 2019-09-10 16:16:35,353 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2019-09-10 16:16:35,353 INFO [main] org.appng.core.service.InitializerService: applications are located at /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/test-classes/applications or in the database 2019-09-10 16:16:35,364 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-3 2019-09-10 16:16:35,365 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Resource application.xml of application application1 2019-09-10 16:16:35,365 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role dummy 2019-09-10 16:16:35,371 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheClearOnShutdown 2019-09-10 16:16:35,371 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapPrincipalScheme 2019-09-10 16:16:35,371 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapStartTls 2019-09-10 16:16:35,371 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapIdAttribute 2019-09-10 16:16:35,371 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.errorPages 2019-09-10 16:16:35,371 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.host 2019-09-10 16:16:35,371 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultPage 2019-09-10 16:16:35,372 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectedPaths 2019-09-10 16:16:35,372 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutActionName 2019-09-10 16:16:35,372 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.serviceOutputFormat 2019-09-10 16:16:35,372 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.tagPrefix 2019-09-10 16:16:35,372 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.name 2019-09-10 16:16:35,372 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectionEnabled 2019-09-10 16:16:35,372 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapUser 2019-09-10 16:16:35,372 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.timeZone 2019-09-10 16:16:35,372 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutRef 2019-09-10 16:16:35,373 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheExceptions 2019-09-10 16:16:35,373 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.encoding 2019-09-10 16:16:35,373 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authApplication 2019-09-10 16:16:35,373 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLoginPage 2019-09-10 16:16:35,373 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.searchChunkSize 2019-09-10 16:16:35,373 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.template 2019-09-10 16:16:35,373 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheStatistics 2019-09-10 16:16:35,373 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapUserBaseDn 2019-09-10 16:16:35,373 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.serviceOutputType 2019-09-10 16:16:35,374 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.supportedLanguages 2019-09-10 16:16:35,374 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailPort 2019-09-10 16:16:35,374 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheBlockingTimeout 2019-09-10 16:16:35,374 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.errorPage 2019-09-10 16:16:35,374 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.service-path 2019-09-10 16:16:35,374 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexFileSystemQueueSize 2019-09-10 16:16:35,374 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.siteRootDir 2019-09-10 16:16:35,374 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexConfig 2019-09-10 16:16:35,374 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapHost 2019-09-10 16:16:35,374 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.searchMaxHits 2019-09-10 16:16:35,376 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailHost 2019-09-10 16:16:35,376 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexTimeout 2019-09-10 16:16:35,376 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.DatasourceConfigurer 2019-09-10 16:16:35,376 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapDomain 2019-09-10 16:16:35,376 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectedMethods 2019-09-10 16:16:35,376 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultApplication 2019-09-10 16:16:35,376 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.documentDir 2019-09-10 16:16:35,376 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.allowSkipRender 2019-09-10 16:16:35,376 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultPageSize 2019-09-10 16:16:35,376 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheEnabled 2019-09-10 16:16:35,377 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutPage 2019-09-10 16:16:35,377 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapPassword 2019-09-10 16:16:35,377 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexFileTypes 2019-09-10 16:16:35,377 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.assetsDir 2019-09-10 16:16:35,377 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLoginRef 2019-09-10 16:16:35,377 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.locale 2019-09-10 16:16:35,377 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapGroupBaseDn 2019-09-10 16:16:35,377 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexDir 2019-09-10 16:16:35,377 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.wwwDir 2019-09-10 16:16:35,378 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.enforcePrimaryDomain 2019-09-10 16:16:35,378 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.supportReloadFile 2019-09-10 16:16:35,378 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexQueueSize 2019-09-10 16:16:35,378 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.appendTabId 2019-09-10 16:16:35,379 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailDisabled 2019-09-10 16:16:35,379 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutActionValue 2019-09-10 16:16:35,379 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.manager-path 2019-09-10 16:16:35,379 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.xssExceptions 2019-09-10 16:16:35,379 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.rewriteConfig 2019-09-10 16:16:35,383 INFO [main] org.appng.core.service.InitializerService: ========================================================================================== 2019-09-10 16:16:35,385 INFO [main] org.appng.core.service.InitializerService: loading site site-1 (host-1) 2019-09-10 16:16:35,385 INFO [main] org.appng.core.service.InitializerService: loading applications for site site-1 2019-09-10 16:16:35,390 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/root/WEB-INF/cache/platform/site-1 2019-09-10 16:16:35,390 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/root/WEB-INF/cache/application/site-1 2019-09-10 16:16:35,469 INFO [main] org.appng.core.service.TemplateService: copying template from /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/test/resources/template/appng to /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/test-classes/repository/site-1/www/template 2019-09-10 16:16:35,469 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1787738982 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:35,469 INFO [main] org.appng.core.service.InitializerService: SiteClassLoader#1787738982 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 2019-09-10 16:16:35,472 INFO [main] org.appng.core.service.InitializerService: started site thread [appng-indexthread-site-1] with runnable of type org.appng.search.indexer.DocumentIndexer 2019-09-10 16:16:35,474 INFO [main] org.appng.core.service.InitializerService: started site thread [appng-sitereload-site-1] with runnable of type org.appng.core.service.InitializerService$SiteReloadWatcher 2019-09-10 16:16:35,474 INFO [main] org.appng.core.service.InitializerService: loading site site-1 completed 2019-09-10 16:16:35,474 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Loaded site site-1 2019-09-10 16:16:35,474 INFO [main] org.appng.core.service.InitializerService: ========================================================================================== 2019-09-10 16:16:35,487 INFO [main] org.appng.core.service.InitializerService: Current Ehcache configuration: 2019-09-10 16:16:35,500 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@3c95bbb4 testClass = InitializerServiceTest, testInstance = org.appng.core.service.InitializerServiceTest@5599aa2a, testMethod = testInitPlatform@InitializerServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@310e6969 testClass = InitializerServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.InitializerServiceTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:35,501 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@67be0ae9: startup date [Tue Sep 10 16:16:34 CEST 2019]; root of context hierarchy 2019-09-10 16:16:35,502 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:16:35,502 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.044 s - in org.appng.core.service.InitializerServiceTest [INFO] Running org.appng.core.service.ApplicationArchiveProcessorTest 2019-09-10 16:16:35,512 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-null' 2019-09-10 16:16:35,512 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-null' 2019-09-10 16:16:35,512 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-null' 2019-09-10 16:16:35,512 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-null' 2019-09-10 16:16:35,513 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-null' 2019-09-10 16:16:35,513 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-null' 2019-09-10 16:16:35,513 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-null' 2019-09-10 16:16:35,513 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-null' 2019-09-10 16:16:35,513 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-null' 2019-09-10 16:16:35,513 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-null' application.xml beans.xml datasources.xml events.xml master.xml page.xml plugin.xml messages-demo.properties mssql/V1.0_script.sql mysql/V1.0_script.sql [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.appng.core.service.ApplicationArchiveProcessorTest [INFO] Running org.appng.core.service.LdapServiceTest 2019-09-10 16:16:35,537 INFO [main] org.appng.core.service.LdapService: Unknown keyword 'bogus' in site property 'testLoginUserSucces.ldapPrincipalScheme'. Falling back to plain username 'aziz' as principal. 2019-09-10 16:16:35,542 INFO [main] org.appng.core.service.LdapService: LDAP operation failed on host 'ldaps://testLoginUserFailure:129' with principal 'egypt\aziz' (javax.naming.NamingException: Sorry kiddo. You got the gift, but it looks like you're waiting for something.) 2019-09-10 16:16:35,542 INFO [main] org.appng.core.service.LdapService: LDAP operation failed on host 'ldaps://testLoginUserFailure:139' with principal 'egypt\aziz' (javax.naming.NamingException: Ah ah ah, you didn't say the magic word!) [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.appng.core.service.LdapServiceTest [INFO] Running org.appng.core.service.HsqlStarterTest 2019-09-10 16:16:35,558 INFO [main] org.appng.core.service.HsqlStarter: starting HSQL Server 2.5.0 at /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appNG/WEB-INF/database/appng on port 9001 2019-09-10 16:16:35,603 INFO [HSQLDB Server @5dafbb36] hsqldb.db.HSQLDB6D1B888804.ENGINE: Checkpoint start 2019-09-10 16:16:35,603 INFO [HSQLDB Server @5dafbb36] hsqldb.db.HSQLDB6D1B888804.ENGINE: checkpointClose start 2019-09-10 16:16:35,609 INFO [HSQLDB Server @5dafbb36] hsqldb.db.HSQLDB6D1B888804.ENGINE: checkpointClose synched 2019-09-10 16:16:35,617 INFO [HSQLDB Server @5dafbb36] hsqldb.db.HSQLDB6D1B888804.ENGINE: checkpointClose script done 2019-09-10 16:16:35,634 INFO [HSQLDB Server @5dafbb36] hsqldb.db.HSQLDB6D1B888804.ENGINE: checkpointClose end 2019-09-10 16:16:35,634 INFO [HSQLDB Server @5dafbb36] hsqldb.db.HSQLDB6D1B888804.ENGINE: Checkpoint end - txts: 1 2019-09-10 16:16:35,779 INFO [main] org.appng.core.service.HsqlStarter: shutting down HSQL Server 2.5.0 at /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appNG/WEB-INF/database/appng on port 9001 2019-09-10 16:16:35,919 INFO [HSQLDB Connection @534c09b9] hsqldb.db.HSQLDB6D1B888804.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.579 s - in org.appng.core.service.HsqlStarterTest [INFO] Running org.appng.core.repository.SiteRepositoryTest 2019-09-10 16:16:36,130 INFO [main] org.springframework.test.context.support.AbstractContextLoader: Could not detect default resource locations for test class [org.appng.core.repository.SiteRepositoryTest]: no resource found for suffixes {-context.xml}. 2019-09-10 16:16:36,132 INFO [main] org.springframework.test.context.support.AnnotationConfigContextLoaderUtils: Could not detect default configuration classes for test class [org.appng.core.repository.SiteRepositoryTest]: SiteRepositoryTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2019-09-10 16:16:36,136 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2019-09-10 16:16:36,136 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@39a9ef9a, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@19e884a2, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6795c28a, org.springframework.test.context.support.DirtiesContextTestExecutionListener@55633015, org.springframework.test.context.transaction.TransactionalTestExecutionListener@23c0d01c, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@7ed08d52] 2019-09-10 16:16:36,138 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@37988190: startup date [Tue Sep 10 16:16:36 CEST 2019]; root of context hierarchy 2019-09-10 16:16:36,279 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformEventListener' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:36,280 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=destroy; defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:36,280 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManagerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:36,280 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreTxManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:36,280 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:36,280 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'documentBuilderFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:36,281 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'transformerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:36,281 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'styleSheetProvider' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:36,281 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'marshallService' with a different definition: replacing [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:36,281 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:36,281 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'databaseService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:36,281 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'templateService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:36,282 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'initializerService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:36,282 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'ldapService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:36,282 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'thymeleafProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:36,282 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'environment' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=environment; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=environment; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:36,282 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformTransformer' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:36,282 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'requestProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:36,312 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:16:36,355 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:16:36,369 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-09-10 16:16:36,400 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:16:36,400 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:16:36,400 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-09-10 16:16:36,401 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-09-10 16:16:36,401 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:16:36,401 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-09-10 16:16:36,406 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:16:36,657 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2ed33e81] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:16:36,662 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@533167f0] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:16:36,684 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:16:36,684 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:16:36,688 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@37988190: startup date [Tue Sep 10 16:16:36 CEST 2019]; root of context hierarchy 2019-09-10 16:16:36,920 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@76da4b9b testClass = SiteRepositoryTest, testInstance = org.appng.core.repository.SiteRepositoryTest@72f57746, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@38ae6655 testClass = SiteRepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.SiteRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@3862d1ee]; rollback [true] 2019-09-10 16:16:36,923 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site name 2019-09-10 16:16:36,926 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name 2019-09-10 16:16:36,935 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Site name 2019-09-10 16:16:36,935 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@76da4b9b testClass = SiteRepositoryTest, testInstance = org.appng.core.repository.SiteRepositoryTest@72f57746, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@38ae6655 testClass = SiteRepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.SiteRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:36,936 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@37988190: startup date [Tue Sep 10 16:16:36 CEST 2019]; root of context hierarchy 2019-09-10 16:16:36,937 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:16:36,937 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.809 s - in org.appng.core.repository.SiteRepositoryTest [INFO] Running org.appng.core.repository.config.ApplicationPostProcessorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.appng.core.repository.config.ApplicationPostProcessorTest [INFO] Running org.appng.core.repository.RoleRepositoryTest 2019-09-10 16:16:36,955 INFO [main] org.springframework.test.context.support.AbstractContextLoader: Could not detect default resource locations for test class [org.appng.core.repository.RoleRepositoryTest]: no resource found for suffixes {-context.xml}. 2019-09-10 16:16:36,955 INFO [main] org.springframework.test.context.support.AnnotationConfigContextLoaderUtils: Could not detect default configuration classes for test class [org.appng.core.repository.RoleRepositoryTest]: RoleRepositoryTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2019-09-10 16:16:36,959 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2019-09-10 16:16:36,960 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@69fb4b2, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@188dd612, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@26984ff0, org.springframework.test.context.support.DirtiesContextTestExecutionListener@194ec701, org.springframework.test.context.transaction.TransactionalTestExecutionListener@620fdabe, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@14c4adab] 2019-09-10 16:16:36,963 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@7047970c: startup date [Tue Sep 10 16:16:36 CEST 2019]; root of context hierarchy 2019-09-10 16:16:37,090 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformEventListener' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:37,091 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=destroy; defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:37,091 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManagerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:37,091 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreTxManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:37,091 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:37,091 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'documentBuilderFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:37,091 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'transformerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:37,091 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'styleSheetProvider' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:37,091 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'marshallService' with a different definition: replacing [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:37,091 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:37,092 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'databaseService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:37,092 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'templateService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:37,092 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'initializerService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:37,092 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'ldapService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:37,092 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'thymeleafProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:37,092 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'environment' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=environment; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=environment; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:37,092 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformTransformer' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:37,092 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'requestProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:37,118 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:16:37,160 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:16:37,172 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-09-10 16:16:37,200 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:16:37,200 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:16:37,200 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-09-10 16:16:37,200 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-09-10 16:16:37,200 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:16:37,200 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-09-10 16:16:37,205 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:16:37,410 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3252daf5] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:16:37,414 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5ddca270] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:16:37,435 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:16:37,435 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:16:37,438 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@7047970c: startup date [Tue Sep 10 16:16:36 CEST 2019]; root of context hierarchy 2019-09-10 16:16:37,655 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@37a4fc71 testClass = RoleRepositoryTest, testInstance = org.appng.core.repository.RoleRepositoryTest@574411f2, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42602e0f testClass = RoleRepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.RoleRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@51516c3f]; rollback [true] 2019-09-10 16:16:37,657 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site name 2019-09-10 16:16:37,660 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name 2019-09-10 16:16:37,663 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role name 2019-09-10 16:16:37,671 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@37a4fc71 testClass = RoleRepositoryTest, testInstance = org.appng.core.repository.RoleRepositoryTest@574411f2, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42602e0f testClass = RoleRepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.RoleRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:37,671 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@7047970c: startup date [Tue Sep 10 16:16:36 CEST 2019]; root of context hierarchy 2019-09-10 16:16:37,672 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:16:37,672 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.72 s - in org.appng.core.repository.RoleRepositoryTest [INFO] Running org.appng.core.repository.PermissionRepositoryTest 2019-09-10 16:16:37,681 INFO [main] org.springframework.test.context.support.AbstractContextLoader: Could not detect default resource locations for test class [org.appng.core.repository.PermissionRepositoryTest]: no resource found for suffixes {-context.xml}. 2019-09-10 16:16:37,681 INFO [main] org.springframework.test.context.support.AnnotationConfigContextLoaderUtils: Could not detect default configuration classes for test class [org.appng.core.repository.PermissionRepositoryTest]: PermissionRepositoryTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2019-09-10 16:16:37,686 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2019-09-10 16:16:37,686 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1c6c059e, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@67fd7497, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@559100ea, org.springframework.test.context.support.DirtiesContextTestExecutionListener@430009ca, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3fbcb4c1, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@3369366d] 2019-09-10 16:16:37,687 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@6e22f6ba: startup date [Tue Sep 10 16:16:37 CEST 2019]; root of context hierarchy 2019-09-10 16:16:37,813 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformEventListener' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:37,814 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=destroy; defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:37,814 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManagerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:37,814 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreTxManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:37,814 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:37,815 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'documentBuilderFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:37,815 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'transformerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:37,815 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'styleSheetProvider' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:37,815 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'marshallService' with a different definition: replacing [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:37,815 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:37,816 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'databaseService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:37,816 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'templateService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:37,816 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'initializerService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:37,816 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'ldapService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:37,816 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'thymeleafProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:37,817 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'environment' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=environment; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=environment; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:37,817 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformTransformer' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:37,817 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'requestProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:37,842 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:16:37,882 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:16:37,896 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-09-10 16:16:37,925 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:16:37,925 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:16:37,925 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-09-10 16:16:37,925 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-09-10 16:16:37,925 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:16:37,926 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-09-10 16:16:37,931 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:16:38,108 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6ec5c03] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:16:38,112 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6ac301e] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:16:38,130 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:16:38,131 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:16:38,134 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@6e22f6ba: startup date [Tue Sep 10 16:16:37 CEST 2019]; root of context hierarchy 2019-09-10 16:16:38,330 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6eec32a0 testClass = PermissionRepositoryTest, testInstance = org.appng.core.repository.PermissionRepositoryTest@5e3a8ffc, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@396c370a testClass = PermissionRepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.PermissionRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@17e5759c]; rollback [true] 2019-09-10 16:16:38,332 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name 2019-09-10 16:16:38,335 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission name 2019-09-10 16:16:38,342 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@6eec32a0 testClass = PermissionRepositoryTest, testInstance = org.appng.core.repository.PermissionRepositoryTest@5e3a8ffc, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@396c370a testClass = PermissionRepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.PermissionRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:38,342 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@6e22f6ba: startup date [Tue Sep 10 16:16:37 CEST 2019]; root of context hierarchy 2019-09-10 16:16:38,343 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:16:38,343 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.666 s - in org.appng.core.repository.PermissionRepositoryTest [INFO] Running org.appng.core.repository.RepositoryCacheTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.appng.core.repository.RepositoryCacheTest [INFO] Running org.appng.core.repository.PropertyRepositoryTest 2019-09-10 16:16:38,374 INFO [main] org.springframework.test.context.support.AbstractContextLoader: Could not detect default resource locations for test class [org.appng.core.repository.PropertyRepositoryTest]: no resource found for suffixes {-context.xml}. 2019-09-10 16:16:38,374 INFO [main] org.springframework.test.context.support.AnnotationConfigContextLoaderUtils: Could not detect default configuration classes for test class [org.appng.core.repository.PropertyRepositoryTest]: PropertyRepositoryTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2019-09-10 16:16:38,378 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2019-09-10 16:16:38,379 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@54dc7b05, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@48d40212, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@8843c51, org.springframework.test.context.support.DirtiesContextTestExecutionListener@1d6565b7, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2ad6214d, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@427a7297] 2019-09-10 16:16:38,380 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@6b35a83d: startup date [Tue Sep 10 16:16:38 CEST 2019]; root of context hierarchy 2019-09-10 16:16:38,508 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformEventListener' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:38,509 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=destroy; defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:38,509 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManagerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:38,509 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreTxManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:38,509 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:38,510 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'documentBuilderFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:38,510 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'transformerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:38,510 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'styleSheetProvider' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:38,510 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'marshallService' with a different definition: replacing [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:38,510 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:38,511 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'databaseService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:38,511 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'templateService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:38,511 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'initializerService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:38,511 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'ldapService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:38,511 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'thymeleafProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:38,512 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'environment' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=environment; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=environment; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:38,512 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformTransformer' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:38,512 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'requestProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:38,538 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:16:38,579 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:16:38,590 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-09-10 16:16:38,618 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:16:38,618 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:16:38,618 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-09-10 16:16:38,618 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-09-10 16:16:38,618 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:16:38,619 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-09-10 16:16:38,623 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:16:38,829 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@c3dfc39] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:16:38,832 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@73f8d6e7] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:16:38,885 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:16:38,885 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:16:38,889 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@6b35a83d: startup date [Tue Sep 10 16:16:38 CEST 2019]; root of context hierarchy 2019-09-10 16:16:39,083 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@aefdf20 testClass = PropertyRepositoryTest, testInstance = org.appng.core.repository.PropertyRepositoryTest@62c4efd4, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6511ba4b testClass = PropertyRepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.PropertyRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@4c9c0251]; rollback [true] 2019-09-10 16:16:39,086 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property foo.bar 2019-09-10 16:16:39,091 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@aefdf20 testClass = PropertyRepositoryTest, testInstance = org.appng.core.repository.PropertyRepositoryTest@62c4efd4, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6511ba4b testClass = PropertyRepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.PropertyRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:39,092 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@6b35a83d: startup date [Tue Sep 10 16:16:38 CEST 2019]; root of context hierarchy 2019-09-10 16:16:39,092 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:16:39,093 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.72 s - in org.appng.core.repository.PropertyRepositoryTest [INFO] Running org.appng.core.repository.ResourceRepositoryTest 2019-09-10 16:16:39,096 INFO [main] org.springframework.test.context.support.AbstractContextLoader: Could not detect default resource locations for test class [org.appng.core.repository.ResourceRepositoryTest]: no resource found for suffixes {-context.xml}. 2019-09-10 16:16:39,096 INFO [main] org.springframework.test.context.support.AnnotationConfigContextLoaderUtils: Could not detect default configuration classes for test class [org.appng.core.repository.ResourceRepositoryTest]: ResourceRepositoryTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2019-09-10 16:16:39,101 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2019-09-10 16:16:39,101 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@25e35cdc, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@192baa3d, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@736ed2e9, org.springframework.test.context.support.DirtiesContextTestExecutionListener@412d0506, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7e97b443, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@3aa993ee] 2019-09-10 16:16:39,102 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@3fd5e7c8: startup date [Tue Sep 10 16:16:39 CEST 2019]; root of context hierarchy 2019-09-10 16:16:39,235 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformEventListener' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:39,235 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=destroy; defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:39,235 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManagerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:39,235 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreTxManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:39,235 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:39,235 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'documentBuilderFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:39,235 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'transformerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:39,236 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'styleSheetProvider' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:39,236 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'marshallService' with a different definition: replacing [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:39,236 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:39,236 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'databaseService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:39,236 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'templateService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:39,237 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'initializerService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:39,237 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'ldapService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:39,237 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'thymeleafProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:39,237 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'environment' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=environment; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=environment; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:39,237 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformTransformer' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:39,237 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'requestProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:39,268 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:16:39,310 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:16:39,320 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-09-10 16:16:39,347 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:16:39,348 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:16:39,348 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-09-10 16:16:39,348 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-09-10 16:16:39,348 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:16:39,349 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-09-10 16:16:39,353 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:16:39,534 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4e9c4bc2] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:16:39,537 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7aae6e34] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:16:39,555 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:16:39,556 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:16:39,559 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@3fd5e7c8: startup date [Tue Sep 10 16:16:39 CEST 2019]; root of context hierarchy 2019-09-10 16:16:39,766 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6e46f6ca testClass = ResourceRepositoryTest, testInstance = org.appng.core.repository.ResourceRepositoryTest@5009e592, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@225d6b97 testClass = ResourceRepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.ResourceRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@6efffd0b]; rollback [true] 2019-09-10 16:16:39,768 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name 2019-09-10 16:16:39,770 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource name of application name 2019-09-10 16:16:39,772 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@6e46f6ca testClass = ResourceRepositoryTest, testInstance = org.appng.core.repository.ResourceRepositoryTest@5009e592, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@225d6b97 testClass = ResourceRepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.ResourceRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:39,773 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@3fd5e7c8: startup date [Tue Sep 10 16:16:39 CEST 2019]; root of context hierarchy 2019-09-10 16:16:39,773 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:16:39,774 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.678 s - in org.appng.core.repository.ResourceRepositoryTest [INFO] Running org.appng.core.repository.RepositoryTest 2019-09-10 16:16:39,777 INFO [main] org.springframework.test.context.support.AbstractContextLoader: Could not detect default resource locations for test class [org.appng.core.repository.RepositoryTest]: no resource found for suffixes {-context.xml}. 2019-09-10 16:16:39,777 INFO [main] org.springframework.test.context.support.AnnotationConfigContextLoaderUtils: Could not detect default configuration classes for test class [org.appng.core.repository.RepositoryTest]: RepositoryTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2019-09-10 16:16:39,781 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2019-09-10 16:16:39,781 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@362b57de, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6a2549d6, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3454f039, org.springframework.test.context.support.DirtiesContextTestExecutionListener@46815bf, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6891274b, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@283ab876] 2019-09-10 16:16:39,782 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@3bfc4070: startup date [Tue Sep 10 16:16:39 CEST 2019]; root of context hierarchy 2019-09-10 16:16:39,906 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformEventListener' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:39,906 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=destroy; defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:39,906 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManagerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:39,907 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreTxManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:39,907 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:39,907 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'documentBuilderFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:39,908 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'transformerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:39,908 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'styleSheetProvider' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:39,909 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'marshallService' with a different definition: replacing [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:39,909 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:39,909 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'databaseService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:39,909 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'templateService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:39,910 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'initializerService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:39,910 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'ldapService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:39,910 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'thymeleafProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:39,910 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'environment' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=environment; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=environment; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:39,910 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformTransformer' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:39,911 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'requestProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:39,940 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:16:39,984 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:16:39,994 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-09-10 16:16:40,020 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:16:40,021 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:16:40,021 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-09-10 16:16:40,021 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-09-10 16:16:40,021 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:16:40,022 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-09-10 16:16:40,026 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:16:40,202 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@716f9605] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:16:40,204 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@64a7aeed] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:16:40,222 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:16:40,222 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:16:40,225 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@3bfc4070: startup date [Tue Sep 10 16:16:39 CEST 2019]; root of context hierarchy 2019-09-10 16:16:40,418 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7f745fb7 testClass = RepositoryTest, testInstance = org.appng.core.repository.RepositoryTest@4d01eb6d, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1b253c48 testClass = RepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.RepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@867fd56]; rollback [true] 2019-09-10 16:16:40,420 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name 2019-09-10 16:16:40,424 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@7f745fb7 testClass = RepositoryTest, testInstance = org.appng.core.repository.RepositoryTest@4d01eb6d, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1b253c48 testClass = RepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.RepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:40,424 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@3bfc4070: startup date [Tue Sep 10 16:16:39 CEST 2019]; root of context hierarchy 2019-09-10 16:16:40,425 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:16:40,425 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.649 s - in org.appng.core.repository.RepositoryTest [INFO] Running org.appng.core.repository.GroupRepositoryTest 2019-09-10 16:16:40,429 INFO [main] org.springframework.test.context.support.AbstractContextLoader: Could not detect default resource locations for test class [org.appng.core.repository.GroupRepositoryTest]: no resource found for suffixes {-context.xml}. 2019-09-10 16:16:40,429 INFO [main] org.springframework.test.context.support.AnnotationConfigContextLoaderUtils: Could not detect default configuration classes for test class [org.appng.core.repository.GroupRepositoryTest]: GroupRepositoryTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2019-09-10 16:16:40,434 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2019-09-10 16:16:40,434 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2b317aa0, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6b1b9944, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@432b6589, org.springframework.test.context.support.DirtiesContextTestExecutionListener@71003c4c, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5144acb6, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@66a2de63] 2019-09-10 16:16:40,435 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@7ebde813: startup date [Tue Sep 10 16:16:40 CEST 2019]; root of context hierarchy 2019-09-10 16:16:40,563 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformEventListener' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:40,563 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=destroy; defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:40,563 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManagerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:40,563 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreTxManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:40,564 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:40,564 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'documentBuilderFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:40,564 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'transformerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:40,564 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'styleSheetProvider' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:40,564 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'marshallService' with a different definition: replacing [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:40,564 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:40,564 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'databaseService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:40,564 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'templateService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:40,565 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'initializerService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:40,565 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'ldapService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:40,565 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'thymeleafProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:40,565 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'environment' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=environment; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=environment; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:40,565 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformTransformer' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:40,565 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'requestProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:40,590 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:16:40,632 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:16:40,642 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-09-10 16:16:40,673 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:16:40,673 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:16:40,673 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-09-10 16:16:40,673 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-09-10 16:16:40,673 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:16:40,679 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-09-10 16:16:40,684 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:16:40,868 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7ce9c69f] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:16:40,871 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@77f42b47] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:16:40,887 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:16:40,887 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:16:40,891 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@7ebde813: startup date [Tue Sep 10 16:16:40 CEST 2019]; root of context hierarchy 2019-09-10 16:16:41,121 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@461b8155 testClass = GroupRepositoryTest, testInstance = org.appng.core.repository.GroupRepositoryTest@6768399d, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3fb3e4c0 testClass = GroupRepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.GroupRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@3246016]; rollback [true] 2019-09-10 16:16:41,124 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name 2019-09-10 16:16:41,128 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role name 2019-09-10 16:16:41,131 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group name 2019-09-10 16:16:41,139 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@461b8155 testClass = GroupRepositoryTest, testInstance = org.appng.core.repository.GroupRepositoryTest@6768399d, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3fb3e4c0 testClass = GroupRepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.GroupRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:41,139 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@7ebde813: startup date [Tue Sep 10 16:16:40 CEST 2019]; root of context hierarchy 2019-09-10 16:16:41,140 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:16:41,140 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.712 s - in org.appng.core.repository.GroupRepositoryTest [INFO] Running org.appng.core.repository.JobExecutionRecordRepositoryTest 2019-09-10 16:16:41,143 INFO [main] org.springframework.test.context.support.AbstractContextLoader: Could not detect default resource locations for test class [org.appng.core.repository.JobExecutionRecordRepositoryTest]: no resource found for suffixes {-context.xml}. 2019-09-10 16:16:41,143 INFO [main] org.springframework.test.context.support.AnnotationConfigContextLoaderUtils: Could not detect default configuration classes for test class [org.appng.core.repository.JobExecutionRecordRepositoryTest]: JobExecutionRecordRepositoryTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2019-09-10 16:16:41,149 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2019-09-10 16:16:41,150 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7ba05ac6, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@45eeca7f, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1c850bdd, org.springframework.test.context.support.DirtiesContextTestExecutionListener@423d1bb5, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3bb21f5e, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@8bc9765] 2019-09-10 16:16:41,151 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@3cd3be4c: startup date [Tue Sep 10 16:16:41 CEST 2019]; root of context hierarchy 2019-09-10 16:16:41,282 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformEventListener' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:41,282 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=destroy; defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:41,282 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManagerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:41,282 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreTxManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:41,282 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:41,282 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'documentBuilderFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:41,283 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'transformerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:41,283 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'styleSheetProvider' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:41,283 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'marshallService' with a different definition: replacing [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:41,283 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:41,283 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'databaseService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:41,283 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'templateService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:41,283 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'initializerService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:41,283 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'ldapService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:41,284 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'thymeleafProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:41,284 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'environment' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=environment; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=environment; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:41,284 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformTransformer' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:41,284 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'requestProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:41,309 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:16:41,353 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:16:41,363 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-09-10 16:16:41,400 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:16:41,400 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:16:41,400 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-09-10 16:16:41,401 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-09-10 16:16:41,401 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:16:41,401 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-09-10 16:16:41,407 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:16:41,583 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7bfa408b] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:16:41,585 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2d2b1ad6] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:16:41,602 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:16:41,602 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:16:41,605 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@3cd3be4c: startup date [Tue Sep 10 16:16:41 CEST 2019]; root of context hierarchy 2019-09-10 16:16:41,779 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@79cd73c7 testClass = JobExecutionRecordRepositoryTest, testInstance = org.appng.core.repository.JobExecutionRecordRepositoryTest@72c32d67, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@32e72c5d testClass = JobExecutionRecordRepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.JobExecutionRecordRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@443ea9c5]; rollback [true] 2019-09-10 16:16:41,783 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@79cd73c7 testClass = JobExecutionRecordRepositoryTest, testInstance = org.appng.core.repository.JobExecutionRecordRepositoryTest@72c32d67, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@32e72c5d testClass = JobExecutionRecordRepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.JobExecutionRecordRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:41,783 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@3cd3be4c: startup date [Tue Sep 10 16:16:41 CEST 2019]; root of context hierarchy 2019-09-10 16:16:41,784 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:16:41,784 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.639 s - in org.appng.core.repository.JobExecutionRecordRepositoryTest [INFO] Running org.appng.core.repository.SubjectRepositoryTest 2019-09-10 16:16:41,789 INFO [main] org.springframework.test.context.support.AbstractContextLoader: Could not detect default resource locations for test class [org.appng.core.repository.SubjectRepositoryTest]: no resource found for suffixes {-context.xml}. 2019-09-10 16:16:41,789 INFO [main] org.springframework.test.context.support.AnnotationConfigContextLoaderUtils: Could not detect default configuration classes for test class [org.appng.core.repository.SubjectRepositoryTest]: SubjectRepositoryTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2019-09-10 16:16:41,797 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2019-09-10 16:16:41,797 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@4ef14401, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@5595db29, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@4cb61157, org.springframework.test.context.support.DirtiesContextTestExecutionListener@522b680d, org.springframework.test.context.transaction.TransactionalTestExecutionListener@16beef05, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6d092268] 2019-09-10 16:16:41,798 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@11c9ba37: startup date [Tue Sep 10 16:16:41 CEST 2019]; root of context hierarchy 2019-09-10 16:16:41,934 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformEventListener' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:41,935 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=destroy; defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:41,935 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManagerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:41,935 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreTxManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:41,935 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:41,935 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'documentBuilderFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:41,935 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'transformerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:41,935 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'styleSheetProvider' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:41,936 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'marshallService' with a different definition: replacing [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:41,936 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:41,936 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'databaseService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:41,936 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'templateService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:41,936 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'initializerService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:41,936 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'ldapService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:41,936 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'thymeleafProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:41,936 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'environment' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=environment; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=environment; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:41,936 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformTransformer' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:41,936 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'requestProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:41,968 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:16:42,007 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:16:42,016 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-09-10 16:16:42,042 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:16:42,042 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:16:42,042 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-09-10 16:16:42,042 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-09-10 16:16:42,042 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:16:42,042 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-09-10 16:16:42,046 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:16:42,205 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@64a99369] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:16:42,208 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5f8263fd] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:16:42,224 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:16:42,224 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:16:42,227 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@11c9ba37: startup date [Tue Sep 10 16:16:41 CEST 2019]; root of context hierarchy 2019-09-10 16:16:42,408 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7c5dfc66 testClass = SubjectRepositoryTest, testInstance = org.appng.core.repository.SubjectRepositoryTest@7c30ad67, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6544a319 testClass = SubjectRepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.SubjectRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@419ca891]; rollback [true] 2019-09-10 16:16:42,410 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group name 2019-09-10 16:16:42,412 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site name 2019-09-10 16:16:42,414 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name 2019-09-10 16:16:42,417 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role name 2019-09-10 16:16:42,419 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject name 2019-09-10 16:16:42,427 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@7c5dfc66 testClass = SubjectRepositoryTest, testInstance = org.appng.core.repository.SubjectRepositoryTest@7c30ad67, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6544a319 testClass = SubjectRepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.SubjectRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]] 2019-09-10 16:16:42,427 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@11c9ba37: startup date [Tue Sep 10 16:16:41 CEST 2019]; root of context hierarchy 2019-09-10 16:16:42,429 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:16:42,429 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.642 s - in org.appng.core.repository.SubjectRepositoryTest [INFO] Running org.appng.core.model.PlatformTransformerTest 2019-09-10 16:16:42,438 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2019-09-10 16:16:42,438 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@73f9f122, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@dbdaa1d, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@53f55c1d, org.springframework.test.context.support.DirtiesContextTestExecutionListener@58df3bbd, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6493b165, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@41e02a8] 2019-09-10 16:16:42,439 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@7d72b382: startup date [Tue Sep 10 16:16:42 CEST 2019]; root of context hierarchy 2019-09-10 16:16:42,563 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformEventListener' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:42,563 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=destroy; defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:42,564 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManagerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:42,564 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreTxManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:42,564 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:42,564 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'documentBuilderFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:42,564 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'transformerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:42,564 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'styleSheetProvider' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:42,565 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'marshallService' with a different definition: replacing [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:42,565 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:42,565 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'databaseService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:42,565 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'templateService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:42,565 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'initializerService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:42,566 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'ldapService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:42,566 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'thymeleafProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:42,566 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'environment' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=environment; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=environment; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:42,566 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformTransformer' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:42,566 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'requestProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-09-10 16:16:42,591 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:16:42,634 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:16:42,644 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-09-10 16:16:42,674 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:16:42,674 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-09-10 16:16:42,675 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-09-10 16:16:42,675 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-09-10 16:16:42,675 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:16:42,676 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-09-10 16:16:42,681 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:16:42,841 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7d1d1333] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:16:42,844 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1776f639] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-09-10 16:16:42,860 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:16:42,860 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:16:42,863 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@7d72b382: startup date [Tue Sep 10 16:16:42 CEST 2019]; root of context hierarchy 2019-09-10 16:16:43,681 ERROR [main] org.appng.core.model.PlatformTransformer: An empty sequence is not allowed as the value of variable $foo ; SystemID: ; Line#: 6; Column#: 10 net.sf.saxon.trans.XPathException: An empty sequence is not allowed as the value of variable $foo at net.sf.saxon.expr.Expression.typeError(Expression.java:1464) at net.sf.saxon.expr.CardinalityChecker.evaluateItem(CardinalityChecker.java:280) at net.sf.saxon.expr.AtomicSequenceConverter.evaluateItem(AtomicSequenceConverter.java:354) at net.sf.saxon.expr.AtomicSequenceConverter.evaluateItem(AtomicSequenceConverter.java:28) at net.sf.saxon.expr.Expression.evaluateAsString(Expression.java:911) at net.sf.saxon.expr.instruct.SimpleNodeConstructor.processLeavingTail(SimpleNodeConstructor.java:218) at net.sf.saxon.expr.instruct.ValueOf.processLeavingTail(ValueOf.java:290) at net.sf.saxon.expr.instruct.TemplateRule.applyLeavingTail(TemplateRule.java:352) at net.sf.saxon.trans.Mode.applyTemplates(Mode.java:532) at net.sf.saxon.trans.XsltController.applyTemplates(XsltController.java:747) at net.sf.saxon.s9api.AbstractXsltTransformer.applyTemplatesToSource(AbstractXsltTransformer.java:347) at net.sf.saxon.s9api.XsltTransformer.transform(XsltTransformer.java:349) at net.sf.saxon.jaxp.TransformerImpl.transform(TransformerImpl.java:71) at org.appng.core.model.PlatformTransformer.transform(PlatformTransformer.java:320) at org.appng.core.model.PlatformTransformer.transform(PlatformTransformer.java:197) at org.appng.core.model.PlatformTransformerTest.runErrornousTest(PlatformTransformerTest.java:153) at org.appng.core.model.PlatformTransformerTest.testRuntimeError(PlatformTransformerTest.java:132) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:75) at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:86) at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:84) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:252) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:94) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:191) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) 2019-09-10 16:16:43,683 INFO [main] org.appng.core.model.PlatformTransformer: writing debug files to target/debug 2019-09-10 16:16:43,684 INFO [main] org.appng.core.model.PlatformTransformer: writing debug file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug/template.xsl 2019-09-10 16:16:43,684 INFO [main] org.appng.core.model.PlatformTransformer: writing debug file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug/platform.xml 2019-09-10 16:16:43,684 INFO [main] org.appng.core.model.PlatformTransformer: writing debug file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug/stacktrace.txt 2019-09-10 16:16:43,722 ERROR [main] org.appng.core.model.PlatformTransformer: Unknown XSLT element: ; SystemID: ; Line#: 5; Column#: 25 net.sf.saxon.trans.XPathException: Unknown XSLT element: at net.sf.saxon.style.StyleNodeFactory.makeElementNode(StyleNodeFactory.java:255) at net.sf.saxon.tree.linked.LinkedTreeBuilder.startContent(LinkedTreeBuilder.java:254) at net.sf.saxon.style.UseWhenFilter.startContent(UseWhenFilter.java:533) at net.sf.saxon.event.StartTagBuffer.startContent(StartTagBuffer.java:258) at net.sf.saxon.event.ProxyReceiver.startContent(ProxyReceiver.java:177) at net.sf.saxon.event.ProxyReceiver.startContent(ProxyReceiver.java:177) at net.sf.saxon.event.ProxyReceiver.startContent(ProxyReceiver.java:177) at net.sf.saxon.event.ReceivingContentHandler.startElement(ReceivingContentHandler.java:446) at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:509) at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:374) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2784) at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602) at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:841) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:770) at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1213) at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:643) at net.sf.saxon.event.Sender.sendSAXSource(Sender.java:434) at net.sf.saxon.event.Sender.send(Sender.java:167) at net.sf.saxon.style.StylesheetModule.loadStylesheet(StylesheetModule.java:232) at net.sf.saxon.style.Compilation.compileSingletonPackage(Compilation.java:107) at net.sf.saxon.s9api.XsltCompiler.compile(XsltCompiler.java:785) at net.sf.saxon.jaxp.SaxonTransformerFactory.newTemplates(SaxonTransformerFactory.java:149) at org.appng.core.model.PlatformTransformer.transform(PlatformTransformer.java:181) at org.appng.core.model.PlatformTransformerTest.runErrornousTest(PlatformTransformerTest.java:153) at org.appng.core.model.PlatformTransformerTest.testCompileError(PlatformTransformerTest.java:127) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:75) at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:86) at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:84) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:252) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:94) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:191) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) 2019-09-10 16:16:43,724 INFO [main] org.appng.core.model.PlatformTransformer: writing debug files to target/debug 2019-09-10 16:16:43,724 INFO [main] org.appng.core.model.PlatformTransformer: writing debug file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug/template.xsl 2019-09-10 16:16:43,724 INFO [main] org.appng.core.model.PlatformTransformer: writing debug file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug/platform.xml 2019-09-10 16:16:43,725 INFO [main] org.appng.core.model.PlatformTransformer: writing debug file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug/stacktrace.txt 2019-09-10 16:16:43,740 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@7d72b382: startup date [Tue Sep 10 16:16:42 CEST 2019]; root of context hierarchy 2019-09-10 16:16:43,741 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-09-10 16:16:43,741 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.308 s - in org.appng.core.model.PlatformTransformerTest [INFO] Running org.appng.core.model.RepositoryUtilsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.appng.core.model.RepositoryUtilsTest [INFO] Running org.appng.core.model.CacheProviderTest 2019-09-10 16:16:43,754 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/WEB-INF/cache/platform/appNG 2019-09-10 16:16:43,755 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/WEB-INF/cache/application/appNG 2019-09-10 16:16:43,758 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/WEB-INF/cache/platform/appNG/foobar 2019-09-10 16:16:43,758 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/WEB-INF/cache/application/appNG/foobar [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.appng.core.model.CacheProviderTest [INFO] Running org.appng.core.model.JarInfoBuilderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.appng.core.model.JarInfoBuilderTest [INFO] Running org.appng.core.model.ApplicationProviderTest 2019-09-10 16:16:43,779 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2019-09-10 16:16:43,779 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7ec9b74, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@9e3ba0b, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@31dae2dd, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3c2f8dac, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5ffb9666, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4bdc4c70] 2019-09-10 16:16:43,796 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [applications/application1/beans.xml] 2019-09-10 16:16:43,852 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2019-09-10 16:16:43,864 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml] 2019-09-10 16:16:43,880 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@2df683dc: startup date [Tue Sep 10 16:16:43 CEST 2019]; root of context hierarchy 2019-09-10 16:16:43,919 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:16:43,966 INFO [HSQLDB Server @2c4e0bc2] hsqldb.db.HSQLDB6D1B88A8BC.ENGINE: Checkpoint start 2019-09-10 16:16:43,967 INFO [HSQLDB Server @2c4e0bc2] hsqldb.db.HSQLDB6D1B88A8BC.ENGINE: checkpointClose start 2019-09-10 16:16:43,973 INFO [HSQLDB Server @2c4e0bc2] hsqldb.db.HSQLDB6D1B88A8BC.ENGINE: checkpointClose synched 2019-09-10 16:16:43,983 INFO [HSQLDB Server @2c4e0bc2] hsqldb.db.HSQLDB6D1B88A8BC.ENGINE: checkpointClose script done 2019-09-10 16:16:43,998 INFO [HSQLDB Server @2c4e0bc2] hsqldb.db.HSQLDB6D1B88A8BC.ENGINE: checkpointClose end 2019-09-10 16:16:43,999 INFO [HSQLDB Server @2c4e0bc2] hsqldb.db.HSQLDB6D1B88A8BC.ENGINE: Checkpoint end - txts: 1 2019-09-10 16:16:44,069 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default' 2019-09-10 16:16:44,070 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default] 2019-09-10 16:16:44,222 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-09-10 16:16:44,236 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:16:44,273 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:16:44,273 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default' 2019-09-10 16:16:44,428 WARN [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist! 2019-09-10 16:16:44,525 WARN [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [messages-demo] not found for MessageSource: Can't find bundle for base name messages-demo, locale en 2019-09-10 16:16:44,526 WARN [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [testmessages] not found for MessageSource: Can't find bundle for base name testmessages, locale en 2019-09-10 16:16:44,673 ERROR [main] org.appng.core.model.ApplicationProvider: [localhost:demo-application] error while building structure for page 'entity' org.appng.api.ProcessingException: error performing action 'update' of event 'events', ID: 1609335162 at org.appng.api.support.CallableAction.execute(CallableAction.java:438) at org.appng.api.support.CallableAction.perform(CallableAction.java:318) at org.appng.core.model.ActionElement.perform(ActionElement.java:72) at org.appng.core.model.ApplicationProvider.getActionSectionElement(ApplicationProvider.java:532) at org.appng.core.model.ApplicationProvider.access$000(ApplicationProvider.java:127) at org.appng.core.model.ApplicationProvider$2.perform(ApplicationProvider.java:423) at org.appng.core.model.ApplicationProvider.doMonitored(ApplicationProvider.java:467) at org.appng.core.model.ApplicationProvider.addElements(ApplicationProvider.java:431) at org.appng.core.model.ApplicationProvider.buildStructure(ApplicationProvider.java:350) at org.appng.core.model.ApplicationProvider.process(ApplicationProvider.java:279) at org.appng.core.model.ApplicationProviderTest.runTest(ApplicationProviderTest.java:282) at org.appng.core.model.ApplicationProviderTest.testUpdateException(ApplicationProviderTest.java:183) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:75) at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:86) at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:84) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:252) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:94) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:191) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Caused by: org.appng.api.ApplicationException: adfsf at org.appng.testapplication.TestEntities.perform(TestEntities.java:71) at org.appng.testapplication.TestEntities.perform(TestEntities.java:35) at org.appng.api.support.CallableAction.execute(CallableAction.java:420) ... 43 more 2019-09-10 16:16:44,805 ERROR [main] org.appng.core.model.ApplicationProvider: [localhost:demo-application] error while building structure for page 'entity' org.appng.api.ProcessingException: error retrieving datasource 'entity', ID: 1666077495 at org.appng.api.support.CallableDataSource.perform(CallableDataSource.java:238) at org.appng.api.support.CallableAction.retrieveData(CallableAction.java:224) at org.appng.api.support.CallableAction.perform(CallableAction.java:316) at org.appng.core.model.ActionElement.perform(ActionElement.java:72) at org.appng.core.model.ApplicationProvider.getActionSectionElement(ApplicationProvider.java:532) at org.appng.core.model.ApplicationProvider.access$000(ApplicationProvider.java:127) at org.appng.core.model.ApplicationProvider$2.perform(ApplicationProvider.java:423) at org.appng.core.model.ApplicationProvider.doMonitored(ApplicationProvider.java:467) at org.appng.core.model.ApplicationProvider.addElements(ApplicationProvider.java:431) at org.appng.core.model.ApplicationProvider.buildStructure(ApplicationProvider.java:350) at org.appng.core.model.ApplicationProvider.process(ApplicationProvider.java:279) at org.appng.core.model.ApplicationProviderTest.runTest(ApplicationProviderTest.java:282) at org.appng.core.model.ApplicationProviderTest.testUpdateExceptionDataSource(ApplicationProviderTest.java:173) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:75) at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:86) at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:84) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:252) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:94) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:191) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Caused by: org.appng.api.ApplicationException: adfsf at org.appng.testapplication.TestEntities.getData(TestEntities.java:45) at org.appng.api.support.CallableDataSource.perform(CallableDataSource.java:199) ... 44 more 2019-09-10 16:16:44,990 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@2df683dc: startup date [Tue Sep 10 16:16:43 CEST 2019]; root of context hierarchy 2019-09-10 16:16:44,990 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default' 2019-09-10 16:16:45,137 INFO [HSQLDB Connection @331abc5e] hsqldb.db.HSQLDB6D1B88A8BC.ENGINE: Database closed [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.568 s - in org.appng.core.model.ApplicationProviderTest [INFO] Running org.appng.core.model.ThymeleafProcessorTest 2019-09-10 16:16:45,447 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug/2019-09-10-16:16:45,427_main/platform.xml 2019-09-10 16:16:45,780 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug/2019-09-10-16:16:45,427_main/template/hello.html 2019-09-10 16:16:45,780 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug/2019-09-10-16:16:45,427_main/template/platform.html 2019-09-10 16:16:45,781 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug/2019-09-10-16:16:45,427_main/template/hello-custom.html 2019-09-10 16:16:46,029 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug/2019-09-10-16:16:45,427_main/index.html 2019-09-10 16:16:46,069 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug/2019-09-10-16:16:46,058_main/platform.xml 2019-09-10 16:16:46,078 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug/2019-09-10-16:16:46,058_main/template/hello.html 2019-09-10 16:16:46,078 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug/2019-09-10-16:16:46,058_main/template/platform.html 2019-09-10 16:16:46,078 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug/2019-09-10-16:16:46,058_main/template/hello-custom.html 2019-09-10 16:16:46,087 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug/2019-09-10-16:16:46,058_main/index.html 2019-09-10 16:16:46,108 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug/2019-09-10-16:16:46,102_main/platform.xml 2019-09-10 16:16:46,117 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug/2019-09-10-16:16:46,102_main/template/hello.html 2019-09-10 16:16:46,118 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug/2019-09-10-16:16:46,102_main/template/platform.html 2019-09-10 16:16:46,118 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug/2019-09-10-16:16:46,102_main/template/hello-custom.html [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.776 s - in org.appng.core.model.ThymeleafProcessorTest [INFO] Running org.appng.core.model.OutputFormatAndTypeTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.appng.core.model.OutputFormatAndTypeTest [INFO] Running org.appng.core.model.PageParameterProcessorTest 2019-09-10 16:16:46,168 INFO [main] org.appng.core.model.PageParameterProcessor: retrieved new value for url-param 'hash' from session: 'hashFromSession' [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.appng.core.model.PageParameterProcessorTest [INFO] Running org.appng.core.PathInfoTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.appng.core.PathInfoTest [INFO] Running org.appng.core.application.PermissionProcessorTest 2019-09-10 16:16:46,205 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2019-09-10 16:16:46,205 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2019-09-10 16:16:46,206 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2019-09-10 16:16:46,206 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2019-09-10 16:16:46,206 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2019-09-10 16:16:46,206 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.appng.core.application.PermissionProcessorTest [INFO] Running org.appng.core.controller.rest.RestActionTest 2019-09-10 16:16:46,511 ERROR [main] org.appng.core.controller.rest.RestOperation$RestErrorHandler: error in REST service java.io.IOException: BOOOM! at org.appng.core.controller.rest.RestOperationTest.testHandleException(RestOperationTest.java:98) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.302 s - in org.appng.core.controller.rest.RestActionTest [INFO] Running org.appng.core.controller.rest.RestDataSourceTest 2019-09-10 16:16:46,634 ERROR [main] org.appng.core.controller.rest.RestOperation$RestErrorHandler: error in REST service java.io.IOException: BOOOM! at org.appng.core.controller.rest.RestOperationTest.testHandleException(RestOperationTest.java:98) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 s - in org.appng.core.controller.rest.RestDataSourceTest [INFO] Running org.appng.core.controller.rest.RestOperationTest 2019-09-10 16:16:46,636 ERROR [main] org.appng.core.controller.rest.RestOperation$RestErrorHandler: error in REST service java.io.IOException: BOOOM! at org.appng.core.controller.rest.RestOperationTest.testHandleException(RestOperationTest.java:98) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.appng.core.controller.rest.RestOperationTest [INFO] Running org.appng.core.controller.PlatformConfigTest 2019-09-10 16:16:46,657 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@e269bfe: startup date [Tue Sep 10 16:16:46 CEST 2019]; root of context hierarchy 2019-09-10 16:16:46,812 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformEventListener' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/service/PlatformTestConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.controller.PlatformConfig] 2019-09-10 16:16:46,812 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/service/PlatformTestConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=destroy; defined in org.appng.core.controller.PlatformConfig] 2019-09-10 16:16:46,812 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManagerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/service/PlatformTestConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.controller.PlatformConfig] 2019-09-10 16:16:46,812 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreTxManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/service/PlatformTestConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.controller.PlatformConfig] 2019-09-10 16:16:46,812 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/service/PlatformTestConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.controller.PlatformConfig] 2019-09-10 16:16:46,813 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'documentBuilderFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/service/PlatformTestConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.controller.PlatformConfig] 2019-09-10 16:16:46,813 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'transformerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/service/PlatformTestConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.controller.PlatformConfig] 2019-09-10 16:16:46,813 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'styleSheetProvider' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/service/PlatformTestConfig.class]] with [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.controller.PlatformConfig] 2019-09-10 16:16:46,813 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'marshallService' with a different definition: replacing [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/service/PlatformTestConfig.class]] with [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.controller.PlatformConfig] 2019-09-10 16:16:46,813 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/service/PlatformTestConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.controller.PlatformConfig] 2019-09-10 16:16:46,813 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'databaseService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/service/PlatformTestConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.controller.PlatformConfig] 2019-09-10 16:16:46,814 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'templateService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/service/PlatformTestConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.controller.PlatformConfig] 2019-09-10 16:16:46,814 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'initializerService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/service/PlatformTestConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.controller.PlatformConfig] 2019-09-10 16:16:46,814 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'ldapService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/service/PlatformTestConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.controller.PlatformConfig] 2019-09-10 16:16:46,814 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'thymeleafProcessor' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/service/PlatformTestConfig.class]] with [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.controller.PlatformConfig] 2019-09-10 16:16:46,814 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'environment' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=environment; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/service/PlatformTestConfig.class]] with [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=environment; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.controller.PlatformConfig] 2019-09-10 16:16:46,814 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformTransformer' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/service/PlatformTestConfig.class]] with [Root bean: class [null]; scope=request; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.controller.PlatformConfig] 2019-09-10 16:16:46,814 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'requestProcessor' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/service/PlatformTestConfig.class]] with [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.controller.PlatformConfig] 2019-09-10 16:16:46,846 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Sep 10, 2019 4:16:46 PM java.util.prefs.FileSystemPreferences$6 run WARNING: Prefs file removed in background /var/lib/jenkins/.java/.userPrefs/prefs.xml Sep 10, 2019 4:16:46 PM java.util.prefs.FileSystemPreferences$6 run WARNING: Prefs file removed in background /etc/.java/.systemPrefs/prefs.xml 2019-09-10 16:16:46,869 INFO [main] org.appng.core.repository.config.HikariCPConfigurer: connection jdbc:hsqldb:mem://appng uses datasource org.hsqldb.jdbc.JDBCDataSource 2019-09-10 16:16:46,873 INFO [main] com.zaxxer.hikari.HikariDataSource: appNG ROOT connection - Starting... 2019-09-10 16:16:46,903 INFO [main] com.zaxxer.hikari.pool.PoolBase: appNG ROOT connection - Driver does not support get/set network timeout for connections. (feature not supported) 2019-09-10 16:16:47,042 INFO [main] com.zaxxer.hikari.HikariDataSource: appNG ROOT connection - Start completed. 2019-09-10 16:16:47,062 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appNG' 2019-09-10 16:16:47,062 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG] 2019-09-10 16:16:47,095 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-09-10 16:16:47,102 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:16:47,274 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:16:47,274 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG' 2019-09-10 16:16:47,284 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.annotation.AnnotationConfigApplicationContext@e269bfe: startup date [Tue Sep 10 16:16:46 CEST 2019]; root of context hierarchy 2019-09-10 16:16:47,460 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2019-09-10 16:16:47,461 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://appng (HSQL Database Engine 2.5.0) 2019-09-10 16:16:47,462 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem://appng (HSQL Database Engine 2.5) 2019-09-10 16:16:47,468 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@e269bfe: startup date [Tue Sep 10 16:16:46 CEST 2019]; root of context hierarchy 2019-09-10 16:16:47,469 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG' 2019-09-10 16:16:47,469 INFO [main] com.zaxxer.hikari.HikariDataSource: appNG ROOT connection - Shutdown initiated... 2019-09-10 16:16:47,474 INFO [main] com.zaxxer.hikari.HikariDataSource: appNG ROOT connection - Shutdown completed. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.833 s - in org.appng.core.controller.PlatformConfigTest [INFO] Running org.appng.core.controller.messaging.MessagingTest 2019-09-10 16:16:47,480 INFO [main] org.appng.core.controller.messaging.MulticastReceiver: received message from localhost: org.appng.core.controller.messaging.MessagingTest - Origin: appng.node2 - Site: example.com 2019-09-10 16:16:47,480 INFO [main] org.appng.core.controller.messaging.MulticastReceiver: about to execute org.appng.core.controller.messaging.MessagingTest - Origin: appng.node2 - Site: example.com received from localhost 2019-09-10 16:16:47,481 INFO [main] org.appng.core.controller.messaging.MulticastReceiver: received message from localhost: org.appng.core.controller.messaging.MessagingTest - Origin: appng.node2 - Site: localhost 2019-09-10 16:16:47,481 INFO [main] org.appng.core.controller.messaging.MulticastReceiver: about to execute org.appng.core.controller.messaging.MessagingTest - Origin: appng.node2 - Site: localhost received from localhost [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.appng.core.controller.messaging.MessagingTest [INFO] Running org.appng.core.controller.RequestUtilTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.appng.core.controller.RequestUtilTest [INFO] Running org.appng.core.controller.ApplicationContextTest 2019-09-10 16:16:47,494 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2019-09-10 16:16:47,495 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7d7f1e63, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@684132b, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@38e48af6, org.springframework.test.context.support.DirtiesContextTestExecutionListener@30591e70, org.springframework.test.context.transaction.TransactionalTestExecutionListener@35d0921e, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@13ebc2c4] 2019-09-10 16:16:47,499 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [applications/application1/beans.xml] 2019-09-10 16:16:47,521 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2019-09-10 16:16:47,529 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml] 2019-09-10 16:16:47,538 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@f444975: startup date [Tue Sep 10 16:16:47 CEST 2019]; root of context hierarchy 2019-09-10 16:16:47,548 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:16:47,995 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default' 2019-09-10 16:16:47,995 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default] 2019-09-10 16:16:48,126 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-09-10 16:16:48,141 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:16:48,403 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:16:48,403 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default' 2019-09-10 16:16:48,473 WARN [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist! 2019-09-10 16:16:48,593 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@f444975: startup date [Tue Sep 10 16:16:47 CEST 2019]; root of context hierarchy 2019-09-10 16:16:48,594 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default' 2019-09-10 16:16:48,841 INFO [HSQLDB Connection @561f2603] hsqldb.db.HSQLDB6D1B88A8BC.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.556 s - in org.appng.core.controller.ApplicationContextTest [INFO] Running org.appng.core.controller.RedirectTest 2019-09-10 16:16:49,047 INFO [main] org.appng.core.Redirect : Redirecting request to /targeturl (301) 2019-09-10 16:16:49,048 INFO [main] org.appng.core.Redirect : Redirecting request to targeturl (302) 2019-09-10 16:16:49,049 INFO [main] org.appng.core.Redirect : Redirecting request to http://www.example.com (301) [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.appng.core.controller.RedirectTest [INFO] Running org.appng.core.controller.PlatformStartupTest 2019-09-10 16:16:49,073 INFO [main] org.appng.core.controller.Log4jConfigurer: Initialized log4j from classpath:log4j.properties 2019-09-10 16:16:49,074 INFO [main] org.appng.core.controller.PlatformStartup: 2019-09-10 16:16:49,074 INFO [main] org.appng.core.controller.PlatformStartup: Launching appNG, the Next Generation Application Platform ... 2019-09-10 16:16:49,074 INFO [main] org.appng.core.controller.PlatformStartup: 2019-09-10 16:16:49,076 INFO [main] org.appng.core.controller.PlatformStartup: - - ---- ----------------------------------------- -------- - - 2019-09-10 16:16:49,076 INFO [main] org.appng.core.controller.PlatformStartup: ____ _______ _____ .---,,--,-^²²^-,. 2019-09-10 16:16:49,076 INFO [main] org.appng.core.controller.PlatformStartup: .,--^^²´´ `^^²´´ `²^-.-²´´ ``²---´ dSb. db ,dS$P² < 2019-09-10 16:16:49,076 INFO [main] org.appng.core.controller.PlatformStartup: ,-´_.dSS$§§§§$Sb. .dS$§§§§§$Sb. : .dS$§§§§$SSb. : $§4b.$$ l$´ ss ; 2019-09-10 16:16:49,076 INFO [main] org.appng.core.controller.PlatformStartup: ,/ .dS$SP²^^^²4$§§$ $§§$P²^^^²4S$$b.`4$$P²^^^²4S§$b. 4$`4b$P `4S$SP | 2019-09-10 16:16:49,076 INFO [main] org.appng.core.controller.PlatformStartup: ! .$§SP° $§§$ $§§$´ `4S§$.`4$´ `4S§$. .-----^²------´ 2019-09-10 16:16:49,076 INFO [main] org.appng.core.controller.PlatformStartup: ; [$§$l $§§$ $§§$ l$§$] l$ l$§$] ! 2019-09-10 16:16:49,076 INFO [main] org.appng.core.controller.PlatformStartup: l.`S$Sb. $§§$ $§§$ ,dS$S´ d$ ,dS$S´ ; 2019-09-10 16:16:49,076 INFO [main] org.appng.core.controller.PlatformStartup: \ `4S$Sbsaaasd$§§$ $§§$ssaaasdS$SP´,d$$ssaaasdS$SP´ l 2019-09-10 16:16:49,076 INFO [main] org.appng.core.controller.PlatformStartup: \_ ``4SS$§§§§§§§$ $§§§§§§§$SSP´´ $§§§§§§§$SSP´´_.^ 2019-09-10 16:16:49,076 INFO [main] org.appng.core.controller.PlatformStartup: `----,_,.____,. $$$$ ___.___,^ $$$$ ___.,--^ 2019-09-10 16:16:49,076 INFO [main] org.appng.core.controller.PlatformStartup: _ _ ______ ____ ! $§§$ ! ____ _ ! $$$$ | ________ _______ ____ _ _ 2019-09-10 16:16:49,076 INFO [main] org.appng.core.controller.PlatformStartup: | $$$$ ; l $$$$ ; 2019-09-10 16:16:49,077 INFO [main] org.appng.core.controller.PlatformStartup: `--,.-^´ `--,.-^´ 2019-09-10 16:16:49,077 INFO [main] org.appng.core.service.HsqlStarter: starting HSQL Server 2.5.0 at /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/WEB-INF/database/appng on port 9050 2019-09-10 16:16:49,116 INFO [HSQLDB Server @26f4e3df] hsqldb.db.HSQLDB6D1B88BCC3.ENGINE: Checkpoint start 2019-09-10 16:16:49,117 INFO [HSQLDB Server @26f4e3df] hsqldb.db.HSQLDB6D1B88BCC3.ENGINE: checkpointClose start 2019-09-10 16:16:49,122 INFO [HSQLDB Server @26f4e3df] hsqldb.db.HSQLDB6D1B88BCC3.ENGINE: checkpointClose synched 2019-09-10 16:16:49,130 INFO [HSQLDB Server @26f4e3df] hsqldb.db.HSQLDB6D1B88BCC3.ENGINE: checkpointClose script done 2019-09-10 16:16:49,146 INFO [HSQLDB Server @26f4e3df] hsqldb.db.HSQLDB6D1B88BCC3.ENGINE: checkpointClose end 2019-09-10 16:16:49,147 INFO [HSQLDB Server @26f4e3df] hsqldb.db.HSQLDB6D1B88BCC3.ENGINE: Checkpoint end - txts: 1 2019-09-10 16:16:49,178 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2019-09-10 16:16:49,281 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:hsql://localhost:9050/appng (HSQL Database Engine 2.5.0) 2019-09-10 16:16:49,383 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9050/appng (HSQL Database Engine 2.5) 2019-09-10 16:16:49,502 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:hsql://localhost:9050/appng (HSQL Database Engine 2.5.0) 2019-09-10 16:16:49,604 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9050/appng (HSQL Database Engine 2.5) 2019-09-10 16:16:49,618 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.008s) 2019-09-10 16:16:49,625 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2019-09-10 16:16:49,635 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2019-09-10 16:16:49,645 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2019-09-10 16:16:49,681 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2019-09-10 16:16:49,694 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2019-09-10 16:16:49,700 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2019-09-10 16:16:49,708 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2019-09-10 16:16:49,717 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2019-09-10 16:16:49,725 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2019-09-10 16:16:49,733 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2019-09-10 16:16:49,738 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2019-09-10 16:16:49,743 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2019-09-10 16:16:49,749 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.0.0 - add job execution record 2019-09-10 16:16:49,754 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 11 migrations to schema "PUBLIC" (execution time 00:00.129s). 2019-09-10 16:16:49,754 INFO [main] org.appng.core.controller.PlatformStartup: Platform connection: HSQL jdbc:hsqldb:hsql://localhost:9050/appng 2019-09-10 16:16:49,755 INFO [main] org.appng.core.controller.PlatformStartup: appNG null started in 681 ms. 2019-09-10 16:16:49,755 INFO [main] org.appng.core.controller.PlatformStartup: ==================================================================================================== 2019-09-10 16:16:54,757 INFO [main] org.appng.core.controller.PlatformStartup: appNG stopped. 2019-09-10 16:16:54,757 INFO [main] org.appng.core.controller.PlatformStartup: ==================================================================================================== [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.705 s - in org.appng.core.controller.PlatformStartupTest [INFO] Running org.appng.core.controller.handler.GuiHandlerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.appng.core.controller.handler.GuiHandlerTest [INFO] Running org.appng.core.controller.handler.ServiceRequestHandlerTest 2019-09-10 16:16:54,764 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@4864b467: startup date [Tue Sep 10 16:16:54 CEST 2019]; root of context hierarchy 2019-09-10 16:16:54,836 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/add/{a}/{b}],methods=[GET],produces=[application/json;charset=UTF-8]}" onto public org.springframework.http.ResponseEntity org.appng.core.controller.handler.ServiceRequestHandlerTest$FoobarRest.add(java.lang.Integer,java.lang.Integer) throws org.appng.api.BusinessException 2019-09-10 16:16:54,878 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.context.support.GenericApplicationContext@4864b467: startup date [Tue Sep 10 16:16:54 CEST 2019]; root of context hierarchy 2019-09-10 16:16:54,983 INFO [main] org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver: Detected @ExceptionHandler methods in foobarRest 2019-09-10 16:16:54,994 WARN [main] org.appng.core.controller.handler.ServiceRequestHandler: No such application 'bar?jin=fizz' for site 'localhost' returning 404 (path: /services/localhost/bar?jin=fizz) 2019-09-10 16:16:54,995 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@37a413cf: startup date [Tue Sep 10 16:16:54 CEST 2019]; root of context hierarchy 2019-09-10 16:16:55,005 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/add/{a}/{b}],methods=[GET],produces=[application/json;charset=UTF-8]}" onto public org.springframework.http.ResponseEntity org.appng.core.controller.handler.ServiceRequestHandlerTest$FoobarRest.add(java.lang.Integer,java.lang.Integer) throws org.appng.api.BusinessException 2019-09-10 16:16:55,012 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.context.support.GenericApplicationContext@37a413cf: startup date [Tue Sep 10 16:16:54 CEST 2019]; root of context hierarchy 2019-09-10 16:16:55,028 ERROR [main] org.appng.core.controller.handler.ServiceRequestHandler: no webservice 'foobar' for application 'appng-demoapplication' in site 'localhost' 2019-09-10 16:16:55,030 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@6d0fc5ad: startup date [Tue Sep 10 16:16:55 CEST 2019]; root of context hierarchy 2019-09-10 16:16:55,036 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/add/{a}/{b}],methods=[GET],produces=[application/json;charset=UTF-8]}" onto public org.springframework.http.ResponseEntity org.appng.core.controller.handler.ServiceRequestHandlerTest$FoobarRest.add(java.lang.Integer,java.lang.Integer) throws org.appng.api.BusinessException 2019-09-10 16:16:55,038 WARN [main] org.appng.core.controller.handler.RestService: no @RestController found for /services/site1/appng-demoapplication/rest/notfound 2019-09-10 16:16:56,039 INFO [main] org.appng.api.RequestUtil : site 'localhost [STARTING] (#1022216879)' is currently being started, waited 1000ms 2019-09-10 16:16:56,039 WARN [main] org.appng.core.controller.handler.ServiceRequestHandler: Site 'localhost' is in state STARTING, returning 503 (path: /services/localhost/foobar) 2019-09-10 16:16:56,040 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@6034f6c6: startup date [Tue Sep 10 16:16:56 CEST 2019]; root of context hierarchy 2019-09-10 16:16:56,044 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/add/{a}/{b}],methods=[GET],produces=[application/json;charset=UTF-8]}" onto public org.springframework.http.ResponseEntity org.appng.core.controller.handler.ServiceRequestHandlerTest$FoobarRest.add(java.lang.Integer,java.lang.Integer) throws org.appng.api.BusinessException 2019-09-10 16:16:56,050 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.context.support.GenericApplicationContext@6034f6c6: startup date [Tue Sep 10 16:16:56 CEST 2019]; root of context hierarchy 2019-09-10 16:16:56,056 INFO [main] org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver: Detected @ExceptionHandler methods in foobarRest 2019-09-10 16:16:56,071 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@192d71dc: startup date [Tue Sep 10 16:16:56 CEST 2019]; root of context hierarchy 2019-09-10 16:16:56,075 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/add/{a}/{b}],methods=[GET],produces=[application/json;charset=UTF-8]}" onto public org.springframework.http.ResponseEntity org.appng.core.controller.handler.ServiceRequestHandlerTest$FoobarRest.add(java.lang.Integer,java.lang.Integer) throws org.appng.api.BusinessException 2019-09-10 16:16:56,087 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.context.support.GenericApplicationContext@192d71dc: startup date [Tue Sep 10 16:16:56 CEST 2019]; root of context hierarchy 2019-09-10 16:16:56,094 INFO [main] org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver: Detected @ExceptionHandler methods in foobarRest 2019-09-10 16:16:56,112 WARN [main] org.appng.core.controller.handler.ServiceRequestHandler: No such site: 'foo', returning 404 (path: /services/foo/bar?jin=fizz) [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.35 s - in org.appng.core.controller.handler.ServiceRequestHandlerTest [INFO] Running org.appng.core.controller.RepositoryWatcherTest 2019-09-10 16:16:56,205 INFO [Time-limited test] org.appng.core.controller.RepositoryWatcher: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/test-classes/conf/urlrewrite.xml has been read, 9 forward rules have been processed 2019-09-10 16:16:56,206 INFO [Time-limited test] org.appng.core.controller.RepositoryWatcher: watching /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/test-classes/conf 2019-09-10 16:16:56,206 INFO [Time-limited test] org.appng.core.controller.RepositoryWatcher: watching /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/test-classes/repository/manager/www/de 2019-09-10 16:16:56,207 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: start watching... 2019-09-10 16:16:56,214 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: removed 1 cache elements for /de/fehler (cache size: 4) 2019-09-10 16:16:56,224 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: removed 1 cache elements for /de/error (cache size: 3) 2019-09-10 16:16:56,228 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: removed 1 cache elements for /de/fault (cache size: 2) 2019-09-10 16:16:56,228 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: removed 1 cache elements for /de/test (cache size: 1) 2019-09-10 16:16:56,251 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/test-classes/conf/urlrewrite.xml has been read, 9 forward rules have been processed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 s - in org.appng.core.controller.RepositoryWatcherTest [INFO] Running org.appng.core.controller.SessionListenerTest 2019-09-10 16:16:56,321 INFO [main] org.appng.core.controller.SessionListener: Session created: ZUS383883OTOTOLSKKL (created: 2019-09-10 16:16:56) 2019-09-10 16:16:56,323 INFO [main] org.appng.core.controller.SessionListener: Session created: ERTERTZGFHFGHGFH234 (created: 2019-09-10 16:16:56) 2019-09-10 16:16:56,323 INFO [main] org.appng.core.controller.SessionListener: Session destroyed: ZUS383883OTOTOLSKKL (created: 2019-09-10 16:16:56, accessed: 2019-09-10 16:16:56, requests: 1, domain: http://localhost:8080, user-agent: null) 2019-09-10 16:16:56,324 INFO [main] org.appng.core.controller.SessionListener: Session created: ZUS383883OTOTOLSKKL (created: 2019-09-10 16:16:56) [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.appng.core.controller.SessionListenerTest [INFO] Running org.appng.core.controller.ControllerTest 2019-09-10 16:16:56,340 INFO [main] org.appng.core.controller.Controller: Controller created 2019-09-10 16:16:56,341 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1736979914 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:56,368 INFO [main] org.appng.core.controller.Controller: Controller created 2019-09-10 16:16:56,369 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#922382507 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:56,372 INFO [main] org.appng.core.controller.Controller: Controller created 2019-09-10 16:16:56,372 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1551166298 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:56,373 INFO [main] org.appng.core.controller.Controller: Controller created 2019-09-10 16:16:56,374 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#175644966 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:56,381 INFO [main] org.appng.core.controller.Controller: Controller created 2019-09-10 16:16:56,382 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#119677920 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:56,383 INFO [main] org.appng.core.controller.Controller: Controller created 2019-09-10 16:16:56,384 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#118056180 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:56,385 INFO [main] org.appng.core.controller.Controller: Controller created 2019-09-10 16:16:56,385 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#971532653 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:56,389 INFO [main] org.appng.core.controller.Controller: Controller created 2019-09-10 16:16:56,389 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1417710035 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:56,390 INFO [main] org.appng.core.Redirect : Redirecting request to /de/index (301) 2019-09-10 16:16:56,391 INFO [main] org.appng.core.controller.Controller: Controller created 2019-09-10 16:16:56,392 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1048183906 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:56,396 INFO [main] org.appng.core.controller.Controller: Controller created 2019-09-10 16:16:56,397 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#127592304 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:56,398 INFO [main] org.appng.core.controller.Controller: Controller created 2019-09-10 16:16:56,399 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#628173135 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:56,400 INFO [main] org.appng.core.controller.Controller: Controller created 2019-09-10 16:16:56,401 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1704064836 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:56,402 INFO [main] org.appng.core.controller.Controller: Controller created 2019-09-10 16:16:56,403 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#651708210 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:56,403 INFO [main] org.appng.core.controller.Controller: Controller created 2019-09-10 16:16:56,404 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#955737719 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:56,406 INFO [main] org.appng.core.controller.Controller: Controller created 2019-09-10 16:16:56,407 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1605910810 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:56,409 INFO [main] org.appng.core.controller.Controller: Controller created 2019-09-10 16:16:56,410 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#679534100 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:56,411 INFO [main] org.appng.core.controller.Controller: Controller created 2019-09-10 16:16:56,412 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2033813071 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:56,413 INFO [main] org.appng.core.controller.Controller: Controller created 2019-09-10 16:16:56,413 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#23656506 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:56,414 INFO [main] org.appng.core.Redirect : Redirecting request /de to /de/index (301) 2019-09-10 16:16:56,414 INFO [main] org.appng.core.controller.Controller: Controller created 2019-09-10 16:16:56,415 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1507715482 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:56,416 INFO [main] org.appng.core.controller.Controller: Controller created 2019-09-10 16:16:56,417 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1078271382 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:56,421 INFO [main] org.appng.core.controller.Controller: Controller created 2019-09-10 16:16:56,422 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1819665413 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:56,425 INFO [main] org.appng.core.controller.Controller: Controller created 2019-09-10 16:16:56,425 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1676771987 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:56,426 INFO [main] org.appng.core.controller.Controller: Controller created 2019-09-10 16:16:56,427 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#534101375 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:56,428 INFO [main] org.appng.core.controller.Controller: Controller created 2019-09-10 16:16:56,429 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1182432994 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:56,430 INFO [main] org.appng.core.controller.Controller: Controller created 2019-09-10 16:16:56,430 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#919687626 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:56,434 INFO [main] org.appng.core.controller.Controller: Controller created 2019-09-10 16:16:56,435 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1319649172 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s - in org.appng.core.controller.ControllerTest [INFO] Running org.appng.core.controller.filter.JspExtensionFilterTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.appng.core.controller.filter.JspExtensionFilterTest [INFO] Running org.appng.core.controller.filter.RedirectFilterTest 2019-09-10 16:16:56,496 INFO [main] org.springframework.mock.web.MockServletContext: org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: conf reload check set to 5000s 2019-09-10 16:16:56,498 INFO [main] org.springframework.mock.web.MockServletContext: org.tuckey.web.filters.urlrewrite.UrlRewriteFilter ERROR: unable to find urlrewrite conf file at /WEB-INF/urlrewrite.xml 2019-09-10 16:16:56,500 INFO [main] org.springframework.mock.web.MockServletContext: org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: conf reload check set to 5000s 2019-09-10 16:16:56,503 INFO [main] org.springframework.mock.web.MockServletContext: org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: loaded (conf ok) 2019-09-10 16:16:56,508 INFO [main] org.springframework.mock.web.MockServletContext: org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: loaded (conf ok) [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.appng.core.controller.filter.RedirectFilterTest [INFO] Running org.appng.core.controller.filter.PageCacheFilterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.appng.core.controller.filter.PageCacheFilterTest [INFO] Running org.appng.core.controller.PlatformProcessorTest 2019-09-10 16:16:56,548 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1478047181 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:56,555 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1349441848 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:56,578 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1986075460 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-09-10 16:16:56,584 ERROR [main] org.appng.core.model.PlatformProcessor: error while processing java.io.FileNotFoundException: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/xsl/platform.xsl (No such file or directory) at java.io.FileInputStream.open0(Native Method) at java.io.FileInputStream.open(FileInputStream.java:195) at java.io.FileInputStream.(FileInputStream.java:138) at org.appng.core.model.PlatformTransformer.transform(PlatformTransformer.java:128) at org.appng.core.model.PlatformProcessor.processWithTemplate(PlatformProcessor.java:106) at org.appng.core.controller.PlatformProcessorTest.testTransformError(PlatformProcessorTest.java:143) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) 2019-09-10 16:16:56,600 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1936965683 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in org.appng.core.controller.PlatformProcessorTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 311, Failures: 0, Errors: 0, Skipped: 23 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-core --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.20.1.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-core --- [WARNING] Error fetching link: https://appng.org/appng-forms/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-mail/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.tuckey.org/urlrewrite/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://project.spring.io/spring-ws/spring-ws-core/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-api/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-persistence/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-xmlapi/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-search/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://freemarker.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.saxonica.com/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.slf4j.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://commons.apache.org/proper/commons-compress/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.quartz-scheduler.org/quartz/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://flywaydb.org/flyway-core/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://hsqldb.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://jsp.dev.java.net/jsp-api/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://tomcat.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://tomcat.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.mockito.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://dev.mysql.com/doc/connector-j/en/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-testsupport/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://hibernate.org/orm/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://hibernate.org/validator/hibernate-validator/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://hibernate.org/orm/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://www.joda.org/joda-time/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/brettwooldridge/HikariCP/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://tomcat.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://tomcat.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://tomcat.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/Microsoft/mssql-jdbc/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://ehcache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://ehcache.org/ehcache-web-parent/ehcache-web/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://www.rabbitmq.com/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://spring.io/spring-security/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://spring.io/spring-security/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/xetorthio/jedis/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.thymeleaf.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-rest-api/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.skuzzle.de/maven/semantic-version/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://projectlombok.org/apidocs/package-list. Ignored it. [INFO] Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/TemplateResource.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/Template.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/JobExecutionRecord.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/SubjectImpl.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/RepositoryImpl.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/PersistentPropertyHolder.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/package-info.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/SiteApplicationPK.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/GroupImpl.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/PackageArchiveImpl.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/PermissionImpl.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/ApplicationImpl.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/SiteImpl.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/PropertyImpl.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/ValidationPatterns.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/SiteApplication.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/RoleImpl.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/PlatformEventListener.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/Auditable.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/DatabaseConnection.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/ObjectUtils.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/PlatformEvent.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/ResourceImpl.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/templating/ThymeleafStandardReplaceTagProcessorCaller.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/templating/ThymeleafReplaceInterceptorBase.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/templating/ThymeleafReplaceInterceptor.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/templating/AppNGThymeleafDialect.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/templating/ReplaceTagProcessor.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/templating/ThymeleafTemplateEngine.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/DefaultPasswordPolicy.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/package-info.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/PasswordHandler.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/signing/CertChainValidator.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/signing/package-info.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/signing/SignatureWrapper.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/signing/ValidatorConfig.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/signing/SigningException.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/signing/Signer.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/signing/SignerConfig.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/signing/BaseConfig.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/signing/CertTools.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/SaltedDigest.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/Sha1PasswordHandler.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/DigestValidator.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/BCryptPasswordHandler.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/SaltedDigestSha1.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/DigestUtil.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/service/CacheService.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/service/DatabaseService.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/service/package-info.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/service/MigrationService.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/service/ApplicationProperties.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/service/PropertySupport.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/service/CoreService.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/service/LdapService.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/service/HsqlStarter.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/service/PlatformProperties.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/service/TemplateService.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/service/InitializerService.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/service/ApplicationArchiveProcessor.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/SubjectRepository.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/ResourceRepository.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/package-info.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/SiteRepository.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/TemplateRepository.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/config/package-info.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/config/DataSourceFactory.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/config/ApplicationPostProcessor.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/config/DatasourceConfigurer.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/config/HikariCPConfigurer.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/config/TomcatJdbcConfigurer.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/SiteApplicationRepository.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/TemplateResourceRepository.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/PermissionRepository.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/GroupRepository.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/PropertyRepository.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/ApplicationRepository.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/PlatformEventRepository.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/RoleRepository.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/JobExecutionRecordRepository.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/RepoRepository.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/DatabaseConnectionRepository.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/JMXUtils.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/DataSourceElement.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/ResponseType.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/RepositoryCache.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/PlatformProcessor.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/JarInfo.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/ApplicationContext.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/ApplicationSubjectImpl.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/RepositoryCacheFilesystem.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/ApplicationProvider.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/package-info.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/RepositoryUtils.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/PackageWrapper.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/RepositoryMode.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/RepositoryCacheFactory.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/InstallablePackage.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/RepositoryType.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/ActionElement.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/PackageArchive.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/CacheProvider.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/RepositoryScheme.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/AccessibleApplication.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/ThymeleafProcessor.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/FeatureProviderImpl.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/RequestProcessor.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/AbstractRequestProcessor.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/RepositoryCacheSoap.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/TemplateProcessor.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/ZipFileProcessor.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/PlatformTransformer.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/PageParameterProcessor.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/RepositoryCacheBase.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/NavigationBuilder.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/PackageVersion.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/Repository.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/Redirect.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/rest/RestPostProcessor.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/rest/RestActionBase.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/rest/RestOperation.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/rest/RestDataSourceBase.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/SessionListener.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/messaging/RabbitMQReceiver.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/messaging/MulticastSender.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/messaging/MessageHandler.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/messaging/MulticastReceiver.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/messaging/TribesReceiver.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/messaging/RequestNodeState.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/messaging/TribesSender.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/messaging/ReloadSiteEvent.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/messaging/SiteStateEvent.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/messaging/JedisSender.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/messaging/RabbitMQBase.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/messaging/RabbitMQSender.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/messaging/JedisBase.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/messaging/JedisReceiver.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/messaging/SiteDeletedEvent.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/messaging/NodeEvent.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/package-info.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/Controller.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/RepositoryWatcher.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/handler/RequestHandler.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/handler/SoapService.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/handler/GuiHandler.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/handler/package-info.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/handler/RestService.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/handler/JspHandler.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/handler/StaticContentHandler.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/handler/ErrorPageHandler.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/handler/ServiceRequestHandler.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/AppngCache.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/Session.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/Log4jConfigurer.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/PlatformConfig.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/HttpHeaders.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/PlatformStartup.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/filter/package-info.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/filter/ResponseWrapper.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/filter/MSOfficeUserAgentFilter.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/filter/JspExtensionFilter.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/filter/PageCacheFilter.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/filter/CsrfSetupFilter.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/filter/RedirectFilter.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/filter/XSSFilter.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/CacheElementBase.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb/org/appng/core/xml/repository/GetPackagesResponse.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb/org/appng/core/xml/repository/package-info.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb/org/appng/core/xml/repository/GetCertificationRequest.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb/org/appng/core/xml/repository/GetPackageVersionsResponse.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb/org/appng/core/xml/repository/PackageType.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb/org/appng/core/xml/repository/ObjectFactory.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb/org/appng/core/xml/repository/Packages.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb/org/appng/core/xml/repository/PackageVersions.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb/org/appng/core/xml/repository/Certification.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb/org/appng/core/xml/repository/Package.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb/org/appng/core/xml/repository/GetPackageRequest.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb/org/appng/core/xml/repository/GetPackageVersionsRequest.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb/org/appng/core/xml/repository/GetPackagesRequest.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb/org/appng/core/xml/repository/GetCertificationResponse.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb/org/appng/core/xml/repository/GetPackageResponse.java... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/CsrfSetupFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/JspExtensionFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/MSOfficeUserAgentFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/PageCacheFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/RedirectFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/RedirectFilter.UrlRewriteConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/XSSFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/BCryptPasswordHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/DefaultPasswordPolicy.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/DigestUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/DigestValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/PasswordHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/SaltedDigest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/SaltedDigestSha1.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/Sha1PasswordHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/ApplicationImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/Auditable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/DatabaseConnection.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/DatabaseConnection.DatabaseType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/GroupImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/JobExecutionRecord.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/ObjectUtils.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/PackageArchiveImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/PermissionImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/PersistentPropertyHolder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/PlatformEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/PlatformEvent.Type.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/PlatformEventListener.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/PlatformEventListener.EventProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/PropertyImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/RepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/ResourceImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/RoleImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/SiteApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/SiteApplicationPK.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/SiteImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/SubjectImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/Template.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/TemplateResource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/ValidationPatterns.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/templating/AppNGThymeleafDialect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/templating/ReplaceTagProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/templating/ThymeleafReplaceInterceptor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/templating/ThymeleafReplaceInterceptorBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/templating/ThymeleafStandardReplaceTagProcessorCaller.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/templating/ThymeleafTemplateEngine.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/ApplicationRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/DatabaseConnectionRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/GroupRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/JobExecutionRecordRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/PermissionRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/PlatformEventRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/PropertyRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/RepoRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/ResourceRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/RoleRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/SiteApplicationRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/SiteRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/SubjectRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/TemplateRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/TemplateResourceRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/Certification.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/GetCertificationRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/GetCertificationResponse.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/GetPackageRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/GetPackageResponse.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/GetPackagesRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/GetPackagesResponse.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/GetPackageVersionsRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/GetPackageVersionsResponse.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/ObjectFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/Package.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/Packages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/PackageType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/PackageVersions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/BaseConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/BaseConfig.PrivateKeyFormat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/BaseConfig.SigningAlgorithm.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/CertChainValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/CertTools.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/SignatureWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/Signer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/SignerConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/SigningException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/SigningException.ErrorType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/ValidatorConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/ApplicationArchiveProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/ApplicationProperties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/CacheService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/CoreService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/DatabaseService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/HsqlStarter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/InitializerService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/LdapService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/MigrationService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/MigrationService.MigrationStatus.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/PlatformProperties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/PropertySupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/TemplateService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/JedisBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/JedisReceiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/JedisSender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/MulticastReceiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/MulticastSender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/NodeEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/NodeEvent.MemoryUsage.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/NodeEvent.NodeState.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/RabbitMQBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/RabbitMQReceiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/RabbitMQSender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/ReloadSiteEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/RequestNodeState.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/SiteDeletedEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/SiteStateEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/TribesReceiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/TribesSender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/ErrorPageHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/GuiHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/JspHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/RequestHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/RestService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/ServiceRequestHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/SoapService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/StaticContentHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/rest/RestPostProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/AbstractRequestProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/AccessibleApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/ApplicationContext.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/ApplicationProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/ApplicationSubjectImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/CacheProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/FeatureProviderImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/InstallablePackage.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/JarInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/JarInfo.JarInfoBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/PackageArchive.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/PackageVersion.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/PackageWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/PlatformProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/PlatformTransformer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/Repository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/RepositoryCache.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/RepositoryCacheFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/RepositoryCacheFilesystem.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/RepositoryCacheSoap.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/RepositoryMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/RepositoryScheme.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/RepositoryType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/RepositoryUtils.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/RequestProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/ResponseType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/TemplateProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/ThymeleafProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/ThymeleafProcessor.AppNG.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/ZipFileProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/JMXUtils.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/Redirect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/AppngCache.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/CacheElementBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/Controller.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/HttpHeaders.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/Log4jConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/PlatformConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/PlatformStartup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/RepositoryWatcher.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/Session.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/SessionListener.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/config/ApplicationPostProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/config/DatasourceConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/config/DataSourceFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/config/HikariCPConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/config/TomcatJdbcConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/rest/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/rest/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/rest/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/config/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/config/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/config/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/templating/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/templating/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/templating/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/serialized-form.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/TemplateResource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/Template.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/JobExecutionRecord.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/SubjectImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/RepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/PersistentPropertyHolder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/SiteApplicationPK.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/GroupImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/PackageArchiveImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/PermissionImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/ApplicationImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/SiteImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/PropertyImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/ValidationPatterns.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/SiteApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/RoleImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/PlatformEventListener.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/PlatformEventListener.EventProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/Auditable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/DatabaseConnection.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/DatabaseConnection.DatabaseType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/ObjectUtils.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/PlatformEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/PlatformEvent.Type.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/ResourceImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/templating/class-use/ThymeleafStandardReplaceTagProcessorCaller.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/templating/class-use/ThymeleafReplaceInterceptorBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/templating/class-use/ThymeleafReplaceInterceptor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/templating/class-use/AppNGThymeleafDialect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/templating/class-use/ReplaceTagProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/templating/class-use/ThymeleafTemplateEngine.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/class-use/DefaultPasswordPolicy.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/class-use/PasswordHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/class-use/CertChainValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/class-use/SignatureWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/class-use/ValidatorConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/class-use/SigningException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/class-use/SigningException.ErrorType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/class-use/Signer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/class-use/SignerConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/class-use/BaseConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/class-use/BaseConfig.PrivateKeyFormat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/class-use/BaseConfig.SigningAlgorithm.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/class-use/CertTools.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/class-use/SaltedDigest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/class-use/Sha1PasswordHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/class-use/DigestValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/class-use/BCryptPasswordHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/class-use/SaltedDigestSha1.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/class-use/DigestUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/class-use/CacheService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/class-use/DatabaseService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/class-use/MigrationService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/class-use/MigrationService.MigrationStatus.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/class-use/ApplicationProperties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/class-use/PropertySupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/class-use/CoreService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/class-use/LdapService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/class-use/HsqlStarter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/class-use/PlatformProperties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/class-use/TemplateService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/class-use/InitializerService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/class-use/ApplicationArchiveProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/class-use/SubjectRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/class-use/ResourceRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/class-use/SiteRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/class-use/TemplateRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/config/class-use/DataSourceFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/config/class-use/ApplicationPostProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/config/class-use/DatasourceConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/config/class-use/HikariCPConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/config/class-use/TomcatJdbcConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/class-use/SiteApplicationRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/class-use/TemplateResourceRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/class-use/PermissionRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/class-use/GroupRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/class-use/PropertyRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/class-use/ApplicationRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/class-use/PlatformEventRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/class-use/RoleRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/class-use/JobExecutionRecordRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/class-use/RepoRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/class-use/DatabaseConnectionRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/class-use/JMXUtils.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/ResponseType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/RepositoryCache.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/PlatformProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/JarInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/JarInfo.JarInfoBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/ApplicationContext.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/ApplicationSubjectImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/RepositoryCacheFilesystem.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/ApplicationProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/RepositoryUtils.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/PackageWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/RepositoryMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/RepositoryCacheFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/InstallablePackage.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/RepositoryType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/PackageArchive.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/CacheProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/RepositoryScheme.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/AccessibleApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/ThymeleafProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/ThymeleafProcessor.AppNG.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/FeatureProviderImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/RequestProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/AbstractRequestProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/RepositoryCacheSoap.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/TemplateProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/ZipFileProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/PlatformTransformer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/PackageVersion.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/Repository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/class-use/Redirect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/rest/class-use/RestPostProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/class-use/SessionListener.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/class-use/RabbitMQReceiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/class-use/MulticastSender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/class-use/MulticastReceiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/class-use/TribesReceiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/class-use/RequestNodeState.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/class-use/TribesSender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/class-use/ReloadSiteEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/class-use/SiteStateEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/class-use/JedisSender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/class-use/RabbitMQBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/class-use/RabbitMQSender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/class-use/JedisBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/class-use/JedisReceiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/class-use/SiteDeletedEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/class-use/NodeEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/class-use/NodeEvent.MemoryUsage.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/class-use/NodeEvent.NodeState.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/class-use/Controller.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/class-use/RepositoryWatcher.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/class-use/RequestHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/class-use/SoapService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/class-use/GuiHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/class-use/RestService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/class-use/JspHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/class-use/StaticContentHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/class-use/ErrorPageHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/class-use/ServiceRequestHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/class-use/AppngCache.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/class-use/Session.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/class-use/Log4jConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/class-use/PlatformConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/class-use/HttpHeaders.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/class-use/PlatformStartup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/class-use/MSOfficeUserAgentFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/class-use/JspExtensionFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/class-use/PageCacheFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/class-use/CsrfSetupFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/class-use/RedirectFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/class-use/RedirectFilter.UrlRewriteConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/class-use/XSSFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/class-use/CacheElementBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/class-use/GetPackagesResponse.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/class-use/GetCertificationRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/class-use/GetPackageVersionsResponse.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/class-use/PackageType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/class-use/ObjectFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/class-use/Packages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/class-use/PackageVersions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/class-use/Certification.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/class-use/Package.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/class-use/GetPackageRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/class-use/GetPackageVersionsRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/class-use/GetPackagesRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/class-use/GetCertificationResponse.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/class-use/GetPackageResponse.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/rest/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/config/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/templating/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/help-doc.html... 1 warning [WARNING] Javadoc Warnings [WARNING] /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/PlatformEventListener.java:60: warning - Tag @link: can't find createEvent(Type, String) in org.appng.core.domain.PlatformEventListener [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.20.1-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-core >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.4.7:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Action.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ActionField.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Datasource.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Element.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ErrorModel.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Field.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldValue.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Filter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Link.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Message.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Option.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/OptionType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Options.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Page.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Parameter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Permission.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Sort.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/User.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ValidationRule.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/HttpBasicAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/ApiKeyAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuthFlow.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/Authentication.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.swagger-codegen/VERSION [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-rest-api --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-core <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-core --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-core --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.20.1-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-core --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-core --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.20.1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.20.1/appng-core-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.20.1/appng-core-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.20.1-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.20.1/appng-core-1.20.1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.20.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.20.1/appng-core-1.20.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.20.1.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.20.1/appng-core-1.20.1.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.20.1.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.20.1/appng-core-1.20.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.20.1-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.20.1/appng-core-1.20.1-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.20.1-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.20.1/appng-core-1.20.1-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-core --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.14-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.20.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-core/1.20.1/appng-core-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-core/1.20.1/appng-core-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.20.1-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-core/1.20.1/appng-core-1.20.1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.20.1-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-core/1.20.1/appng-core-1.20.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.20.1.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-core/1.20.1/appng-core-1.20.1.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.20.1.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-core/1.20.1/appng-core-1.20.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.20.1-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-core/1.20.1/appng-core-1.20.1-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.20.1-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-core/1.20.1/appng-core-1.20.1-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Command Line Interface 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-cli --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-cli --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 70 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-cli --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 10 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-cli --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 36 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-cli --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.cli.commands.CommandBatchTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 s - in org.appng.cli.commands.CommandBatchTest [INFO] Running org.appng.cli.commands.permission.ListPermissionTest 2019-09-10 16:17:34,849 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-09-10 16:17:35,404 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@2f7c2f4f: startup date [Tue Sep 10 16:17:35 CEST 2019]; root of context hierarchy 2019-09-10 16:17:35,523 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:17:35,820 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:17:35,907 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-09-10 16:17:36,046 INFO [main] org.hibernate.Version : HHH000412: Hibernate Core {5.4.3.Final} 2019-09-10 16:17:36,317 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.1.0.Final} 2019-09-10 16:17:36,545 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) Sep 10, 2019 4:17:36 PM ch.sla.jdbcperflogger.Logger info INFO: Using config file jdbcperflogger-fallback.xml 2019-09-10 16:17:36,573 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:17:36,893 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-09-10 16:17:37,589 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.17.Final 2019-09-10 16:17:38,873 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:17:38,878 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:17:40,708 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@2f7c2f4f: startup date [Tue Sep 10 16:17:35 CEST 2019]; root of context hierarchy 2019-09-10 16:17:40,711 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.091 s - in org.appng.cli.commands.permission.ListPermissionTest [INFO] Running org.appng.cli.commands.permission.AddPermissionTest 2019-09-10 16:17:40,726 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-09-10 16:17:40,872 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@3c826498: startup date [Tue Sep 10 16:17:40 CEST 2019]; root of context hierarchy 2019-09-10 16:17:40,884 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:17:40,926 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:17:40,935 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-09-10 16:17:40,960 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:17:40,960 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:17:40,961 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-09-10 16:17:41,459 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:17:41,459 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:17:41,966 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@3c826498: startup date [Tue Sep 10 16:17:40 CEST 2019]; root of context hierarchy 2019-09-10 16:17:41,968 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.291 s - in org.appng.cli.commands.permission.AddPermissionTest [INFO] Running org.appng.cli.commands.permission.RemovePermissionTest 2019-09-10 16:17:42,018 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-09-10 16:17:42,125 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@46610fc9: startup date [Tue Sep 10 16:17:42 CEST 2019]; root of context hierarchy 2019-09-10 16:17:42,136 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:17:42,178 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:17:42,188 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-09-10 16:17:42,209 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:17:42,210 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:17:42,211 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-09-10 16:17:42,545 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:17:42,545 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:17:42,911 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@46610fc9: startup date [Tue Sep 10 16:17:42 CEST 2019]; root of context hierarchy 2019-09-10 16:17:42,913 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.905 s - in org.appng.cli.commands.permission.RemovePermissionTest [INFO] Running org.appng.cli.commands.repository.CommandCreateRepositoryTest 2019-09-10 16:17:42,921 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-09-10 16:17:43,031 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@6441db2c: startup date [Tue Sep 10 16:17:43 CEST 2019]; root of context hierarchy 2019-09-10 16:17:43,042 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:17:43,081 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:17:43,091 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-09-10 16:17:43,114 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:17:43,114 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:17:43,115 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-09-10 16:17:43,395 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:17:43,395 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:17:43,795 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@6441db2c: startup date [Tue Sep 10 16:17:43 CEST 2019]; root of context hierarchy 2019-09-10 16:17:43,797 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.885 s - in org.appng.cli.commands.repository.CommandCreateRepositoryTest [INFO] Running org.appng.cli.commands.repository.CommandDeleteRepositoryTest 2019-09-10 16:17:43,811 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-09-10 16:17:43,918 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@4420f4d4: startup date [Tue Sep 10 16:17:43 CEST 2019]; root of context hierarchy 2019-09-10 16:17:43,929 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:17:43,968 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:17:43,986 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-09-10 16:17:44,006 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:17:44,006 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:17:44,007 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-09-10 16:17:44,358 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:17:44,358 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:17:44,658 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@4420f4d4: startup date [Tue Sep 10 16:17:43 CEST 2019]; root of context hierarchy 2019-09-10 16:17:44,659 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.856 s - in org.appng.cli.commands.repository.CommandDeleteRepositoryTest [INFO] Running org.appng.cli.commands.repository.CommandListRepositoryTest 2019-09-10 16:17:44,667 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-09-10 16:17:44,759 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@39ad1fdb: startup date [Tue Sep 10 16:17:44 CEST 2019]; root of context hierarchy 2019-09-10 16:17:44,768 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:17:44,801 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:17:44,809 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-09-10 16:17:44,830 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:17:44,830 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:17:44,830 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-09-10 16:17:45,059 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:17:45,059 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:17:45,325 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@39ad1fdb: startup date [Tue Sep 10 16:17:44 CEST 2019]; root of context hierarchy 2019-09-10 16:17:45,326 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.664 s - in org.appng.cli.commands.repository.CommandListRepositoryTest [INFO] Running org.appng.cli.commands.property.CommandUpdateClobPropertyTest 2019-09-10 16:17:45,333 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-09-10 16:17:45,423 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@69137c1d: startup date [Tue Sep 10 16:17:45 CEST 2019]; root of context hierarchy 2019-09-10 16:17:45,431 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:17:45,464 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:17:45,472 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-09-10 16:17:45,491 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:17:45,491 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:17:45,492 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-09-10 16:17:45,940 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:17:45,940 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:17:46,265 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@69137c1d: startup date [Tue Sep 10 16:17:45 CEST 2019]; root of context hierarchy 2019-09-10 16:17:46,266 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.938 s - in org.appng.cli.commands.property.CommandUpdateClobPropertyTest [INFO] Running org.appng.cli.commands.property.CommandUpdatePropertyTest 2019-09-10 16:17:46,275 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-09-10 16:17:46,369 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@60155d7f: startup date [Tue Sep 10 16:17:46 CEST 2019]; root of context hierarchy 2019-09-10 16:17:46,378 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:17:46,412 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:17:46,420 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-09-10 16:17:46,441 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:17:46,442 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:17:46,442 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-09-10 16:17:46,680 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:17:46,681 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:17:46,951 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@60155d7f: startup date [Tue Sep 10 16:17:46 CEST 2019]; root of context hierarchy 2019-09-10 16:17:46,952 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.683 s - in org.appng.cli.commands.property.CommandUpdatePropertyTest [INFO] Running org.appng.cli.commands.property.CommandListPropertiesTest 2019-09-10 16:17:46,961 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-09-10 16:17:47,055 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@2c8e3d8a: startup date [Tue Sep 10 16:17:47 CEST 2019]; root of context hierarchy 2019-09-10 16:17:47,063 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:17:47,098 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:17:47,106 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-09-10 16:17:47,128 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:17:47,129 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:17:47,129 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-09-10 16:17:47,378 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:17:47,378 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:17:47,744 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@2c8e3d8a: startup date [Tue Sep 10 16:17:47 CEST 2019]; root of context hierarchy 2019-09-10 16:17:47,745 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.79 s - in org.appng.cli.commands.property.CommandListPropertiesTest [INFO] Running org.appng.cli.commands.property.CommandCreateClobPropertyTest 2019-09-10 16:17:47,753 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-09-10 16:17:47,874 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@412dd71b: startup date [Tue Sep 10 16:17:47 CEST 2019]; root of context hierarchy 2019-09-10 16:17:47,885 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:17:47,924 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:17:47,935 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-09-10 16:17:47,963 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:17:47,963 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:17:47,965 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-09-10 16:17:48,303 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:17:48,303 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:17:48,750 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@412dd71b: startup date [Tue Sep 10 16:17:47 CEST 2019]; root of context hierarchy 2019-09-10 16:17:48,752 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.004 s - in org.appng.cli.commands.property.CommandCreateClobPropertyTest [INFO] Running org.appng.cli.commands.property.CommandCreatePropertyTest 2019-09-10 16:17:48,761 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-09-10 16:17:48,845 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@43424634: startup date [Tue Sep 10 16:17:48 CEST 2019]; root of context hierarchy 2019-09-10 16:17:48,853 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:17:48,885 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:17:48,893 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-09-10 16:17:48,912 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:17:48,912 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:17:48,913 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-09-10 16:17:49,089 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:17:49,089 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:17:49,301 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@43424634: startup date [Tue Sep 10 16:17:48 CEST 2019]; root of context hierarchy 2019-09-10 16:17:49,301 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.547 s - in org.appng.cli.commands.property.CommandCreatePropertyTest [INFO] Running org.appng.cli.commands.template.CommandInstallTemplateTest 2019-09-10 16:17:49,308 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-09-10 16:17:49,390 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@6e107f0: startup date [Tue Sep 10 16:17:49 CEST 2019]; root of context hierarchy 2019-09-10 16:17:49,398 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:17:49,432 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:17:49,441 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-09-10 16:17:49,460 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:17:49,461 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:17:49,461 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-09-10 16:17:49,642 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:17:49,642 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:17:49,880 INFO [main] org.appng.core.service.CoreService: retrieving 'appng-template-0.8.0' from repository file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/test-classes/localrepo/ 2019-09-10 16:17:49,972 INFO [main] org.appng.core.service.TemplateService: added resource assets/favicon.ico 2019-09-10 16:17:49,972 INFO [main] org.appng.core.service.TemplateService: added resource conf/platform.xml 2019-09-10 16:17:49,972 INFO [main] org.appng.core.service.TemplateService: added resource resources/dummy.txt 2019-09-10 16:17:49,974 INFO [main] org.appng.core.service.TemplateService: added resource template.xml 2019-09-10 16:17:49,974 INFO [main] org.appng.core.service.TemplateService: added resource xsl/platform.xsl 2019-09-10 16:17:49,974 INFO [main] org.appng.core.service.TemplateService: added resource xsl/utils.xsl 2019-09-10 16:17:49,992 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@6e107f0: startup date [Tue Sep 10 16:17:49 CEST 2019]; root of context hierarchy 2019-09-10 16:17:49,993 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.688 s - in org.appng.cli.commands.template.CommandInstallTemplateTest [INFO] Running org.appng.cli.commands.site.CommandCreateSiteTest 2019-09-10 16:17:49,999 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-09-10 16:17:50,080 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@31ad7aec: startup date [Tue Sep 10 16:17:50 CEST 2019]; root of context hierarchy 2019-09-10 16:17:50,087 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:17:50,119 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:17:50,127 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-09-10 16:17:50,146 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:17:50,146 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:17:50,147 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-09-10 16:17:50,329 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:17:50,330 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:17:50,571 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@31ad7aec: startup date [Tue Sep 10 16:17:50 CEST 2019]; root of context hierarchy 2019-09-10 16:17:50,572 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.575 s - in org.appng.cli.commands.site.CommandCreateSiteTest [INFO] Running org.appng.cli.commands.site.CommandListSitesTest 2019-09-10 16:17:50,579 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-09-10 16:17:50,663 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@5051626d: startup date [Tue Sep 10 16:17:50 CEST 2019]; root of context hierarchy 2019-09-10 16:17:50,670 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:17:50,702 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:17:50,709 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-09-10 16:17:50,728 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:17:50,728 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:17:50,728 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-09-10 16:17:50,928 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:17:50,928 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:17:51,181 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@5051626d: startup date [Tue Sep 10 16:17:50 CEST 2019]; root of context hierarchy 2019-09-10 16:17:51,182 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.607 s - in org.appng.cli.commands.site.CommandListSitesTest [INFO] Running org.appng.cli.commands.site.CommandCheckSiteRunningTest 2019-09-10 16:17:51,188 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-09-10 16:17:51,263 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@741421e5: startup date [Tue Sep 10 16:17:51 CEST 2019]; root of context hierarchy 2019-09-10 16:17:51,272 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:17:51,306 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:17:51,317 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-09-10 16:17:51,336 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:17:51,336 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:17:51,337 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-09-10 16:17:51,504 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:17:51,504 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' site 'test2' is NOT running at http://example.com/manager/test2 HTTP response code: 404 site 'test' is NOT running at http://localhorst:8080/manager/test site 'appng' is running at http://localhost:8080/manager/appng with appNG version 1.0.0-M3 2019-09-10 16:17:51,996 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@741421e5: startup date [Tue Sep 10 16:17:51 CEST 2019]; root of context hierarchy 2019-09-10 16:17:51,996 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.811 s - in org.appng.cli.commands.site.CommandCheckSiteRunningTest [INFO] Running org.appng.cli.commands.site.CommandDeleteSiteTest 2019-09-10 16:17:52,009 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-09-10 16:17:52,092 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@690fd6b3: startup date [Tue Sep 10 16:17:52 CEST 2019]; root of context hierarchy 2019-09-10 16:17:52,101 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:17:52,146 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:17:52,157 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-09-10 16:17:52,177 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:17:52,177 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:17:52,178 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-09-10 16:17:52,372 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:17:52,372 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' site 'testsite' is NOT running at http://example.com:8080/manager/testsite 2019-09-10 16:18:02,631 INFO [main] org.appng.core.service.CoreService: starting deletion of site testsite 2019-09-10 16:18:02,680 INFO [main] org.appng.core.service.CoreService: deleting 0 orphaned database connections 2019-09-10 16:18:02,682 INFO [main] org.appng.core.service.CoreService: done deleting site testsite 2019-09-10 16:18:02,685 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@690fd6b3: startup date [Tue Sep 10 16:17:52 CEST 2019]; root of context hierarchy 2019-09-10 16:18:02,686 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.687 s - in org.appng.cli.commands.site.CommandDeleteSiteTest [INFO] Running org.appng.cli.commands.site.CommandSetSiteActiveTest 2019-09-10 16:18:02,695 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-09-10 16:18:02,777 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@49d068b0: startup date [Tue Sep 10 16:18:02 CEST 2019]; root of context hierarchy 2019-09-10 16:18:02,785 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:18:02,822 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:18:02,836 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-09-10 16:18:02,857 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:18:02,857 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:18:02,858 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-09-10 16:18:03,036 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:18:03,036 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:18:03,260 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@49d068b0: startup date [Tue Sep 10 16:18:02 CEST 2019]; root of context hierarchy 2019-09-10 16:18:03,261 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.571 s - in org.appng.cli.commands.site.CommandSetSiteActiveTest [INFO] Running org.appng.cli.commands.subject.CommandCreateSubjectTest 2019-09-10 16:18:03,270 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-09-10 16:18:03,349 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@63e89d3e: startup date [Tue Sep 10 16:18:03 CEST 2019]; root of context hierarchy 2019-09-10 16:18:03,356 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:18:03,390 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:18:03,404 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-09-10 16:18:03,432 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:18:03,433 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:18:03,433 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-09-10 16:18:03,642 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:18:03,643 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:18:07,156 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@63e89d3e: startup date [Tue Sep 10 16:18:03 CEST 2019]; root of context hierarchy 2019-09-10 16:18:07,157 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.894 s - in org.appng.cli.commands.subject.CommandCreateSubjectTest [INFO] Running org.appng.cli.commands.subject.CommandDeleteSubjectTest 2019-09-10 16:18:07,163 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-09-10 16:18:07,246 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@248241bf: startup date [Tue Sep 10 16:18:07 CEST 2019]; root of context hierarchy 2019-09-10 16:18:07,253 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:18:07,286 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:18:07,294 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-09-10 16:18:07,313 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:18:07,314 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:18:07,314 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-09-10 16:18:07,485 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:18:07,486 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:18:07,697 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@248241bf: startup date [Tue Sep 10 16:18:07 CEST 2019]; root of context hierarchy 2019-09-10 16:18:07,698 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.539 s - in org.appng.cli.commands.subject.CommandDeleteSubjectTest [INFO] Running org.appng.cli.commands.subject.HashPasswordTest 2019-09-10 16:18:07,706 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-09-10 16:18:07,790 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@71f6166f: startup date [Tue Sep 10 16:18:07 CEST 2019]; root of context hierarchy 2019-09-10 16:18:07,798 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:18:07,832 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:18:07,842 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-09-10 16:18:07,862 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:18:07,862 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:18:07,863 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-09-10 16:18:08,042 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:18:08,042 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:18:09,826 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@71f6166f: startup date [Tue Sep 10 16:18:07 CEST 2019]; root of context hierarchy 2019-09-10 16:18:09,827 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.126 s - in org.appng.cli.commands.subject.HashPasswordTest [INFO] Running org.appng.cli.commands.subject.CommandListSubjectTest 2019-09-10 16:18:09,839 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-09-10 16:18:09,938 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@39e8899c: startup date [Tue Sep 10 16:18:09 CEST 2019]; root of context hierarchy 2019-09-10 16:18:09,945 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:18:09,977 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:18:09,985 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-09-10 16:18:10,003 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:18:10,003 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:18:10,004 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-09-10 16:18:10,171 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:18:10,171 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:18:10,403 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@39e8899c: startup date [Tue Sep 10 16:18:09 CEST 2019]; root of context hierarchy 2019-09-10 16:18:10,403 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.573 s - in org.appng.cli.commands.subject.CommandListSubjectTest [INFO] Running org.appng.cli.commands.group.CommandListGroupsTest 2019-09-10 16:18:10,412 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-09-10 16:18:10,489 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@1e0f8ca2: startup date [Tue Sep 10 16:18:10 CEST 2019]; root of context hierarchy 2019-09-10 16:18:10,496 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:18:10,585 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:18:10,594 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-09-10 16:18:10,612 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:18:10,613 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:18:10,615 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-09-10 16:18:10,772 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:18:10,772 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:18:10,955 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@1e0f8ca2: startup date [Tue Sep 10 16:18:10 CEST 2019]; root of context hierarchy 2019-09-10 16:18:10,956 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.55 s - in org.appng.cli.commands.group.CommandListGroupsTest [INFO] Running org.appng.cli.commands.group.CommandCreateGroupTest 2019-09-10 16:18:10,973 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-09-10 16:18:11,052 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@79cdc0c: startup date [Tue Sep 10 16:18:11 CEST 2019]; root of context hierarchy 2019-09-10 16:18:11,059 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:18:11,090 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:18:11,100 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-09-10 16:18:11,120 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:18:11,120 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:18:11,121 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-09-10 16:18:11,275 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:18:11,275 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:18:11,455 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@79cdc0c: startup date [Tue Sep 10 16:18:11 CEST 2019]; root of context hierarchy 2019-09-10 16:18:11,455 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.497 s - in org.appng.cli.commands.group.CommandCreateGroupTest [INFO] Running org.appng.cli.commands.group.CommandDeleteGroupTest 2019-09-10 16:18:11,463 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-09-10 16:18:11,535 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@475d0d72: startup date [Tue Sep 10 16:18:11 CEST 2019]; root of context hierarchy 2019-09-10 16:18:11,542 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:18:11,571 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:18:11,578 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-09-10 16:18:11,596 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:18:11,596 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:18:11,596 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-09-10 16:18:11,739 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:18:11,739 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:18:11,938 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@475d0d72: startup date [Tue Sep 10 16:18:11 CEST 2019]; root of context hierarchy 2019-09-10 16:18:11,939 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.481 s - in org.appng.cli.commands.group.CommandDeleteGroupTest [INFO] Running org.appng.cli.commands.group.CommandAddGroupTest 2019-09-10 16:18:11,947 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-09-10 16:18:12,019 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@4c40b284: startup date [Tue Sep 10 16:18:12 CEST 2019]; root of context hierarchy 2019-09-10 16:18:12,026 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:18:12,057 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:18:12,064 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-09-10 16:18:12,081 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:18:12,082 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:18:12,082 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-09-10 16:18:12,223 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:18:12,223 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:18:12,437 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@4c40b284: startup date [Tue Sep 10 16:18:12 CEST 2019]; root of context hierarchy 2019-09-10 16:18:12,438 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.503 s - in org.appng.cli.commands.group.CommandAddGroupTest [INFO] Running org.appng.cli.commands.application.CommandListApplicationsForSiteTest 2019-09-10 16:18:12,452 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-09-10 16:18:12,596 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@5277515c: startup date [Tue Sep 10 16:18:12 CEST 2019]; root of context hierarchy 2019-09-10 16:18:12,603 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:18:12,634 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:18:12,641 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-09-10 16:18:12,659 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:18:12,660 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:18:12,661 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-09-10 16:18:12,836 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:18:12,837 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:18:13,031 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@5277515c: startup date [Tue Sep 10 16:18:12 CEST 2019]; root of context hierarchy 2019-09-10 16:18:13,032 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.585 s - in org.appng.cli.commands.application.CommandListApplicationsForSiteTest [INFO] Running org.appng.cli.commands.application.CommandInstallApplicationTest 2019-09-10 16:18:13,040 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-09-10 16:18:13,110 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@72da29ea: startup date [Tue Sep 10 16:18:13 CEST 2019]; root of context hierarchy 2019-09-10 16:18:13,118 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:18:13,150 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:18:13,158 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-09-10 16:18:13,178 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:18:13,178 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:18:13,185 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-09-10 16:18:13,333 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:18:13,333 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:18:13,524 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.4' from repository file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/test-classes/localrepo/ 2019-09-10 16:18:13,543 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.4 2019-09-10 16:18:13,546 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2019-09-10 16:18:13,548 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2019-09-10 16:18:13,548 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2019-09-10 16:18:13,549 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2019-09-10 16:18:13,554 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2019-09-10 16:18:13,555 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2019-09-10 16:18:13,556 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2019-09-10 16:18:13,556 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2019-09-10 16:18:13,557 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2019-09-10 16:18:13,558 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2019-09-10 16:18:13,558 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2019-09-10 16:18:13,560 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2019-09-10 16:18:13,560 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2019-09-10 16:18:13,569 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.4' 2019-09-10 16:18:13,569 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.4' 2019-09-10 16:18:13,571 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.4' 2019-09-10 16:18:13,572 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.4' 2019-09-10 16:18:13,572 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.4' 2019-09-10 16:18:13,572 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.4' 2019-09-10 16:18:13,572 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.4' 2019-09-10 16:18:13,573 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.4' 2019-09-10 16:18:13,573 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.4' 2019-09-10 16:18:13,573 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.4' 2019-09-10 16:18:13,573 INFO [main] org.appng.core.service.CoreService: creating resource(s) for database-based application demo-application - 1.5.4 2019-09-10 16:18:13,573 INFO [main] org.appng.core.service.CoreService: saving applicationresource application.xml 2019-09-10 16:18:13,576 INFO [main] org.appng.core.service.CoreService: saving applicationresource beans.xml 2019-09-10 16:18:13,577 INFO [main] org.appng.core.service.CoreService: saving applicationresource datasources.xml 2019-09-10 16:18:13,578 INFO [main] org.appng.core.service.CoreService: saving applicationresource events.xml 2019-09-10 16:18:13,580 INFO [main] org.appng.core.service.CoreService: saving applicationresource master.xml 2019-09-10 16:18:13,581 INFO [main] org.appng.core.service.CoreService: saving applicationresource page.xml 2019-09-10 16:18:13,582 INFO [main] org.appng.core.service.CoreService: saving applicationresource plugin.xml 2019-09-10 16:18:13,583 INFO [main] org.appng.core.service.CoreService: saving applicationresource messages-demo.properties 2019-09-10 16:18:13,584 INFO [main] org.appng.core.service.CoreService: saving applicationresource mssql/V1.0_script.sql 2019-09-10 16:18:13,585 INFO [main] org.appng.core.service.CoreService: saving applicationresource mysql/V1.0_script.sql 2019-09-10 16:18:13,594 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2019-09-10 16:18:13,596 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2019-09-10 16:18:13,597 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2019-09-10 16:18:13,599 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2019-09-10 16:18:13,601 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2019-09-10 16:18:13,603 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2019-09-10 16:18:13,612 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@72da29ea: startup date [Tue Sep 10 16:18:13 CEST 2019]; root of context hierarchy 2019-09-10 16:18:13,613 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.578 s - in org.appng.cli.commands.application.CommandInstallApplicationTest [INFO] Running org.appng.cli.commands.application.CommandListApplicationsTest 2019-09-10 16:18:13,621 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-09-10 16:18:13,694 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@492b94f6: startup date [Tue Sep 10 16:18:13 CEST 2019]; root of context hierarchy 2019-09-10 16:18:13,703 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:18:13,744 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:18:13,752 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-09-10 16:18:13,771 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:18:13,772 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:18:13,773 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-09-10 16:18:13,946 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:18:13,946 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:18:14,133 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@492b94f6: startup date [Tue Sep 10 16:18:13 CEST 2019]; root of context hierarchy 2019-09-10 16:18:14,134 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.519 s - in org.appng.cli.commands.application.CommandListApplicationsTest [INFO] Running org.appng.cli.CliCoreDBNotInitializedTest 2019-09-10 16:18:14,151 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-09-10 16:18:14,233 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@64e645df: startup date [Tue Sep 10 16:18:14 CEST 2019]; root of context hierarchy 2019-09-10 16:18:14,241 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:18:14,275 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:18:14,283 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-09-10 16:18:14,302 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:18:14,303 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:18:14,320 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-09-10 16:18:14,457 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:18:14,457 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:18:14,723 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreDBNotInitializedTest (HSQL Database Engine 2.5.0) 2019-09-10 16:18:14,808 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreDBNotInitializedTest (HSQL Database Engine 2.5.0) 2019-09-10 16:18:14,821 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@64e645df: startup date [Tue Sep 10 16:18:14 CEST 2019]; root of context hierarchy 2019-09-10 16:18:14,822 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.684 s - in org.appng.cli.CliCoreDBNotInitializedTest [INFO] Running org.appng.cli.prettyTable.PrettyTableTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.appng.cli.prettyTable.PrettyTableTest [INFO] Running org.appng.cli.CliBootstrapTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 s - in org.appng.cli.CliBootstrapTest [INFO] Running org.appng.cli.CliCoreTest 2019-09-10 16:18:15,029 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-09-10 16:18:15,105 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@61311cd7: startup date [Tue Sep 10 16:18:15 CEST 2019]; root of context hierarchy 2019-09-10 16:18:15,112 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:18:15,143 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:18:15,151 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-09-10 16:18:15,170 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-09-10 16:18:15,170 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-09-10 16:18:15,185 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-09-10 16:18:15,356 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:18:15,357 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-09-10 16:18:15,540 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.5.0) 2019-09-10 16:18:15,548 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.5.0) 2019-09-10 16:18:15,640 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.5.0) 2019-09-10 16:18:15,664 INFO [main] org.appng.cli.CliCore : Database is at version 4.0.0, state: SUCCESS, installed on 2019-09-10 16:18:15.636 2019-09-10 16:18:15,677 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.5.0) 2019-09-10 16:18:15,709 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.5.0) 2019-09-10 16:18:15,745 INFO [main] org.appng.cli.CliCore : Database is at version 4.0.0, state: SUCCESS, installed on 2019-09-10 16:18:15.636 2019-09-10 16:18:15,762 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.5.0) 2019-09-10 16:18:15,781 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.5.0) 2019-09-10 16:18:15,811 INFO [main] org.appng.core.service.DatabaseService: HSQL jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.5.0) is active. 2019-09-10 16:18:15,814 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.mysql.jdbc.Driver could not be loaded. 2019-09-10 16:18:15,814 WARN [main] org.appng.core.domain.DatabaseConnection: error while connecting to jdbc:mysql://localhost:3306/appNG MYSQL (org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost:3306/appNG MYSQL) 2019-09-10 16:18:15,814 INFO [main] org.appng.core.service.DatabaseService: MYSQL jdbc:mysql://localhost:3306/appNG MYSQL is not working and will be deactivated. 2019-09-10 16:18:15,816 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.microsoft.sqlserver.jdbc.SQLServerDriver could not be loaded. 2019-09-10 16:18:15,816 WARN [main] org.appng.core.domain.DatabaseConnection: error while connecting to jdbc:sqlserver://localhost:1433;databaseName=appNG MSSQL (org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is java.sql.SQLException: No suitable driver found for jdbc:sqlserver://localhost:1433;databaseName=appNG MSSQL) 2019-09-10 16:18:15,816 INFO [main] org.appng.core.service.DatabaseService: MSSQL jdbc:sqlserver://localhost:1433;databaseName=appNG MSSQL is not working and will be deactivated. 2019-09-10 16:18:15,817 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.5.0) 2019-09-10 16:18:15,836 INFO [main] org.appng.cli.CliCore : Database is at version 4.0.0, state: SUCCESS, installed on 2019-09-10 16:18:15.636 2019-09-10 16:18:15,844 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.5.0) 2019-09-10 16:18:15,865 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.5.0) 2019-09-10 16:18:15,885 INFO [main] org.appng.cli.CliCore : Database is at version 4.0.0, state: SUCCESS, installed on 2019-09-10 16:18:15.636 2019-09-10 16:18:15,894 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.5.0) 2019-09-10 16:18:15,914 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.5.0) 2019-09-10 16:18:15,937 INFO [main] org.appng.core.service.DatabaseService: HSQL jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.5.0) is active. 2019-09-10 16:18:15,939 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.mysql.jdbc.Driver could not be loaded. 2019-09-10 16:18:15,939 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.microsoft.sqlserver.jdbc.SQLServerDriver could not be loaded. 2019-09-10 16:18:15,940 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.5.0) 2019-09-10 16:18:15,958 INFO [main] org.appng.cli.CliCore : Database is at version 4.0.0, state: SUCCESS, installed on 2019-09-10 16:18:15.636 2019-09-10 16:18:15,965 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.5.0) 2019-09-10 16:18:15,985 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.5.0) 2019-09-10 16:18:16,010 INFO [main] org.appng.cli.CliCore : Database is at version 4.0.0, state: SUCCESS, installed on 2019-09-10 16:18:15.636 2019-09-10 16:18:16,015 ERROR [main] org.appng.cli.CliCore : An error occured. org.appng.api.BusinessException: force error at org.appng.cli.CliCoreTest$ErrorCommand.execute(CliCoreTest.java:177) at org.appng.cli.CliCore.perform(CliCore.java:188) at org.appng.cli.CliCoreTest.testError(CliCoreTest.java:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:75) at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:86) at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:84) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:252) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:94) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:191) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) 2019-09-10 16:18:16,034 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@61311cd7: startup date [Tue Sep 10 16:18:15 CEST 2019]; root of context hierarchy 2019-09-10 16:18:16,035 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.014 s - in org.appng.cli.CliCoreTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 66, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-cli --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.20.1.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-cli --- [WARNING] Error fetching link: https://appng.org/appng-core/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-testsupport/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://tomcat.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://projectlombok.org/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.cli... Loading source files for package org.appng.cli.commands.applicationrole... Loading source files for package org.appng.cli.commands.permission... Loading source files for package org.appng.cli.commands... Loading source files for package org.appng.cli.commands.repository... Loading source files for package org.appng.cli.commands.platform... Loading source files for package org.appng.cli.commands.property... Loading source files for package org.appng.cli.commands.template... Loading source files for package org.appng.cli.commands.site... Loading source files for package org.appng.cli.commands.subject... Loading source files for package org.appng.cli.commands.group... Loading source files for package org.appng.cli.commands.application... Loading source files for package org.appng.cli.commands.heartbeat... Loading source files for package org.appng.cli.prettytable... Loading source files for package org.appng.cli.validators... Loading source files for package org.appng.cli.servlet... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/CliBootstrap.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/CliCommands.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/CliCore.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/CliEnvironment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/CliEventProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/CliShell.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/ExecutableCliCommand.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/NoSuchRepositoryException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/NoSuchSiteException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/applicationrole/AddRole.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/applicationrole/ListRoles.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/permission/AddPermission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/permission/ListPermissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/permission/RemovePermission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/CommandBatch.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/CommandList.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/CommandMain.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/FileOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/repository/CreateRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/repository/DeleteRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/repository/ListRepositories.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/platform/ExtractData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/property/CreateProperty.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/property/DeleteProperty.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/property/ListProperties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/property/PropertyHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/property/UpdateProperty.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/template/DeleteTemplate.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/template/InstallTemplate.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/site/CheckSiteRunning.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/site/CreateSite.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/site/DeleteSite.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/site/ListSites.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/site/ReloadSite.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/site/SetSiteActive.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/subject/CreateSubject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/subject/DeleteSubject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/subject/HashPassword.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/subject/ListSubjects.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/group/AddGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/group/CreateGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/group/DeleteGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/group/ListGroups.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/ActivateApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/BaseApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/BaseApplication.Mode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/DeactivateApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/DeleteApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/InstallApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/ListApplications.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/heartbeat/HeartBeat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/heartbeat/HeartBeat.HeartBeatEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/prettytable/PrettyTable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/prettytable/TableConstants.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/prettytable/TableRow.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/validators/FileExists.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/servlet/InstallListener.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/applicationrole/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/applicationrole/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/applicationrole/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/group/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/group/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/group/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/heartbeat/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/heartbeat/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/heartbeat/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/permission/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/permission/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/permission/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/platform/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/platform/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/platform/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/property/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/property/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/property/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/repository/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/repository/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/repository/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/site/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/site/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/site/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/subject/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/subject/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/subject/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/template/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/template/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/template/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/prettytable/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/prettytable/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/prettytable/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/servlet/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/servlet/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/servlet/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/validators/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/validators/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/validators/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/serialized-form.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/class-use/CliEnvironment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/class-use/CliCore.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/class-use/ExecutableCliCommand.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/class-use/CliEventProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/class-use/CliShell.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/class-use/CliBootstrap.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/class-use/NoSuchSiteException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/class-use/CliCommands.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/class-use/NoSuchRepositoryException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/applicationrole/class-use/ListRoles.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/applicationrole/class-use/AddRole.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/permission/class-use/RemovePermission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/permission/class-use/AddPermission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/permission/class-use/ListPermissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/class-use/FileOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/class-use/CommandList.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/class-use/CommandBatch.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/class-use/CommandMain.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/repository/class-use/ListRepositories.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/repository/class-use/CreateRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/repository/class-use/DeleteRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/platform/class-use/ExtractData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/property/class-use/ListProperties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/property/class-use/CreateProperty.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/property/class-use/UpdateProperty.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/property/class-use/DeleteProperty.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/property/class-use/PropertyHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/template/class-use/DeleteTemplate.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/template/class-use/InstallTemplate.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/site/class-use/ReloadSite.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/site/class-use/CheckSiteRunning.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/site/class-use/SetSiteActive.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/site/class-use/CreateSite.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/site/class-use/ListSites.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/site/class-use/DeleteSite.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/subject/class-use/ListSubjects.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/subject/class-use/CreateSubject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/subject/class-use/HashPassword.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/subject/class-use/DeleteSubject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/group/class-use/DeleteGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/group/class-use/CreateGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/group/class-use/AddGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/group/class-use/ListGroups.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/class-use/BaseApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/class-use/BaseApplication.Mode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/class-use/DeactivateApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/class-use/DeleteApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/class-use/InstallApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/class-use/ActivateApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/class-use/ListApplications.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/heartbeat/class-use/HeartBeat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/heartbeat/class-use/HeartBeat.HeartBeatEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/prettytable/class-use/TableRow.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/prettytable/class-use/PrettyTable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/prettytable/class-use/TableConstants.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/validators/class-use/FileExists.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/servlet/class-use/InstallListener.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/applicationrole/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/group/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/heartbeat/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/permission/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/platform/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/property/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/repository/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/site/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/subject/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/template/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/prettytable/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/servlet/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/validators/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.20.1-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-cli >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.4.7:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Action.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ActionField.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Datasource.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Element.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ErrorModel.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Field.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldValue.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Filter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Link.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Message.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Option.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/OptionType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Options.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Page.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Parameter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Permission.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Sort.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/User.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ValidationRule.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/HttpBasicAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/ApiKeyAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuthFlow.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/Authentication.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.swagger-codegen/VERSION [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-rest-api --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-cli <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-cli --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-cli --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.20.1-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-cli --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-cli --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.20.1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.20.1/appng-cli-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.20.1/appng-cli-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.20.1-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.20.1/appng-cli-1.20.1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.20.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.20.1/appng-cli-1.20.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.20.1.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.20.1/appng-cli-1.20.1.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.20.1.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.20.1/appng-cli-1.20.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.20.1-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.20.1/appng-cli-1.20.1-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.20.1-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.20.1/appng-cli-1.20.1-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-cli --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.14-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.20.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-cli/1.20.1/appng-cli-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-cli/1.20.1/appng-cli-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.20.1-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-cli/1.20.1/appng-cli-1.20.1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.20.1-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-cli/1.20.1/appng-cli-1.20.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.20.1.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-cli/1.20.1/appng-cli-1.20.1.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.20.1.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-cli/1.20.1/appng-cli-1.20.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.20.1-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-cli/1.20.1/appng-cli-1.20.1-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.20.1-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-cli/1.20.1/appng-cli-1.20.1-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tag Library 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-taglib --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-taglib --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 20 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-taglib --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-taglib --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-taglib --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.taglib.ParameterTest 2019-09-10 16:18:42,742 [main] DEBUG org.appng.taglib.Parameter - added parameter param1=value1 to parent tag org.appng.taglib.ParameterTest@1a1d6a08 2019-09-10 16:18:42,760 [main] DEBUG org.appng.taglib.Parameter - added parameter param2="Ä" to parent tag org.appng.taglib.ParameterTest@1a1d6a08 2019-09-10 16:18:42,761 [main] DEBUG org.appng.taglib.Parameter - added parameter param3=null to parent tag org.appng.taglib.ParameterTest@1a1d6a08 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 s - in org.appng.taglib.ParameterTest [INFO] Running org.appng.taglib.form.FormConfirmationTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.appng.taglib.form.FormConfirmationTest [INFO] Running org.appng.taglib.PermissionTest 2019-09-10 16:18:42,987 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2019-09-10 16:18:42,987 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2019-09-10 16:18:42,987 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2019-09-10 16:18:42,987 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2019-09-10 16:18:42,987 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2019-09-10 16:18:42,988 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2019-09-10 16:18:42,992 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2019-09-10 16:18:42,993 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2019-09-10 16:18:42,993 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2019-09-10 16:18:43,044 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2019-09-10 16:18:43,044 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2019-09-10 16:18:43,044 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2019-09-10 16:18:43,044 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2019-09-10 16:18:43,044 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2019-09-10 16:18:43,044 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2019-09-10 16:18:43,045 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2019-09-10 16:18:43,045 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2019-09-10 16:18:43,045 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2019-09-10 16:18:43,046 [main] DEBUG org.appng.api.support.DefaultPermissionProcessor - created PermissionProcessor for user 'null' in application 'null' of site 'null' 2019-09-10 16:18:43,047 [main] DEBUG org.appng.api.support.DummyPermissionProcessor - creating instance for subject null, site null, application null 2019-09-10 16:18:43,047 [main] DEBUG org.appng.api.support.DummyPermissionProcessor - granting permission null 2019-09-10 16:18:43,047 [main] DEBUG org.appng.taglib.Permission - subject has the permission: null [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.264 s - in org.appng.taglib.PermissionTest [INFO] Running org.appng.taglib.MultiSiteSupportTest 2019-09-10 16:18:43,049 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2019-09-10 16:18:43,049 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2019-09-10 16:18:43,049 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2019-09-10 16:18:43,049 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2019-09-10 16:18:43,049 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2019-09-10 16:18:43,049 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2019-09-10 16:18:43,049 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2019-09-10 16:18:43,050 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2019-09-10 16:18:43,050 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2019-09-10 16:18:43,102 [main] DEBUG org.appng.taglib.MultiSiteSupport - application 'application' not found for site 'localhost', trying in granting sites [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.appng.taglib.MultiSiteSupportTest [INFO] Running org.appng.taglib.TagletProcessorTest 2019-09-10 16:18:43,517 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.XMLTaglet$$EnhancerByMockitoWithCGLIB$$90657103' width attributes: {} 2019-09-10 16:18:43,559 [main] DEBUG org.appng.taglib.TagletProcessor - No prefix and suffix defined for not transformed output. Using default values 2019-09-10 16:18:43,559 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix for not transformed output. 2019-09-10 16:18:43,570 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.XMLTaglet$$EnhancerByMockitoWithCGLIB$$90657103' width attributes: {noXslPrefix=test prefix} 2019-09-10 16:18:43,572 [main] DEBUG org.appng.taglib.TagletProcessor - No prefix and suffix defined for not transformed output. Using default values 2019-09-10 16:18:43,572 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix for not transformed output. 2019-09-10 16:18:43,574 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.XMLTaglet$$EnhancerByMockitoWithCGLIB$$90657103' width attributes: {noXslSuffix=test suffix} 2019-09-10 16:18:43,575 [main] DEBUG org.appng.taglib.TagletProcessor - No prefix and suffix defined for not transformed output. Using default values 2019-09-10 16:18:43,575 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix for not transformed output. 2019-09-10 16:18:43,577 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.GlobalTaglet$$EnhancerByMockitoWithCGLIB$$86624df3' with attributes: {} 2019-09-10 16:18:43,583 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.taglib.TagletProcessorTest$MyTaglet$$EnhancerByMockitoWithCGLIB$$6f521b2' with attributes: {} 2019-09-10 16:18:43,598 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.GlobalXMLTaglet$$EnhancerByMockitoWithCGLIB$$2e1087b8' width attributes: {} 2019-09-10 16:18:43,599 [main] DEBUG org.appng.taglib.TagletProcessor - No prefix and suffix defined for not transformed output. Using default values 2019-09-10 16:18:43,599 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix for not transformed output. 2019-09-10 16:18:43,601 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.XMLTaglet$$EnhancerByMockitoWithCGLIB$$90657103' width attributes: {noXslPrefix=test prefix, noXslSuffix=test suffix} 2019-09-10 16:18:43,602 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix test prefix and suffix test suffix for not transformed output. 2019-09-10 16:18:43,604 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.Taglet$$EnhancerByMockitoWithCGLIB$$bb8fe088' with attributes: {} [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.5 s - in org.appng.taglib.TagletProcessorTest [INFO] Running org.appng.taglib.TagletAdapterTest 2019-09-10 16:18:43,606 [main] INFO org.appng.api.support.SiteClassLoader - SiteClassLoader#1943634922 for site localhost with parent sun.misc.Launcher$AppClassLoader#1252169911 created [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.appng.taglib.TagletAdapterTest [INFO] Running org.appng.taglib.AttributeTest 2019-09-10 16:18:43,629 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2019-09-10 16:18:43,629 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2019-09-10 16:18:43,630 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2019-09-10 16:18:43,630 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2019-09-10 16:18:43,630 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2019-09-10 16:18:43,630 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2019-09-10 16:18:43,630 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2019-09-10 16:18:43,630 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2019-09-10 16:18:43,630 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2019-09-10 16:18:43,632 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2019-09-10 16:18:43,632 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2019-09-10 16:18:43,632 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2019-09-10 16:18:43,632 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2019-09-10 16:18:43,633 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2019-09-10 16:18:43,633 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2019-09-10 16:18:43,633 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2019-09-10 16:18:43,633 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2019-09-10 16:18:43,633 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2019-09-10 16:18:43,655 [main] DEBUG org.appng.el.ExpressionEvaluator - ${variable} = fromSite [(variable = fromSite)] 2019-09-10 16:18:43,658 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2019-09-10 16:18:43,658 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2019-09-10 16:18:43,658 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2019-09-10 16:18:43,658 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2019-09-10 16:18:43,658 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2019-09-10 16:18:43,658 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2019-09-10 16:18:43,658 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2019-09-10 16:18:43,659 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2019-09-10 16:18:43,659 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2019-09-10 16:18:43,660 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2019-09-10 16:18:43,660 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2019-09-10 16:18:43,660 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2019-09-10 16:18:43,660 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2019-09-10 16:18:43,660 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2019-09-10 16:18:43,660 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2019-09-10 16:18:43,661 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2019-09-10 16:18:43,661 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2019-09-10 16:18:43,661 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2019-09-10 16:18:43,662 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2019-09-10 16:18:43,662 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2019-09-10 16:18:43,662 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2019-09-10 16:18:43,662 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2019-09-10 16:18:43,662 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2019-09-10 16:18:43,662 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2019-09-10 16:18:43,663 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2019-09-10 16:18:43,663 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2019-09-10 16:18:43,663 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2019-09-10 16:18:43,664 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites.localhost} = Mock for Site, hashCode: 279566689 [(sites = {localhost=Mock for Site, hashCode: 279566689})] 2019-09-10 16:18:43,664 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2019-09-10 16:18:43,664 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2019-09-10 16:18:43,665 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2019-09-10 16:18:43,665 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2019-09-10 16:18:43,665 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2019-09-10 16:18:43,665 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2019-09-10 16:18:43,665 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2019-09-10 16:18:43,665 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2019-09-10 16:18:43,665 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2019-09-10 16:18:43,667 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites['localhost']} = Mock for Site, hashCode: 279566689 [(sites = {localhost=Mock for Site, hashCode: 279566689})] 2019-09-10 16:18:43,667 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2019-09-10 16:18:43,667 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2019-09-10 16:18:43,667 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2019-09-10 16:18:43,667 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2019-09-10 16:18:43,667 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2019-09-10 16:18:43,667 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2019-09-10 16:18:43,668 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2019-09-10 16:18:43,668 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2019-09-10 16:18:43,668 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2019-09-10 16:18:43,675 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites['localhost'].name} = localhost [(sites = {localhost=Mock for Site, hashCode: 279566689})] 2019-09-10 16:18:43,675 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2019-09-10 16:18:43,675 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2019-09-10 16:18:43,675 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2019-09-10 16:18:43,675 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2019-09-10 16:18:43,675 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2019-09-10 16:18:43,675 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2019-09-10 16:18:43,676 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2019-09-10 16:18:43,676 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2019-09-10 16:18:43,676 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2019-09-10 16:18:43,679 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites['localhost'].getName()} = localhost [(sites = {localhost=Mock for Site, hashCode: 279566689})] 2019-09-10 16:18:43,679 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2019-09-10 16:18:43,679 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2019-09-10 16:18:43,679 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2019-09-10 16:18:43,680 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2019-09-10 16:18:43,680 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2019-09-10 16:18:43,680 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2019-09-10 16:18:43,680 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2019-09-10 16:18:43,680 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2019-09-10 16:18:43,680 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2019-09-10 16:18:43,682 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites.localhost.getName()} = localhost [(sites = {localhost=Mock for Site, hashCode: 279566689})] 2019-09-10 16:18:43,683 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2019-09-10 16:18:43,683 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2019-09-10 16:18:43,683 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2019-09-10 16:18:43,683 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2019-09-10 16:18:43,683 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2019-09-10 16:18:43,683 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2019-09-10 16:18:43,683 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2019-09-10 16:18:43,683 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2019-09-10 16:18:43,683 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2019-09-10 16:18:43,684 [main] DEBUG org.appng.el.ExpressionEvaluator - ${variable} = fromRequest [(variable = fromRequest)] 2019-09-10 16:18:43,686 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2019-09-10 16:18:43,686 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2019-09-10 16:18:43,686 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2019-09-10 16:18:43,686 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2019-09-10 16:18:43,686 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2019-09-10 16:18:43,686 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2019-09-10 16:18:43,686 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2019-09-10 16:18:43,686 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2019-09-10 16:18:43,686 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2019-09-10 16:18:43,688 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2019-09-10 16:18:43,688 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2019-09-10 16:18:43,688 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2019-09-10 16:18:43,688 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2019-09-10 16:18:43,688 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2019-09-10 16:18:43,688 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2019-09-10 16:18:43,688 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2019-09-10 16:18:43,688 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2019-09-10 16:18:43,688 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2019-09-10 16:18:43,689 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2019-09-10 16:18:43,689 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2019-09-10 16:18:43,689 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2019-09-10 16:18:43,689 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2019-09-10 16:18:43,689 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2019-09-10 16:18:43,689 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2019-09-10 16:18:43,689 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2019-09-10 16:18:43,689 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2019-09-10 16:18:43,689 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2019-09-10 16:18:43,691 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2019-09-10 16:18:43,691 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2019-09-10 16:18:43,691 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2019-09-10 16:18:43,691 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2019-09-10 16:18:43,691 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2019-09-10 16:18:43,691 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2019-09-10 16:18:43,692 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2019-09-10 16:18:43,692 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2019-09-10 16:18:43,692 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2019-09-10 16:18:43,692 [main] DEBUG org.appng.el.ExpressionEvaluator - ${variable} = fromPlatform [(variable = fromPlatform)] 2019-09-10 16:18:43,693 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2019-09-10 16:18:43,693 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2019-09-10 16:18:43,693 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2019-09-10 16:18:43,693 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2019-09-10 16:18:43,693 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2019-09-10 16:18:43,693 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2019-09-10 16:18:43,694 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2019-09-10 16:18:43,694 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2019-09-10 16:18:43,694 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2019-09-10 16:18:43,694 [main] DEBUG org.appng.el.ExpressionEvaluator - ${variable} = fromSession [(variable = fromSession)] 2019-09-10 16:18:43,696 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2019-09-10 16:18:43,696 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2019-09-10 16:18:43,696 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2019-09-10 16:18:43,696 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2019-09-10 16:18:43,696 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2019-09-10 16:18:43,696 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2019-09-10 16:18:43,696 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2019-09-10 16:18:43,696 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2019-09-10 16:18:43,696 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2019-09-10 16:18:43,697 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites} = {localhost=Mock for Site, hashCode: 171809144} [(sites = {localhost=Mock for Site, hashCode: 171809144})] 2019-09-10 16:18:43,698 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2019-09-10 16:18:43,698 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2019-09-10 16:18:43,698 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2019-09-10 16:18:43,699 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2019-09-10 16:18:43,699 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2019-09-10 16:18:43,699 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2019-09-10 16:18:43,699 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2019-09-10 16:18:43,699 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2019-09-10 16:18:43,699 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2019-09-10 16:18:43,699 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2019-09-10 16:18:43,699 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2019-09-10 16:18:43,700 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2019-09-10 16:18:43,700 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2019-09-10 16:18:43,700 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2019-09-10 16:18:43,700 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2019-09-10 16:18:43,700 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2019-09-10 16:18:43,700 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2019-09-10 16:18:43,700 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.appng.taglib.AttributeTest [INFO] Running org.appng.taglib.search.SearchTest 2019-09-10 16:18:43,748 [main] DEBUG org.appng.taglib.search.SearchPart - added part global:null to org.appng.taglib.search.SearchTest@528c868 2019-09-10 16:18:44,482 [main] DEBUG org.appng.taglib.search.Search - term is Hitchhiker 2019-09-10 16:18:44,482 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2019-09-10 16:18:44,482 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2019-09-10 16:18:44,482 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2019-09-10 16:18:44,482 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2019-09-10 16:18:44,482 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2019-09-10 16:18:44,482 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2019-09-10 16:18:44,483 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2019-09-10 16:18:44,483 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2019-09-10 16:18:44,483 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2019-09-10 16:18:44,488 [main] INFO org.appng.taglib.search.Search - processing org.appng.search.searcher.StandardSearcher with term 'Hitchhiker' and parameters {excludeTypes=com.foo.Bar} 2019-09-10 16:18:44,624 [main] INFO org.appng.search.searcher.StandardSearcher - 1 results returned from query: +language:en +((title:hitchhik) (title:hitchhiker*)) -type:com.foo.Bar [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.164 s - in org.appng.taglib.search.SearchTest [INFO] Running org.appng.taglib.IfTest 2019-09-10 16:18:44,873 [main] DEBUG org.appng.forms.impl.RequestBean - tempdir is /tmp 2019-09-10 16:18:44,873 [main] DEBUG org.appng.forms.impl.RequestBean - content type: null 2019-09-10 16:18:44,873 [main] DEBUG org.appng.forms.impl.RequestBean - requestURI: 2019-09-10 16:18:44,873 [main] DEBUG org.appng.forms.impl.RequestBean - contextPath: 2019-09-10 16:18:44,873 [main] DEBUG org.appng.forms.impl.RequestBean - servletPath: 2019-09-10 16:18:44,873 [main] DEBUG org.appng.forms.impl.RequestBean - pathInfo: null 2019-09-10 16:18:44,873 [main] DEBUG org.appng.forms.impl.RequestBean - request method: 2019-09-10 16:18:44,881 [main] DEBUG org.appng.el.ExpressionEvaluator - ${(a == 'bar') or (a.startsWith('b'))} = false [(a = foo)] 2019-09-10 16:18:44,881 [main] DEBUG org.appng.taglib.If - (a == 'bar') or (a.startsWith('b')) = false, skipping body 2019-09-10 16:18:44,882 [main] DEBUG org.appng.forms.impl.RequestBean - tempdir is /tmp 2019-09-10 16:18:44,882 [main] DEBUG org.appng.forms.impl.RequestBean - content type: null 2019-09-10 16:18:44,882 [main] DEBUG org.appng.forms.impl.RequestBean - requestURI: 2019-09-10 16:18:44,882 [main] DEBUG org.appng.forms.impl.RequestBean - contextPath: 2019-09-10 16:18:44,882 [main] DEBUG org.appng.forms.impl.RequestBean - servletPath: 2019-09-10 16:18:44,882 [main] DEBUG org.appng.forms.impl.RequestBean - pathInfo: null 2019-09-10 16:18:44,882 [main] DEBUG org.appng.forms.impl.RequestBean - request method: 2019-09-10 16:18:44,883 [main] DEBUG org.appng.el.ExpressionEvaluator - ${(a == 'foo') or (a.startsWith('f'))} = true [(a = foo)] 2019-09-10 16:18:44,883 [main] DEBUG org.appng.taglib.If - (a == 'foo') or (a.startsWith('f')) = true, evaluating body [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.appng.taglib.IfTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-taglib --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.20.1.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-taglib --- [WARNING] Error fetching link: https://appng.org/appng-core/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-search/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-formtags/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://tomcat.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://junit.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.mockito.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://tomcat.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://projectlombok.org/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.taglib... Loading source files for package org.appng.taglib.form... Loading source files for package org.appng.taglib.search... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/ApplicationAdapter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/Attribute.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/Attribute.Mode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/If.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/MultiSiteSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/Parameter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/ParameterOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/TagletAdapter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/TagletProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/form/Form.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/form/FormConfirmation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/form/FormData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/form/FormElement.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/form/FormGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/search/Search.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/search/Searchable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/search/SearchPart.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/form/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/form/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/form/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/search/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/search/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/search/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/serialized-form.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/class-use/Parameter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/class-use/TagletAdapter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/class-use/ApplicationAdapter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/class-use/MultiSiteSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/class-use/If.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/class-use/ParameterOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/class-use/Attribute.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/class-use/Attribute.Mode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/class-use/TagletProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/class-use/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/form/class-use/FormConfirmation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/form/class-use/FormData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/form/class-use/FormGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/form/class-use/FormElement.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/form/class-use/Form.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/search/class-use/Search.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/search/class-use/SearchPart.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/search/class-use/Searchable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/form/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/search/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.20.1-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-taglib >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.4.7:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Action.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ActionField.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Datasource.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Element.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ErrorModel.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Field.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldValue.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Filter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Link.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Message.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Option.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/OptionType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Options.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Page.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Parameter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Permission.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Sort.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/User.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ValidationRule.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/HttpBasicAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/ApiKeyAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuthFlow.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/Authentication.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.swagger-codegen/VERSION [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-rest-api --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-taglib <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-taglib --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-taglib --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.20.1-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-taglib --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-taglib --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.20.1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.20.1/appng-taglib-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.20.1/appng-taglib-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.20.1-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.20.1/appng-taglib-1.20.1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.20.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.20.1/appng-taglib-1.20.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.20.1.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.20.1/appng-taglib-1.20.1.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.20.1.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.20.1/appng-taglib-1.20.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.20.1-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.20.1/appng-taglib-1.20.1-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.20.1-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.20.1/appng-taglib-1.20.1-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-taglib --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.14-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.20.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-taglib/1.20.1/appng-taglib-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-taglib/1.20.1/appng-taglib-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.20.1-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-taglib/1.20.1/appng-taglib-1.20.1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.20.1-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-taglib/1.20.1/appng-taglib-1.20.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.20.1.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-taglib/1.20.1/appng-taglib-1.20.1.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.20.1.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-taglib/1.20.1/appng-taglib-1.20.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.20.1-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-taglib/1.20.1/appng-taglib-1.20.1-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.20.1-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-taglib/1.20.1/appng-taglib-1.20.1-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Application 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-application --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-application --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-application --- [INFO] [INFO] --- maven-war-plugin:3.1.0:war (default-war) @ appng-application --- [INFO] Packaging webapp [INFO] Assembling webapp [appng-application] in [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.20.1] [INFO] Processing war project [INFO] Copying webapp webResources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application/src/main/webapp/META-INF] to [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.20.1] [INFO] Copying webapp webResources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application/src/main/webapp/WEB-INF] to [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.20.1] [INFO] Copying webapp resources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application/src/main/webapp] [INFO] Webapp assembled in [264 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.20.1.war [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-application --- [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-application >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.4.7:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Action.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ActionField.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Datasource.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Element.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ErrorModel.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Field.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldValue.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Filter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Link.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Message.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Option.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/OptionType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Options.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Page.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Parameter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Permission.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Sort.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/User.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ValidationRule.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/HttpBasicAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/ApiKeyAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuthFlow.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/Authentication.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.swagger-codegen/VERSION [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-rest-api --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-application <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-application --- [INFO] [INFO] --- maven-dependency-plugin:3.0.1:copy-dependencies (default) @ appng-application --- [INFO] Copying appng-rest-api-1.20.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-rest-api-1.20.1.jar [INFO] Copying appng-taglib-1.20.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-taglib-1.20.1.jar [INFO] Copying appng-xmlapi-1.20.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-xmlapi-1.20.1.jar [INFO] Copying appng-api-1.20.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-api-1.20.1.jar [INFO] Copying appng-cli-1.20.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-cli-1.20.1.jar [INFO] Copying appng-mail-1.20.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-mail-1.20.1.jar [INFO] Copying appng-search-1.20.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-search-1.20.1.jar [INFO] Copying appng-core-1.20.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-core-1.20.1.jar [INFO] Copying appng-persistence-1.20.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-persistence-1.20.1.jar [INFO] Copying appng-forms-1.20.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-forms-1.20.1.jar [INFO] Copying appng-formtags-1.20.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-formtags-1.20.1.jar [INFO] Copying appng-tools-1.20.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-tools-1.20.1.jar [INFO] org.apache.cxf:cxf-rt-transports-http:jar:3.0.16 already exists in destination. [INFO] net.jcip:jcip-annotations:jar:1.0 already exists in destination. [INFO] com.github.sylvainlaurent.jdbcperflogger:jdbc-perf-logger-driver:jar:0.9.0 already exists in destination. [INFO] org.springframework.ws:spring-xml:jar:2.4.6.RELEASE already exists in destination. [INFO] org.itadaki:bzip2:jar:0.9.1 already exists in destination. [INFO] com.google.protobuf:protobuf-java:jar:2.5.0 already exists in destination. [INFO] javax.xml.bind:jaxb-api:jar:2.3.1 already exists in destination. [INFO] org.apache.cxf:cxf-rt-frontend-jaxrs:jar:3.0.16 already exists in destination. [INFO] commons-beanutils:commons-beanutils:jar:1.9.3 already exists in destination. [INFO] com.googlecode.juniversalchardet:juniversalchardet:jar:1.0.3 already exists in destination. [INFO] org.apache.pdfbox:pdfbox-tools:jar:2.0.9 already exists in destination. [INFO] org.springframework:spring-context-support:jar:4.3.24.RELEASE already exists in destination. [INFO] org.apache.commons:commons-vfs2:jar:2.2 already exists in destination. [INFO] org.apache.xmlgraphics:xmlgraphics-commons:jar:2.3 already exists in destination. [INFO] com.fasterxml.jackson.core:jackson-core:jar:2.10.0.pr1 already exists in destination. [INFO] xml-apis:xml-apis-ext:jar:1.3.04 already exists in destination. [INFO] com.google.j2objc:j2objc-annotations:jar:1.3 already exists in destination. [INFO] com.fasterxml:classmate:jar:1.3.4 already exists in destination. [INFO] org.apache.james:apache-mime4j-core:jar:0.8.1 already exists in destination. [INFO] redis.clients:jedis:jar:3.1.0 already exists in destination. [INFO] org.apache.xmlgraphics:batik-constants:jar:1.11 already exists in destination. [INFO] com.mysema.commons:mysema-commons-lang:jar:0.2.4 already exists in destination. [INFO] edu.ucar:grib:jar:4.5.5 already exists in destination. [INFO] javax.activation:javax.activation-api:jar:1.2.0 already exists in destination. [INFO] com.carrotsearch:hppc:jar:0.8.1 already exists in destination. [INFO] com.healthmarketscience.jackcess:jackcess:jar:2.1.10 already exists in destination. [INFO] com.github.junrar:junrar:jar:1.0.1 already exists in destination. [INFO] org.apache-extras.beanshell:bsh:jar:2.0b6 already exists in destination. [INFO] org.springframework:spring-beans:jar:4.3.24.RELEASE already exists in destination. [INFO] org.hibernate.validator:hibernate-validator:jar:6.0.17.Final already exists in destination. [INFO] com.rabbitmq:amqp-client:jar:5.7.2 already exists in destination. [INFO] org.apache.poi:poi:jar:3.17 already exists in destination. [INFO] org.apache.commons:commons-compress:jar:1.18 already exists in destination. [INFO] javax.mail:mail:jar:1.4.5 already exists in destination. [INFO] org.springframework:spring-expression:jar:4.3.24.RELEASE already exists in destination. [INFO] commons-lang:commons-lang:jar:2.6 already exists in destination. [INFO] com.zaxxer:HikariCP:jar:3.3.1 already exists in destination. [INFO] org.apache.commons:commons-exec:jar:1.3 already exists in destination. [INFO] org.springframework:spring-aop:jar:4.3.24.RELEASE already exists in destination. [INFO] org.apache.httpcomponents:httpclient:jar:4.5.9 already exists in destination. [INFO] com.mchange:mchange-commons-java:jar:0.2.15 already exists in destination. [INFO] org.gagravarr:vorbis-java-core:jar:0.8 already exists in destination. [INFO] org.tuckey:urlrewritefilter:jar:4.0.4 already exists in destination. [INFO] com.fasterxml.jackson.core:jackson-annotations:jar:2.10.0.pr1 already exists in destination. [INFO] org.apache.cxf:cxf-rt-rs-client:jar:3.0.16 already exists in destination. [INFO] org.apache.lucene:lucene-analyzers-common:jar:8.2.0 already exists in destination. [INFO] net.bytebuddy:byte-buddy:jar:1.9.10 already exists in destination. [INFO] org.apache.pdfbox:jbig2-imageio:jar:3.0.0 already exists in destination. [INFO] javax.persistence:javax.persistence-api:jar:2.2 already exists in destination. [INFO] org.apache.lucene:lucene-queries:jar:8.2.0 already exists in destination. [INFO] log4j:log4j:jar:1.2.17 already exists in destination. [INFO] com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava already exists in destination. [INFO] org.springframework:spring-tx:jar:4.3.24.RELEASE already exists in destination. [INFO] org.apache.sis.core:sis-referencing:jar:0.8 already exists in destination. [INFO] org.apache.tika:tika-core:jar:1.18 already exists in destination. [INFO] com.github.openjson:openjson:jar:1.0.10 already exists in destination. [INFO] javax.validation:validation-api:jar:2.0.1.Final already exists in destination. [INFO] com.beust:jcommander:jar:1.72 already exists in destination. [INFO] org.bouncycastle:bcprov-jdk15on:jar:1.54 already exists in destination. [INFO] com.rometools:rome-utils:jar:1.5.1 already exists in destination. [INFO] antlr:antlr:jar:2.7.7 already exists in destination. [INFO] org.apache.james:apache-mime4j-dom:jar:0.8.1 already exists in destination. [INFO] javax.measure:unit-api:jar:1.0 already exists in destination. [INFO] org.opengis:geoapi:jar:3.0.1 already exists in destination. [INFO] edu.ucar:netcdf4:jar:4.5.5 already exists in destination. [INFO] org.ow2.asm:asm:jar:5.0.4 already exists in destination. [INFO] org.checkerframework:checker-qual:jar:2.8.1 already exists in destination. [INFO] org.hibernate:hibernate-envers:jar:5.4.3.Final already exists in destination. [INFO] org.hibernate:hibernate-core:jar:5.4.3.Final already exists in destination. [INFO] com.google.guava:failureaccess:jar:1.0.1 already exists in destination. [INFO] javax.ws.rs:javax.ws.rs-api:jar:2.0.1 already exists in destination. [INFO] edu.ucar:cdm:jar:4.5.5 already exists in destination. [INFO] de.skuzzle:semantic-version:jar:1.2.0 already exists in destination. [INFO] edu.ucar:httpservices:jar:4.5.5 already exists in destination. [INFO] org.springframework:spring-web:jar:4.3.24.RELEASE already exists in destination. [INFO] org.apache.pdfbox:fontbox:jar:2.0.16 already exists in destination. [INFO] org.apache.lucene:lucene-core:jar:8.2.0 already exists in destination. [INFO] com.google.code.findbugs:jsr305:jar:3.0.2 already exists in destination. [INFO] de.l3s.boilerpipe:boilerpipe:jar:1.1.0 already exists in destination. [INFO] org.apache.httpcomponents:httpmime:jar:4.5.4 already exists in destination. [INFO] org.apache.commons:commons-lang3:jar:3.9 already exists in destination. [INFO] commons-configuration:commons-configuration:jar:1.10 already exists in destination. [INFO] org.attoparser:attoparser:jar:2.0.5.RELEASE already exists in destination. [INFO] org.gagravarr:vorbis-java-tika:jar:0.8 already exists in destination. [INFO] org.unbescape:unbescape:jar:1.1.6.RELEASE already exists in destination. [INFO] org.apache.uima:uimaj-core:jar:2.9.0 already exists in destination. [INFO] org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1 already exists in destination. [INFO] org.glassfish.jaxb:jaxb-runtime:jar:2.3.1 already exists in destination. [INFO] org.apache.xmlbeans:xmlbeans:jar:2.6.0 already exists in destination. [INFO] org.springframework:spring-oxm:jar:4.3.24.RELEASE already exists in destination. [INFO] joda-time:joda-time:jar:2.10.3 already exists in destination. [INFO] commons-collections:commons-collections:jar:3.2.2 already exists in destination. [INFO] commons-logging:commons-logging-api:jar:1.1 already exists in destination. [INFO] commons-codec:commons-codec:jar:1.13 already exists in destination. [INFO] org.freemarker:freemarker:jar:2.3.28 already exists in destination. [INFO] org.springframework.data:spring-data-commons:jar:1.13.22.RELEASE already exists in destination. [INFO] org.springframework:spring-context:jar:4.3.24.RELEASE already exists in destination. [INFO] net.sourceforge.nekohtml:nekohtml:jar:1.9.22 already exists in destination. [INFO] org.javassist:javassist:jar:3.24.0-GA already exists in destination. [INFO] org.dom4j:dom4j:jar:2.1.1 already exists in destination. [INFO] org.apache.poi:poi-scratchpad:jar:3.17 already exists in destination. [INFO] org.jboss:jandex:jar:2.0.5.Final already exists in destination. [INFO] net.sf.saxon:Saxon-HE:jar:9.9.1-4 already exists in destination. [INFO] org.apache.xmlgraphics:batik-util:jar:1.11 already exists in destination. [INFO] org.jsoup:jsoup:jar:1.12.1 already exists in destination. [INFO] aopalliance:aopalliance:jar:1.0 already exists in destination. [INFO] org.springframework:spring-webmvc:jar:4.3.24.RELEASE already exists in destination. [INFO] com.sun.xml.fastinfoset:FastInfoset:jar:1.2.15 already exists in destination. [INFO] org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:jar:1.1.1.Final already exists in destination. [INFO] org.bouncycastle:bcpkix-jdk15on:jar:1.54 already exists in destination. [INFO] org.slf4j:jul-to-slf4j:jar:1.7.24 already exists in destination. [INFO] org.codehaus.mojo:animal-sniffer-annotations:jar:1.17 already exists in destination. [INFO] org.springframework.data:spring-data-envers:jar:1.1.22.RELEASE already exists in destination. [INFO] org.springframework.security:spring-security-core:jar:4.2.13.RELEASE already exists in destination. [INFO] org.slf4j:slf4j-api:jar:1.7.26 already exists in destination. [INFO] com.googlecode.json-simple:json-simple:jar:1.1.1 already exists in destination. [INFO] org.quartz-scheduler:quartz:jar:2.3.1 already exists in destination. [INFO] org.hibernate.common:hibernate-commons-annotations:jar:5.1.0.Final already exists in destination. [INFO] org.springframework:spring-orm:jar:4.3.24.RELEASE already exists in destination. [INFO] org.jboss.logging:jboss-logging:jar:3.3.2.Final already exists in destination. [INFO] com.rometools:rome:jar:1.5.1 already exists in destination. [INFO] org.apache.pdfbox:jempbox:jar:1.8.13 already exists in destination. [INFO] com.google.errorprone:error_prone_annotations:jar:2.3.2 already exists in destination. [INFO] org.jvnet.staxex:stax-ex:jar:1.8 already exists in destination. [INFO] org.apache.cxf:cxf-core:jar:3.0.16 already exists in destination. [INFO] com.querydsl:querydsl-core:jar:4.2.1 already exists in destination. [INFO] org.aspectj:aspectjrt:jar:1.8.13 already exists in destination. [INFO] edu.usc.ir:sentiment-analysis-parser:jar:0.1 already exists in destination. [INFO] org.jdom:jdom2:jar:2.0.6 already exists in destination. [INFO] com.sun.istack:istack-commons-runtime:jar:3.0.7 already exists in destination. [INFO] org.apache.poi:poi-ooxml-schemas:jar:3.17 already exists in destination. [INFO] com.j256.simplemagic:simplemagic:jar:1.16 already exists in destination. [INFO] org.apache.opennlp:opennlp-tools:jar:1.8.4 already exists in destination. [INFO] org.springframework:spring-jdbc:jar:4.3.24.RELEASE already exists in destination. [INFO] com.querydsl:querydsl-jpa:jar:4.2.1 already exists in destination. [INFO] org.apache.uima:uimafit-core:jar:2.2.0 already exists in destination. [INFO] org.apache.commons:commons-collections4:jar:4.1 already exists in destination. [INFO] wsdl4j:wsdl4j:jar:1.6.3 already exists in destination. [INFO] org.apache.commons:commons-csv:jar:1.0 already exists in destination. [INFO] javax.inject:javax.inject:jar:1 already exists in destination. [INFO] org.apache.httpcomponents:httpcore:jar:4.4.11 already exists in destination. [INFO] com.fasterxml.jackson.core:jackson-databind:jar:2.10.0.pr1 already exists in destination. [INFO] org.springframework.security:spring-security-web:jar:4.2.13.RELEASE already exists in destination. [INFO] org.slf4j:slf4j-log4j12:jar:1.7.26 already exists in destination. [INFO] com.pff:java-libpst:jar:0.8.1 already exists in destination. [INFO] org.tukaani:xz:jar:1.8 already exists in destination. [INFO] org.apache.lucene:lucene-highlighter:jar:8.2.0 already exists in destination. [INFO] com.adobe.xmp:xmpcore:jar:5.1.3 already exists in destination. [INFO] org.hsqldb:hsqldb:jar:2.5.0 already exists in destination. [INFO] org.apache.poi:poi-ooxml:jar:3.17 already exists in destination. [INFO] org.apache.commons:commons-text:jar:1.7 already exists in destination. [INFO] stax:stax-api:jar:1.0.1 already exists in destination. [INFO] com.io7m.xom:xom:jar:1.2.10 already exists in destination. [INFO] org.apache.xmlgraphics:batik-i18n:jar:1.11 already exists in destination. [INFO] org.slf4j:jcl-over-slf4j:jar:1.7.26 already exists in destination. [INFO] org.apache.lucene:lucene-sandbox:jar:8.2.0 already exists in destination. [INFO] org.owasp.esapi:esapi:jar:2.2.0.0 already exists in destination. [INFO] org.apache.sis.core:sis-metadata:jar:0.8 already exists in destination. [INFO] io.swagger:swagger-annotations:jar:1.5.22 already exists in destination. [INFO] org.glassfish.jaxb:txw2:jar:2.3.1 already exists in destination. [INFO] org.apache.sis.storage:sis-storage:jar:0.8 already exists in destination. [INFO] org.springframework:spring-core:jar:4.3.24.RELEASE already exists in destination. [INFO] commons-io:commons-io:jar:2.6 already exists in destination. [INFO] com.github.virtuald:curvesapi:jar:1.04 already exists in destination. [INFO] org.codelibs:jhighlight:jar:1.0.2 already exists in destination. [INFO] org.hibernate:hibernate-entitymanager:jar:5.4.3.Final already exists in destination. [INFO] edu.ucar:udunits:jar:4.5.5 already exists in destination. [INFO] org.codehaus.woodstox:woodstox-core-asl:jar:4.4.1 already exists in destination. [INFO] org.apache.pdfbox:pdfbox:jar:2.0.16 already exists in destination. [INFO] org.owasp.antisamy:antisamy:jar:1.5.8 already exists in destination. [INFO] com.google.code.gson:gson:jar:2.8.1 already exists in destination. [INFO] org.springframework.ws:spring-ws-core:jar:2.4.6.RELEASE already exists in destination. [INFO] org.bouncycastle:bcmail-jdk15on:jar:1.54 already exists in destination. [INFO] net.sf.ehcache:ehcache-web:jar:2.0.4 already exists in destination. [INFO] org.apache.tika:tika-parsers:jar:1.18 already exists in destination. [INFO] org.apache.xmlgraphics:batik-css:jar:1.11 already exists in destination. [INFO] org.brotli:dec:jar:0.1.2 already exists in destination. [INFO] org.apache.sis.core:sis-utility:jar:0.8 already exists in destination. [INFO] com.github.jai-imageio:jai-imageio-core:jar:1.3.1 already exists in destination. [INFO] org.im4java:im4java:jar:1.4.0 already exists in destination. [INFO] commons-fileupload:commons-fileupload:jar:1.4 already exists in destination. [INFO] com.drewnoakes:metadata-extractor:jar:2.10.1 already exists in destination. [INFO] org.springframework.data:spring-data-jpa:jar:1.11.22.RELEASE already exists in destination. [INFO] org.apache.sis.core:sis-feature:jar:0.8 already exists in destination. [INFO] javax.annotation:javax.annotation-api:jar:1.2 already exists in destination. [INFO] org.apache.lucene:lucene-facet:jar:8.2.0 already exists in destination. [INFO] org.apache.sis.storage:sis-netcdf:jar:0.8 already exists in destination. [INFO] com.infradna.tool:bridge-method-annotation:jar:1.13 already exists in destination. [INFO] org.codehaus.woodstox:stax2-api:jar:3.1.4 already exists in destination. [INFO] org.flywaydb:flyway-core:jar:4.2.0 already exists in destination. [INFO] net.sf.ehcache:ehcache-core:jar:2.6.11 already exists in destination. [INFO] org.tallison:jmatio:jar:1.2 already exists in destination. [INFO] org.apache.ws.xmlschema:xmlschema-core:jar:2.2.2 already exists in destination. [INFO] org.thymeleaf:thymeleaf:jar:3.0.11.RELEASE already exists in destination. [INFO] org.thymeleaf:thymeleaf-spring4:jar:3.0.11.RELEASE already exists in destination. [INFO] org.apache.commons:commons-pool2:jar:2.6.2 already exists in destination. [INFO] com.healthmarketscience.jackcess:jackcess-encrypt:jar:2.1.4 already exists in destination. [INFO] org.apache.lucene:lucene-queryparser:jar:8.2.0 already exists in destination. [INFO] net.java.dev.jna:jna:jar:4.1.0 already exists in destination. [INFO] com.google.guava:guava:jar:28.0-jre already exists in destination. [INFO] org.apache.lucene:lucene-memory:jar:8.2.0 already exists in destination. [INFO] [INFO] --- maven-assembly-plugin:3.0.0:single (default) @ appng-application --- [INFO] Reading assembly descriptor: assembly.xml [INFO] Building zip: /srv/www/appng.org/appng/builds/stable/appng-application-1.20.1-dependencies-20190910-1412.zip [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-application --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.20.1-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-application --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-application --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.20.1.war to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.20.1/appng-application-1.20.1.war [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.20.1/appng-application-1.20.1.pom [INFO] Installing /srv/www/appng.org/appng/builds/stable/appng-application-1.20.1-dependencies-20190910-1412.zip to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.20.1/appng-application-1.20.1.zip [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.20.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.20.1/appng-application-1.20.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.20.1.war.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.20.1/appng-application-1.20.1.war.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.20.1.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.20.1/appng-application-1.20.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/gpg/srv/www/appng.org/appng/builds/stable/appng-application-1.20.1-dependencies-20190910-1412.zip.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.20.1/appng-application-1.20.1.zip.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.20.1-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.20.1/appng-application-1.20.1-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-application --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.14-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.20.1.war to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application/1.20.1/appng-application-1.20.1.war [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application/1.20.1/appng-application-1.20.1.pom [INFO] Installing /srv/www/appng.org/appng/builds/stable/appng-application-1.20.1-dependencies-20190910-1412.zip to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application/1.20.1/appng-application-1.20.1.zip [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.20.1-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application/1.20.1/appng-application-1.20.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.20.1.war.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application/1.20.1/appng-application-1.20.1.war.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.20.1.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application/1.20.1/appng-application-1.20.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/gpg/srv/www/appng.org/appng/builds/stable/appng-application-1.20.1-dependencies-20190910-1412.zip.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application/1.20.1/appng-application-1.20.1.zip.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.20.1-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application/1.20.1/appng-application-1.20.1-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] --- maven-antrun-plugin:1.8:run (default) @ appng-application --- [INFO] Executing tasks main: [copy] Copying 1 file to /srv/www/appng.org/appng/builds/stable [INFO] Executed tasks [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG application BOM 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-application-bom --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ appng-application-bom --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-bom/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-application-bom/1.20.1/appng-application-bom-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-bom/target/appng-application-bom-1.20.1.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application-bom/1.20.1/appng-application-bom-1.20.1.pom.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-application-bom --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.14-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-bom/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-bom/1.20.1/appng-application-bom-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-bom/target/appng-application-bom-1.20.1.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-bom/1.20.1/appng-application-bom-1.20.1.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Documentation 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-documentation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-documentation --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-documentation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-documentation --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-documentation --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.example.EmployeesTest 2019-09-10 16:19:14,379 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2019-09-10 16:19:14,395 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@27c6e487, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@49070868, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6385cb26, org.springframework.test.context.support.DirtiesContextTestExecutionListener@38364841, org.springframework.test.context.transaction.TransactionalTestExecutionListener@28c4711c, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@59717824] 2019-09-10 16:19:15,073 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml] 2019-09-10 16:19:15,255 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2019-09-10 16:19:15,287 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml] 2019-09-10 16:19:15,342 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@64c87930: startup date [Tue Sep 10 16:19:15 CEST 2019]; root of context hierarchy 2019-09-10 16:19:15,532 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Sep 10, 2019 4:19:15 PM ch.sla.jdbcperflogger.Logger info INFO: Using config file jdbcperflogger-fallback.xml 2019-09-10 16:19:16,084 INFO [HSQLDB Server @2e11485] hsqldb.db.HSQLDB6D1B8AFAE2.ENGINE: Checkpoint start 2019-09-10 16:19:16,084 INFO [HSQLDB Server @2e11485] hsqldb.db.HSQLDB6D1B8AFAE2.ENGINE: checkpointClose start 2019-09-10 16:19:16,091 INFO [HSQLDB Server @2e11485] hsqldb.db.HSQLDB6D1B8AFAE2.ENGINE: checkpointClose synched 2019-09-10 16:19:16,100 INFO [HSQLDB Server @2e11485] hsqldb.db.HSQLDB6D1B8AFAE2.ENGINE: checkpointClose script done 2019-09-10 16:19:16,118 INFO [HSQLDB Server @2e11485] hsqldb.db.HSQLDB6D1B8AFAE2.ENGINE: checkpointClose end 2019-09-10 16:19:16,118 INFO [HSQLDB Server @2e11485] hsqldb.db.HSQLDB6D1B8AFAE2.ENGINE: Checkpoint end - txts: 1 2019-09-10 16:19:16,254 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default' 2019-09-10 16:19:16,284 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default] 2019-09-10 16:19:16,384 INFO [main] org.hibernate.Version : HHH000412: Hibernate Core {5.4.3.Final} 2019-09-10 16:19:16,570 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.1.0.Final} 2019-09-10 16:19:16,892 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-09-10 16:19:16,963 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:19:17,200 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.17.Final 2019-09-10 16:19:17,498 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:19:17,501 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default' 2019-09-10 16:19:17,960 WARN [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist! 2019-09-10 16:19:18,840 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@64c87930: startup date [Tue Sep 10 16:19:15 CEST 2019]; root of context hierarchy 2019-09-10 16:19:18,840 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default' 2019-09-10 16:19:18,840 INFO [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down' 2019-09-10 16:19:18,982 INFO [HSQLDB Connection @13283121] hsqldb.db.HSQLDB6D1B8AFAE2.ENGINE: Database closed [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.07 s - in org.example.EmployeesTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-documentation --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-documentation --- [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-documentation >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.4.7:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Action.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ActionField.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Datasource.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Element.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ErrorModel.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Field.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldValue.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Filter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Link.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Message.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Option.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/OptionType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Options.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Page.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Parameter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Permission.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Sort.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/User.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ValidationRule.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/HttpBasicAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/ApiKeyAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuthFlow.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/Authentication.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.swagger-codegen/VERSION [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-rest-api --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-documentation <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-documentation --- [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.6:process-asciidoc (html) @ appng-documentation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 9 resources [INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/asciidoc/developerguide.adoc [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-documentation --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-documentation --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-documentation --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.20.1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.20.1/appng-documentation-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.20.1/appng-documentation-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.20.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.20.1/appng-documentation-1.20.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.20.1.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.20.1/appng-documentation-1.20.1.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.20.1.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.20.1/appng-documentation-1.20.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.20.1-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.20.1/appng-documentation-1.20.1-sources.jar.asc [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.6:process-asciidoc (pdf) @ appng-documentation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 9 resources [INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/asciidoc/developerguide.adoc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-documentation --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.14-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.20.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-documentation/1.20.1/appng-documentation-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-documentation/1.20.1/appng-documentation-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.20.1-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-documentation/1.20.1/appng-documentation-1.20.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.20.1.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-documentation/1.20.1/appng-documentation-1.20.1.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.20.1.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-documentation/1.20.1/appng-documentation-1.20.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.20.1-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-documentation/1.20.1/appng-documentation-1.20.1-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Template Assembly Descriptors 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-template-assembly --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-template-assembly --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-template-assembly --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-template-assembly --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-template-assembly --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-template-assembly --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-template-assembly --- [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-template-assembly >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.4.7:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Action.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ActionField.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Datasource.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Element.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ErrorModel.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Field.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldValue.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Filter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Link.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Message.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Option.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/OptionType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Options.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Page.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Parameter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Permission.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Sort.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/User.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ValidationRule.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/HttpBasicAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/ApiKeyAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuthFlow.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/Authentication.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.swagger-codegen/VERSION [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-rest-api --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-template-assembly <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-template-assembly --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-template-assembly --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-template-assembly --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-template-assembly --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.20.1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.20.1/appng-template-assembly-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.20.1/appng-template-assembly-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.20.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.20.1/appng-template-assembly-1.20.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.20.1.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.20.1/appng-template-assembly-1.20.1.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.20.1.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.20.1/appng-template-assembly-1.20.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.20.1-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.20.1/appng-template-assembly-1.20.1-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-template-assembly --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.14-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.20.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-template-assembly/1.20.1/appng-template-assembly-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-template-assembly/1.20.1/appng-template-assembly-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.20.1-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-template-assembly/1.20.1/appng-template-assembly-1.20.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.20.1.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-template-assembly/1.20.1/appng-template-assembly-1.20.1.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.20.1.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-template-assembly/1.20.1/appng-template-assembly-1.20.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.20.1-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-template-assembly/1.20.1/appng-template-assembly-1.20.1-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Template Parent 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-template-parent --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ appng-template-parent --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-parent/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-template-parent/1.20.1/appng-template-parent-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-parent/target/appng-template-parent-1.20.1.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-template-parent/1.20.1/appng-template-parent-1.20.1.pom.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-template-parent --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.14-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-parent/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-template-parent/1.20.1/appng-template-parent-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-parent/target/appng-template-parent-1.20.1.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-template-parent/1.20.1/appng-template-parent-1.20.1.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appng-application-assembly 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-application-assembly --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-application-assembly --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-application-assembly --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-application-assembly --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-application-assembly --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-application-assembly --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-application-assembly --- [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-application-assembly >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.4.7:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Action.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ActionField.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Datasource.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Element.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ErrorModel.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Field.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldValue.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Filter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Link.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Message.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Option.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/OptionType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Options.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Page.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Parameter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Permission.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Sort.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/User.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ValidationRule.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/HttpBasicAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/ApiKeyAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuthFlow.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/Authentication.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.swagger-codegen/VERSION [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-rest-api --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-application-assembly <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-application-assembly --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-application-assembly --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-application-assembly --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-application-assembly --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.20.1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.20.1/appng-application-assembly-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.20.1/appng-application-assembly-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.20.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.20.1/appng-application-assembly-1.20.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.20.1.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.20.1/appng-application-assembly-1.20.1.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.20.1.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.20.1/appng-application-assembly-1.20.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.20.1-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.20.1/appng-application-assembly-1.20.1-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-application-assembly --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.14-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.20.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-assembly/1.20.1/appng-application-assembly-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-assembly/1.20.1/appng-application-assembly-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.20.1-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-assembly/1.20.1/appng-application-assembly-1.20.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.20.1.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-assembly/1.20.1/appng-application-assembly-1.20.1.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.20.1.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-assembly/1.20.1/appng-application-assembly-1.20.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.20.1-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-assembly/1.20.1/appng-application-assembly-1.20.1-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG application parent 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-application-parent --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ appng-application-parent --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-parent/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-application-parent/1.20.1/appng-application-parent-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-parent/target/appng-application-parent-1.20.1.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application-parent/1.20.1/appng-application-parent-1.20.1.pom.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-application-parent --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.14-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-parent/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-parent/1.20.1/appng-application-parent-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-parent/target/appng-application-parent-1.20.1.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-parent/1.20.1/appng-application-parent-1.20.1.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Archetype - appng-archetype-application 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-archetype-application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 18 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-archetype-application --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-archetype-application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-archetype-application --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-archetype-application --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-archetype-application --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-archetype-application --- [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-archetype-application >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.4.7:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Action.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ActionField.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Datasource.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Element.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ErrorModel.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Field.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldValue.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Filter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Link.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Message.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Option.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/OptionType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Options.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Page.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Parameter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Permission.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Sort.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/User.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ValidationRule.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/HttpBasicAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/ApiKeyAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuthFlow.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/Authentication.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.swagger-codegen/VERSION [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-rest-api --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-archetype-application <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-archetype-application --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-archetype-application --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-archetype-application --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-archetype-application --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.20.1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.20.1/appng-archetype-application-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.20.1/appng-archetype-application-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.20.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.20.1/appng-archetype-application-1.20.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.20.1.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.20.1/appng-archetype-application-1.20.1.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.20.1.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.20.1/appng-archetype-application-1.20.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.20.1-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.20.1/appng-archetype-application-1.20.1-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-archetype-application --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.14-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.20.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-archetype-application/1.20.1/appng-archetype-application-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-archetype-application/1.20.1/appng-archetype-application-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.20.1-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-archetype-application/1.20.1/appng-archetype-application-1.20.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.20.1.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-archetype-application/1.20.1/appng-archetype-application-1.20.1.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.20.1.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-archetype-application/1.20.1/appng-archetype-application-1.20.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.20.1-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-archetype-application/1.20.1/appng-archetype-application-1.20.1-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNGizer JAXB API 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-appngizer-jaxb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-appngizer-jaxb --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-appngizer-jaxb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-appngizer-jaxb --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-appngizer-jaxb --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.appngizer.client.AppNGizerTest [WARNING] Tests run: 7, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.637 s - in org.appng.appngizer.client.AppNGizerTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 7, Failures: 0, Errors: 0, Skipped: 2 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-appngizer-jaxb --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.20.1.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-appngizer-jaxb --- [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.slf4j.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://github.com/FasterXML/jackson/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/FasterXML/jackson-dataformats-text/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://junit.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://projectlombok.org/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.appngizer.client... Loading source files for package org.appng.appngizer.model.xml... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/client/AppNGizer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/client/AppNGizerClient.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/client/AppNGizerClient.Config.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/client/AppNGizerClient.Config.Format.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/client/AppNGizerClient.PropertyWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/client/AppNGizerClient.SiteConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Application.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Applications.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Database.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Databases.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Grant.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Grants.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Group.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Groups.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Home.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Link.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Linkable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Links.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Nameable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/ObjectFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Package.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Packages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/PackageType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Permissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Platform.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Properties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Repositories.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Repository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/RepositoryMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/RepositoryType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Role.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Roles.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/SchemaVersion.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Site.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Sites.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Subject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Subjects.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/UserType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Versions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/client/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/client/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/client/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/constant-values.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/client/class-use/AppNGizer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/client/class-use/AppNGizerClient.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/client/class-use/AppNGizerClient.Config.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/client/class-use/AppNGizerClient.Config.Format.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/client/class-use/AppNGizerClient.PropertyWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/client/class-use/AppNGizerClient.SiteConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Properties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Groups.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Repository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/UserType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Applications.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Nameable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Sites.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Package.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Database.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Role.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Group.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Site.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Permissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Versions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Packages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/ObjectFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Roles.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Home.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/PackageType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Link.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Linkable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Links.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Repositories.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Databases.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Subject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Subjects.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/RepositoryType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Platform.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/RepositoryMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Grants.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/SchemaVersion.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Grant.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Application.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/client/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.20.1-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-appngizer-jaxb >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.4.7:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Action.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ActionField.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Datasource.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Element.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ErrorModel.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Field.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldValue.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Filter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Link.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Message.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Option.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/OptionType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Options.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Page.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Parameter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Permission.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Sort.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/User.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ValidationRule.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/HttpBasicAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/ApiKeyAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuthFlow.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/Authentication.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.swagger-codegen/VERSION [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-rest-api --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-appngizer-jaxb <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-appngizer-jaxb --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-appngizer-jaxb --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.20.1-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-appngizer-jaxb --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-appngizer-jaxb --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.20.1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.20.1/appng-appngizer-jaxb-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.20.1/appng-appngizer-jaxb-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.20.1-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.20.1/appng-appngizer-jaxb-1.20.1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.20.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.20.1/appng-appngizer-jaxb-1.20.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.20.1.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.20.1/appng-appngizer-jaxb-1.20.1.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.20.1.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.20.1/appng-appngizer-jaxb-1.20.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.20.1-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.20.1/appng-appngizer-jaxb-1.20.1-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.20.1-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.20.1/appng-appngizer-jaxb-1.20.1-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-appngizer-jaxb --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.14-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.20.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer-jaxb/1.20.1/appng-appngizer-jaxb-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer-jaxb/1.20.1/appng-appngizer-jaxb-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.20.1-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer-jaxb/1.20.1/appng-appngizer-jaxb-1.20.1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.20.1-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer-jaxb/1.20.1/appng-appngizer-jaxb-1.20.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.20.1.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer-jaxb/1.20.1/appng-appngizer-jaxb-1.20.1.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.20.1.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer-jaxb/1.20.1/appng-appngizer-jaxb-1.20.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.20.1-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer-jaxb/1.20.1/appng-appngizer-jaxb-1.20.1-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.20.1-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer-jaxb/1.20.1/appng-appngizer-jaxb-1.20.1-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNGizer 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-appngizer --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 55 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-appngizer --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-appngizer --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.appngizer.controller.SitePropertyControllerTest log4j:ERROR setFile(null,true) call failed. java.io.FileNotFoundException: /webapps/appNGizer/WEB-INF/log/appNGizer.log (No such file or directory) at java.io.FileOutputStream.open0(Native Method) at java.io.FileOutputStream.open(FileOutputStream.java:270) at java.io.FileOutputStream.(FileOutputStream.java:213) at java.io.FileOutputStream.(FileOutputStream.java:133) at org.apache.log4j.FileAppender.setFile(FileAppender.java:294) at org.apache.log4j.FileAppender.activateOptions(FileAppender.java:165) at org.apache.log4j.DailyRollingFileAppender.activateOptions(DailyRollingFileAppender.java:223) at org.apache.log4j.config.PropertySetter.activate(PropertySetter.java:307) at org.apache.log4j.config.PropertySetter.setProperties(PropertySetter.java:172) at org.apache.log4j.config.PropertySetter.setProperties(PropertySetter.java:104) at org.apache.log4j.PropertyConfigurator.parseAppender(PropertyConfigurator.java:842) at org.apache.log4j.PropertyConfigurator.parseCategory(PropertyConfigurator.java:768) at org.apache.log4j.PropertyConfigurator.configureRootCategory(PropertyConfigurator.java:648) at org.apache.log4j.PropertyConfigurator.doConfigure(PropertyConfigurator.java:514) at org.apache.log4j.PropertyConfigurator.doConfigure(PropertyConfigurator.java:580) at org.apache.log4j.helpers.OptionConverter.selectAndConfigure(OptionConverter.java:526) at org.apache.log4j.LogManager.(LogManager.java:127) at org.slf4j.impl.Log4jLoggerFactory.(Log4jLoggerFactory.java:66) at org.slf4j.impl.StaticLoggerBinder.(StaticLoggerBinder.java:72) at org.slf4j.impl.StaticLoggerBinder.(StaticLoggerBinder.java:45) at org.slf4j.LoggerFactory.bind(LoggerFactory.java:150) at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:124) at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:412) at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:357) at org.apache.commons.logging.impl.SLF4JLogFactory.getInstance(SLF4JLogFactory.java:155) at org.apache.commons.logging.impl.SLF4JLogFactory.getInstance(SLF4JLogFactory.java:132) at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:655) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.(SpringJUnit4ClassRunner.java:96) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at org.junit.internal.builders.AnnotatedBuilder.buildRunner(AnnotatedBuilder.java:104) at org.junit.internal.builders.AnnotatedBuilder.runnerForClass(AnnotatedBuilder.java:86) at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:59) at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:26) at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:59) at org.junit.internal.requests.ClassRequest.getRunner(ClassRequest.java:33) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) log4j:ERROR Either File or DatePattern options are not set for appender [appngizer]. 2019-09-10 16:20:57,810 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2019-09-10 16:20:57,825 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@6279cee3, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4206a205, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@29ba4338, org.springframework.test.context.support.DirtiesContextTestExecutionListener@57175e74, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7bb58ca3, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@c540f5a] 2019-09-10 16:20:57,900 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2019-09-10 16:20:58,450 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@7920ba90: startup date [Tue Sep 10 16:20:58 CEST 2019]; root of context hierarchy 2019-09-10 16:20:58,689 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Sep 10, 2019 4:20:58 PM ch.sla.jdbcperflogger.Logger info INFO: Using config file jdbcperflogger-fallback.xml 2019-09-10 16:20:58,940 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2019-09-10 16:20:59,026 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2019-09-10 16:20:59,053 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appng] 2019-09-10 16:20:59,206 INFO [main] org.hibernate.Version: HHH000412: Hibernate Core {5.4.3.Final} 2019-09-10 16:20:59,487 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.1.0.Final} 2019-09-10 16:21:00,080 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-09-10 16:21:00,160 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:21:00,749 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.17.Final 2019-09-10 16:21:02,079 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:21:02,082 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2019-09-10 16:21:02,145 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@7920ba90: startup date [Tue Sep 10 16:20:58 CEST 2019]; root of context hierarchy 2019-09-10 16:21:02,166 INFO [main] org.flywaydb.core.internal.util.VersionPrinter: Flyway 4.2.0 by Boxfuse 2019-09-10 16:21:02,175 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2019-09-10 16:21:02,230 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.016s) 2019-09-10 16:21:02,241 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2019-09-10 16:21:02,257 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2019-09-10 16:21:02,274 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2019-09-10 16:21:02,316 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2019-09-10 16:21:02,335 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2019-09-10 16:21:02,343 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2019-09-10 16:21:02,351 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2019-09-10 16:21:02,359 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2019-09-10 16:21:02,366 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2019-09-10 16:21:02,373 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2019-09-10 16:21:02,380 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2019-09-10 16:21:02,388 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2019-09-10 16:21:02,395 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.0.0 - add job execution record 2019-09-10 16:21:02,401 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 11 migrations to schema "PUBLIC" (execution time 00:00.162s). 2019-09-10 16:21:03,761 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2019-09-10 16:21:03,781 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5.0) 2019-09-10 16:21:03,782 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2019-09-10 16:21:03,823 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5.0) 2019-09-10 16:21:03,823 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2019-09-10 16:21:03,990 INFO [main] org.appng.api.messaging.Messaging: system property appng.node.id is not set, using local host name de-f2-p-appngdev0 as fallback 2019-09-10 16:21:03,991 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2019-09-10 16:21:04,224 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listProperties(java.lang.String) 2019-09-10 16:21:04,225 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteApplication(java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:04,226 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:04,226 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:04,227 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteProperty(java.lang.String,java.lang.String) 2019-09-10 16:21:04,227 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getApplication(java.lang.String) 2019-09-10 16:21:04,227 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateApplication(java.lang.String,org.appng.appngizer.model.xml.Application) throws org.appng.api.BusinessException 2019-09-10 16:21:04,228 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listApplications() 2019-09-10 16:21:04,228 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getProperty(java.lang.String,java.lang.String) 2019-09-10 16:21:04,232 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.info() throws java.lang.Exception 2019-09-10 16:21:04,232 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateRootConnection(org.appng.appngizer.model.xml.Database) throws java.lang.Exception 2019-09-10 16:21:04,232 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnections(java.lang.String) 2019-09-10 16:21:04,233 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnectionForApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:04,233 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnectionforApplication(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Database) 2019-09-10 16:21:04,233 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnection(java.lang.String,java.lang.Integer) 2019-09-10 16:21:04,234 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnection(java.lang.String,java.lang.Integer,org.appng.appngizer.model.xml.Database) 2019-09-10 16:21:04,234 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database/initialize],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.initialize(boolean) throws java.lang.Exception 2019-09-10 16:21:04,236 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.createGroup(org.appng.appngizer.model.xml.Group) 2019-09-10 16:21:04,237 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.getGroup(java.lang.String) 2019-09-10 16:21:04,237 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.listGroups() 2019-09-10 16:21:04,237 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.updateGroup(java.lang.String,org.appng.appngizer.model.xml.Group) 2019-09-10 16:21:04,238 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.deleteGroup(java.lang.String) 2019-09-10 16:21:04,239 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.login(java.lang.String,javax.servlet.http.HttpServletRequest) 2019-09-10 16:21:04,239 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.welcome() 2019-09-10 16:21:04,241 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.listPermissions(java.lang.String) 2019-09-10 16:21:04,241 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.createPermission(java.lang.String,org.appng.appngizer.model.xml.Permission) 2019-09-10 16:21:04,242 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.updatePermission(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Permission) 2019-09-10 16:21:04,242 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.deletePermission(java.lang.String,java.lang.String) 2019-09-10 16:21:04,242 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.getPermission(java.lang.String,java.lang.String) 2019-09-10 16:21:04,247 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.showPlatform() 2019-09-10 16:21:04,247 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/system],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listSystemProperties() 2019-09-10 16:21:04,247 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/environment],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listEnvironment() 2019-09-10 16:21:04,248 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/reload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.reloadPlatform() 2019-09-10 16:21:04,250 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.listProperties() 2019-09-10 16:21:04,250 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.createProperty(org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:04,251 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.updateProperty(org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:04,251 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.deleteProperty(java.lang.String) 2019-09-10 16:21:04,251 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.getProperty(java.lang.String) 2019-09-10 16:21:04,254 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepository(java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:04,254 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackages(java.lang.String,java.lang.String) 2019-09-10 16:21:04,255 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) 2019-09-10 16:21:04,255 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:04,255 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.createRepository(org.appng.appngizer.model.xml.Repository) throws org.appng.api.BusinessException,java.net.URISyntaxException 2019-09-10 16:21:04,256 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.updateRepository(java.lang.String,org.appng.appngizer.model.xml.Repository) throws java.net.URISyntaxException 2019-09-10 16:21:04,256 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/install],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.installPackage(java.lang.String,org.appng.appngizer.model.xml.Package) throws org.appng.api.BusinessException 2019-09-10 16:21:04,256 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/upload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.uploadPackage(java.lang.String,org.springframework.web.multipart.MultipartFile) throws org.appng.api.BusinessException 2019-09-10 16:21:04,257 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepository(java.lang.String) 2019-09-10 16:21:04,257 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.listRepositories() 2019-09-10 16:21:04,259 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.getRole(java.lang.String,java.lang.String) 2019-09-10 16:21:04,259 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.listRoles(java.lang.String) 2019-09-10 16:21:04,260 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.createRole(java.lang.String,org.appng.appngizer.model.xml.Role) 2019-09-10 16:21:04,260 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.updateRole(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Role) 2019-09-10 16:21:04,260 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.deleteRole(java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:04,262 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:04,262 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.listApplications(java.lang.String) 2019-09-10 16:21:04,263 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.grantApplicationForSites(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Grants) 2019-09-10 16:21:04,264 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getGrantsForApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:04,264 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.activateApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:04,265 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.deactivateApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:04,266 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.listProperties(java.lang.String,java.lang.String) 2019-09-10 16:21:04,267 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.createProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:04,267 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.updateProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:04,268 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.deleteProperty(java.lang.String,java.lang.String,java.lang.String) 2019-09-10 16:21:04,268 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.getProperty(java.lang.String,java.lang.String,java.lang.String) 2019-09-10 16:21:04,271 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.getSite(java.lang.String) 2019-09-10 16:21:04,271 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/reload],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.reloadSite(java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:04,271 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.createSite(org.appng.appngizer.model.xml.Site) 2019-09-10 16:21:04,272 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.updateSite(java.lang.String,org.appng.appngizer.model.xml.Site) 2019-09-10 16:21:04,272 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.deleteSite(java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:04,272 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.listSites() 2019-09-10 16:21:04,279 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property || /site/{site}/properties],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2019-09-10 16:21:04,279 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2019-09-10 16:21:04,280 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:04,280 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:04,281 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperty(java.lang.String,java.lang.String) 2019-09-10 16:21:04,281 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2019-09-10 16:21:04,282 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2019-09-10 16:21:04,282 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.getProperty(java.lang.String,java.lang.String) 2019-09-10 16:21:04,289 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.listSubjects() 2019-09-10 16:21:04,290 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.getSubject(java.lang.String) 2019-09-10 16:21:04,290 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.createSubject(org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2019-09-10 16:21:04,290 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.updateSubject(java.lang.String,org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2019-09-10 16:21:04,291 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.deleteSubject(java.lang.String) 2019-09-10 16:21:04,878 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2019-09-10 16:21:05,397 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@7920ba90: startup date [Tue Sep 10 16:20:58 CEST 2019]; root of context hierarchy 2019-09-10 16:21:05,456 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@7920ba90: startup date [Tue Sep 10 16:20:58 CEST 2019]; root of context hierarchy 2019-09-10 16:21:05,795 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2019-09-10 16:21:05,795 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2019-09-10 16:21:05,827 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 30 ms 2019-09-10 16:21:05,843 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2019-09-10 16:21:05,860 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2019-09-10 16:21:05,861 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2019-09-10 16:21:05,861 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2019-09-10 16:21:05,862 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2019-09-10 16:21:05,862 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2019-09-10 16:21:05,862 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.appngData 2019-09-10 16:21:05,863 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2019-09-10 16:21:05,864 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2019-09-10 16:21:05,864 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2019-09-10 16:21:05,864 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2019-09-10 16:21:05,865 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2019-09-10 16:21:05,865 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2019-09-10 16:21:05,866 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2019-09-10 16:21:05,866 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2019-09-10 16:21:05,867 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2019-09-10 16:21:05,870 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2019-09-10 16:21:05,870 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2019-09-10 16:21:05,870 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2019-09-10 16:21:05,871 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2019-09-10 16:21:05,871 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2019-09-10 16:21:05,872 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2019-09-10 16:21:05,872 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2019-09-10 16:21:05,872 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2019-09-10 16:21:05,873 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2019-09-10 16:21:05,873 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2019-09-10 16:21:05,873 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2019-09-10 16:21:05,874 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2019-09-10 16:21:05,874 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2019-09-10 16:21:05,874 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2019-09-10 16:21:05,875 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2019-09-10 16:21:05,875 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2019-09-10 16:21:05,876 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2019-09-10 16:21:05,876 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2019-09-10 16:21:05,876 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2019-09-10 16:21:05,877 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2019-09-10 16:21:05,877 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2019-09-10 16:21:05,877 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2019-09-10 16:21:05,878 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2019-09-10 16:21:05,878 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2019-09-10 16:21:05,879 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2019-09-10 16:21:05,879 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2019-09-10 16:21:05,879 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2019-09-10 16:21:05,880 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2019-09-10 16:21:05,880 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2019-09-10 16:21:05,881 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2019-09-10 16:21:05,881 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2019-09-10 16:21:05,881 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2019-09-10 16:21:05,882 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2019-09-10 16:21:05,882 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2019-09-10 16:21:05,882 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2019-09-10 16:21:06,057 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.template 2019-09-10 16:21:06,058 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.DatasourceConfigurer 2019-09-10 16:21:06,058 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.wwwDir 2019-09-10 16:21:06,059 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.tagPrefix 2019-09-10 16:21:06,059 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapIdAttribute 2019-09-10 16:21:06,059 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLoginPage 2019-09-10 16:21:06,060 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapUser 2019-09-10 16:21:06,060 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.serviceOutputType 2019-09-10 16:21:06,060 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.encoding 2019-09-10 16:21:06,061 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexDir 2019-09-10 16:21:06,061 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultApplication 2019-09-10 16:21:06,061 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailHost 2019-09-10 16:21:06,062 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLoginRef 2019-09-10 16:21:06,062 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.serviceOutputFormat 2019-09-10 16:21:06,062 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheBlockingTimeout 2019-09-10 16:21:06,063 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexFileTypes 2019-09-10 16:21:06,063 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authApplication 2019-09-10 16:21:06,063 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultPage 2019-09-10 16:21:06,064 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapGroupBaseDn 2019-09-10 16:21:06,064 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapStartTls 2019-09-10 16:21:06,064 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheClearOnShutdown 2019-09-10 16:21:06,076 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.appendTabId 2019-09-10 16:21:06,076 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectedMethods 2019-09-10 16:21:06,076 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapDomain 2019-09-10 16:21:06,077 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.searchChunkSize 2019-09-10 16:21:06,077 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.rewriteConfig 2019-09-10 16:21:06,085 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexTimeout 2019-09-10 16:21:06,086 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.xssExceptions 2019-09-10 16:21:06,086 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.service-path 2019-09-10 16:21:06,086 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.supportReloadFile 2019-09-10 16:21:06,087 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutActionValue 2019-09-10 16:21:06,087 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheEnabled 2019-09-10 16:21:06,088 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutActionName 2019-09-10 16:21:06,088 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutPage 2019-09-10 16:21:06,088 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.siteRootDir 2019-09-10 16:21:06,089 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheStatistics 2019-09-10 16:21:06,089 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexFileSystemQueueSize 2019-09-10 16:21:06,090 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.name 2019-09-10 16:21:06,090 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.allowSkipRender 2019-09-10 16:21:06,100 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.errorPage 2019-09-10 16:21:06,100 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectionEnabled 2019-09-10 16:21:06,100 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.supportedLanguages 2019-09-10 16:21:06,101 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.assetsDir 2019-09-10 16:21:06,101 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.errorPages 2019-09-10 16:21:06,102 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheExceptions 2019-09-10 16:21:06,102 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutRef 2019-09-10 16:21:06,103 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.locale 2019-09-10 16:21:06,103 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailDisabled 2019-09-10 16:21:06,103 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.timeZone 2019-09-10 16:21:06,104 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectedPaths 2019-09-10 16:21:06,104 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapUserBaseDn 2019-09-10 16:21:06,105 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.enforcePrimaryDomain 2019-09-10 16:21:06,105 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapPassword 2019-09-10 16:21:06,105 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexConfig 2019-09-10 16:21:06,106 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultPageSize 2019-09-10 16:21:06,106 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.documentDir 2019-09-10 16:21:06,106 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapPrincipalScheme 2019-09-10 16:21:06,107 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.searchMaxHits 2019-09-10 16:21:06,107 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexQueueSize 2019-09-10 16:21:06,107 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailPort 2019-09-10 16:21:06,108 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.host 2019-09-10 16:21:06,108 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapHost 2019-09-10 16:21:06,108 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.manager-path 2019-09-10 16:21:06,111 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Site localhost 2019-09-10 16:21:07,092 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Property platform.site.localhost.assetsDir 2019-09-10 16:21:07,129 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Property platform.site.localhost.assetsDir 2019-09-10 16:21:07,135 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Property platform.site.localhost.xssExceptions 2019-09-10 16:21:07,170 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Property platform.site.localhost.xssExceptions 2019-09-10 16:21:07,174 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.theAnswer 2019-09-10 16:21:07,250 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.localhost.theAnswer 2019-09-10 16:21:07,278 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.myNewProp 2019-09-10 16:21:07,360 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.localhost.myNewProp 2019-09-10 16:21:07,374 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@7920ba90: startup date [Tue Sep 10 16:20:58 CEST 2019]; root of context hierarchy 2019-09-10 16:21:07,379 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2019-09-10 16:21:07,380 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.835 s - in org.appng.appngizer.controller.SitePropertyControllerTest [INFO] Running org.appng.appngizer.controller.PlatformPropertyControllerTest 2019-09-10 16:21:07,394 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2019-09-10 16:21:07,395 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@467e7793, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3e8995cc, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@625c9248, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3c1ef806, org.springframework.test.context.transaction.TransactionalTestExecutionListener@969c2f9, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@7bbc11ed] 2019-09-10 16:21:07,396 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2019-09-10 16:21:07,490 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@7d741200: startup date [Tue Sep 10 16:21:07 CEST 2019]; root of context hierarchy 2019-09-10 16:21:07,524 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:21:07,564 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2019-09-10 16:21:07,580 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2019-09-10 16:21:07,580 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appng] 2019-09-10 16:21:07,640 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-09-10 16:21:07,645 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:21:07,923 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:21:07,923 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2019-09-10 16:21:07,932 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@7d741200: startup date [Tue Sep 10 16:21:07 CEST 2019]; root of context hierarchy 2019-09-10 16:21:07,934 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2019-09-10 16:21:07,944 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.004s) 2019-09-10 16:21:07,946 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2019-09-10 16:21:07,951 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2019-09-10 16:21:07,955 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2019-09-10 16:21:07,973 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2019-09-10 16:21:07,981 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2019-09-10 16:21:07,985 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2019-09-10 16:21:07,989 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2019-09-10 16:21:07,993 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2019-09-10 16:21:07,997 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2019-09-10 16:21:08,001 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2019-09-10 16:21:08,005 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2019-09-10 16:21:08,010 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2019-09-10 16:21:08,014 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.0.0 - add job execution record 2019-09-10 16:21:08,019 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 11 migrations to schema "PUBLIC" (execution time 00:00.073s). 2019-09-10 16:21:08,307 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2019-09-10 16:21:08,308 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5.0) 2019-09-10 16:21:08,308 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2019-09-10 16:21:08,332 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5.0) 2019-09-10 16:21:08,333 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2019-09-10 16:21:08,367 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2019-09-10 16:21:08,414 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listProperties(java.lang.String) 2019-09-10 16:21:08,414 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteApplication(java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:08,415 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:08,415 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:08,416 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteProperty(java.lang.String,java.lang.String) 2019-09-10 16:21:08,416 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getApplication(java.lang.String) 2019-09-10 16:21:08,416 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateApplication(java.lang.String,org.appng.appngizer.model.xml.Application) throws org.appng.api.BusinessException 2019-09-10 16:21:08,417 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listApplications() 2019-09-10 16:21:08,417 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getProperty(java.lang.String,java.lang.String) 2019-09-10 16:21:08,419 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.info() throws java.lang.Exception 2019-09-10 16:21:08,420 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateRootConnection(org.appng.appngizer.model.xml.Database) throws java.lang.Exception 2019-09-10 16:21:08,420 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnections(java.lang.String) 2019-09-10 16:21:08,420 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnectionForApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:08,421 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnectionforApplication(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Database) 2019-09-10 16:21:08,421 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnection(java.lang.String,java.lang.Integer) 2019-09-10 16:21:08,422 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnection(java.lang.String,java.lang.Integer,org.appng.appngizer.model.xml.Database) 2019-09-10 16:21:08,422 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database/initialize],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.initialize(boolean) throws java.lang.Exception 2019-09-10 16:21:08,424 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.createGroup(org.appng.appngizer.model.xml.Group) 2019-09-10 16:21:08,424 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.getGroup(java.lang.String) 2019-09-10 16:21:08,424 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.listGroups() 2019-09-10 16:21:08,425 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.updateGroup(java.lang.String,org.appng.appngizer.model.xml.Group) 2019-09-10 16:21:08,425 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.deleteGroup(java.lang.String) 2019-09-10 16:21:08,426 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.login(java.lang.String,javax.servlet.http.HttpServletRequest) 2019-09-10 16:21:08,427 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.welcome() 2019-09-10 16:21:08,428 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.listPermissions(java.lang.String) 2019-09-10 16:21:08,428 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.createPermission(java.lang.String,org.appng.appngizer.model.xml.Permission) 2019-09-10 16:21:08,429 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.updatePermission(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Permission) 2019-09-10 16:21:08,429 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.deletePermission(java.lang.String,java.lang.String) 2019-09-10 16:21:08,430 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.getPermission(java.lang.String,java.lang.String) 2019-09-10 16:21:08,431 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.showPlatform() 2019-09-10 16:21:08,431 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/system],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listSystemProperties() 2019-09-10 16:21:08,431 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/environment],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listEnvironment() 2019-09-10 16:21:08,432 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/reload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.reloadPlatform() 2019-09-10 16:21:08,433 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.listProperties() 2019-09-10 16:21:08,434 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.createProperty(org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:08,434 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.updateProperty(org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:08,435 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.deleteProperty(java.lang.String) 2019-09-10 16:21:08,435 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.getProperty(java.lang.String) 2019-09-10 16:21:08,438 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepository(java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:08,438 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackages(java.lang.String,java.lang.String) 2019-09-10 16:21:08,439 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) 2019-09-10 16:21:08,439 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:08,439 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.createRepository(org.appng.appngizer.model.xml.Repository) throws org.appng.api.BusinessException,java.net.URISyntaxException 2019-09-10 16:21:08,440 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.updateRepository(java.lang.String,org.appng.appngizer.model.xml.Repository) throws java.net.URISyntaxException 2019-09-10 16:21:08,440 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/install],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.installPackage(java.lang.String,org.appng.appngizer.model.xml.Package) throws org.appng.api.BusinessException 2019-09-10 16:21:08,441 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/upload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.uploadPackage(java.lang.String,org.springframework.web.multipart.MultipartFile) throws org.appng.api.BusinessException 2019-09-10 16:21:08,441 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepository(java.lang.String) 2019-09-10 16:21:08,441 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.listRepositories() 2019-09-10 16:21:08,443 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.getRole(java.lang.String,java.lang.String) 2019-09-10 16:21:08,443 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.listRoles(java.lang.String) 2019-09-10 16:21:08,444 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.createRole(java.lang.String,org.appng.appngizer.model.xml.Role) 2019-09-10 16:21:08,444 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.updateRole(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Role) 2019-09-10 16:21:08,444 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.deleteRole(java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:08,446 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:08,446 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.listApplications(java.lang.String) 2019-09-10 16:21:08,446 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.grantApplicationForSites(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Grants) 2019-09-10 16:21:08,447 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getGrantsForApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:08,447 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.activateApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:08,448 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.deactivateApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:08,449 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.listProperties(java.lang.String,java.lang.String) 2019-09-10 16:21:08,450 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.createProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:08,450 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.updateProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:08,450 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.deleteProperty(java.lang.String,java.lang.String,java.lang.String) 2019-09-10 16:21:08,451 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.getProperty(java.lang.String,java.lang.String,java.lang.String) 2019-09-10 16:21:08,452 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.getSite(java.lang.String) 2019-09-10 16:21:08,453 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/reload],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.reloadSite(java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:08,453 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.createSite(org.appng.appngizer.model.xml.Site) 2019-09-10 16:21:08,453 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.updateSite(java.lang.String,org.appng.appngizer.model.xml.Site) 2019-09-10 16:21:08,454 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.deleteSite(java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:08,454 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.listSites() 2019-09-10 16:21:08,456 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property || /site/{site}/properties],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2019-09-10 16:21:08,457 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2019-09-10 16:21:08,457 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:08,458 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:08,458 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperty(java.lang.String,java.lang.String) 2019-09-10 16:21:08,458 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2019-09-10 16:21:08,459 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2019-09-10 16:21:08,459 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.getProperty(java.lang.String,java.lang.String) 2019-09-10 16:21:08,461 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.listSubjects() 2019-09-10 16:21:08,461 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.getSubject(java.lang.String) 2019-09-10 16:21:08,461 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.createSubject(org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2019-09-10 16:21:08,462 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.updateSubject(java.lang.String,org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2019-09-10 16:21:08,462 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.deleteSubject(java.lang.String) 2019-09-10 16:21:08,500 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2019-09-10 16:21:08,560 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@7d741200: startup date [Tue Sep 10 16:21:07 CEST 2019]; root of context hierarchy 2019-09-10 16:21:08,580 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@7d741200: startup date [Tue Sep 10 16:21:07 CEST 2019]; root of context hierarchy 2019-09-10 16:21:08,662 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2019-09-10 16:21:08,662 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2019-09-10 16:21:08,669 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 7 ms 2019-09-10 16:21:08,675 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2019-09-10 16:21:08,676 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2019-09-10 16:21:08,676 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2019-09-10 16:21:08,676 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2019-09-10 16:21:08,677 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2019-09-10 16:21:08,677 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2019-09-10 16:21:08,677 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.appngData 2019-09-10 16:21:08,678 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2019-09-10 16:21:08,678 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2019-09-10 16:21:08,678 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2019-09-10 16:21:08,679 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2019-09-10 16:21:08,679 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2019-09-10 16:21:08,679 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2019-09-10 16:21:08,680 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2019-09-10 16:21:08,680 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2019-09-10 16:21:08,680 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2019-09-10 16:21:08,680 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2019-09-10 16:21:08,681 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2019-09-10 16:21:08,681 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2019-09-10 16:21:08,681 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2019-09-10 16:21:08,682 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2019-09-10 16:21:08,682 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2019-09-10 16:21:08,682 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2019-09-10 16:21:08,683 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2019-09-10 16:21:08,683 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2019-09-10 16:21:08,683 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2019-09-10 16:21:08,683 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2019-09-10 16:21:08,684 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2019-09-10 16:21:08,684 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2019-09-10 16:21:08,684 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2019-09-10 16:21:08,685 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2019-09-10 16:21:08,685 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2019-09-10 16:21:08,685 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2019-09-10 16:21:08,685 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2019-09-10 16:21:08,686 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2019-09-10 16:21:08,686 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2019-09-10 16:21:08,686 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2019-09-10 16:21:08,687 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2019-09-10 16:21:08,687 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2019-09-10 16:21:08,687 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2019-09-10 16:21:08,687 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2019-09-10 16:21:08,688 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2019-09-10 16:21:08,688 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2019-09-10 16:21:08,688 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2019-09-10 16:21:08,689 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2019-09-10 16:21:08,689 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2019-09-10 16:21:08,689 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2019-09-10 16:21:08,689 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2019-09-10 16:21:08,690 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2019-09-10 16:21:08,690 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2019-09-10 16:21:08,690 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2019-09-10 16:21:08,762 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Property platform.cacheFolder 2019-09-10 16:21:08,777 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.theAnswer 2019-09-10 16:21:08,821 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.theAnswer 2019-09-10 16:21:08,823 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@7d741200: startup date [Tue Sep 10 16:21:07 CEST 2019]; root of context hierarchy 2019-09-10 16:21:08,826 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2019-09-10 16:21:08,827 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.44 s - in org.appng.appngizer.controller.PlatformPropertyControllerTest [INFO] Running org.appng.appngizer.controller.ApplicationPropertyControllerTest 2019-09-10 16:21:08,836 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2019-09-10 16:21:08,836 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@61cf142f, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@631bb90c, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5c902a83, org.springframework.test.context.support.DirtiesContextTestExecutionListener@10f7bc42, org.springframework.test.context.transaction.TransactionalTestExecutionListener@980ac1f, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@37edb7fa] 2019-09-10 16:21:08,837 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2019-09-10 16:21:08,946 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@6af447b6: startup date [Tue Sep 10 16:21:08 CEST 2019]; root of context hierarchy 2019-09-10 16:21:08,980 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:21:09,015 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2019-09-10 16:21:09,037 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2019-09-10 16:21:09,037 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appng] 2019-09-10 16:21:09,110 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-09-10 16:21:09,115 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:21:09,430 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:21:09,430 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2019-09-10 16:21:09,437 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@6af447b6: startup date [Tue Sep 10 16:21:08 CEST 2019]; root of context hierarchy 2019-09-10 16:21:09,439 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2019-09-10 16:21:09,446 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.004s) 2019-09-10 16:21:09,447 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2019-09-10 16:21:09,451 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2019-09-10 16:21:09,455 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2019-09-10 16:21:09,470 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2019-09-10 16:21:09,477 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2019-09-10 16:21:09,481 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2019-09-10 16:21:09,485 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2019-09-10 16:21:09,489 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2019-09-10 16:21:09,493 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2019-09-10 16:21:09,496 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2019-09-10 16:21:09,500 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2019-09-10 16:21:09,504 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2019-09-10 16:21:09,508 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.0.0 - add job execution record 2019-09-10 16:21:09,511 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 11 migrations to schema "PUBLIC" (execution time 00:00.064s). 2019-09-10 16:21:09,728 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2019-09-10 16:21:09,729 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5.0) 2019-09-10 16:21:09,730 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2019-09-10 16:21:09,752 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5.0) 2019-09-10 16:21:09,753 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2019-09-10 16:21:09,782 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2019-09-10 16:21:09,814 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listProperties(java.lang.String) 2019-09-10 16:21:09,814 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteApplication(java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:09,815 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:09,815 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:09,815 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteProperty(java.lang.String,java.lang.String) 2019-09-10 16:21:09,816 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getApplication(java.lang.String) 2019-09-10 16:21:09,816 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateApplication(java.lang.String,org.appng.appngizer.model.xml.Application) throws org.appng.api.BusinessException 2019-09-10 16:21:09,816 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listApplications() 2019-09-10 16:21:09,816 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getProperty(java.lang.String,java.lang.String) 2019-09-10 16:21:09,817 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.info() throws java.lang.Exception 2019-09-10 16:21:09,818 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateRootConnection(org.appng.appngizer.model.xml.Database) throws java.lang.Exception 2019-09-10 16:21:09,818 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnections(java.lang.String) 2019-09-10 16:21:09,818 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnectionForApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:09,818 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnectionforApplication(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Database) 2019-09-10 16:21:09,819 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnection(java.lang.String,java.lang.Integer) 2019-09-10 16:21:09,819 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnection(java.lang.String,java.lang.Integer,org.appng.appngizer.model.xml.Database) 2019-09-10 16:21:09,819 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database/initialize],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.initialize(boolean) throws java.lang.Exception 2019-09-10 16:21:09,820 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.createGroup(org.appng.appngizer.model.xml.Group) 2019-09-10 16:21:09,820 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.getGroup(java.lang.String) 2019-09-10 16:21:09,821 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.listGroups() 2019-09-10 16:21:09,821 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.updateGroup(java.lang.String,org.appng.appngizer.model.xml.Group) 2019-09-10 16:21:09,821 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.deleteGroup(java.lang.String) 2019-09-10 16:21:09,822 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.login(java.lang.String,javax.servlet.http.HttpServletRequest) 2019-09-10 16:21:09,822 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.welcome() 2019-09-10 16:21:09,823 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.listPermissions(java.lang.String) 2019-09-10 16:21:09,823 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.createPermission(java.lang.String,org.appng.appngizer.model.xml.Permission) 2019-09-10 16:21:09,823 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.updatePermission(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Permission) 2019-09-10 16:21:09,824 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.deletePermission(java.lang.String,java.lang.String) 2019-09-10 16:21:09,824 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.getPermission(java.lang.String,java.lang.String) 2019-09-10 16:21:09,825 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.showPlatform() 2019-09-10 16:21:09,825 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/system],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listSystemProperties() 2019-09-10 16:21:09,825 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/environment],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listEnvironment() 2019-09-10 16:21:09,825 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/reload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.reloadPlatform() 2019-09-10 16:21:09,826 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.listProperties() 2019-09-10 16:21:09,827 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.createProperty(org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:09,827 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.updateProperty(org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:09,827 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.deleteProperty(java.lang.String) 2019-09-10 16:21:09,827 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.getProperty(java.lang.String) 2019-09-10 16:21:09,829 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepository(java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:09,829 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackages(java.lang.String,java.lang.String) 2019-09-10 16:21:09,830 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) 2019-09-10 16:21:09,830 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:09,830 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.createRepository(org.appng.appngizer.model.xml.Repository) throws org.appng.api.BusinessException,java.net.URISyntaxException 2019-09-10 16:21:09,830 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.updateRepository(java.lang.String,org.appng.appngizer.model.xml.Repository) throws java.net.URISyntaxException 2019-09-10 16:21:09,831 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/install],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.installPackage(java.lang.String,org.appng.appngizer.model.xml.Package) throws org.appng.api.BusinessException 2019-09-10 16:21:09,831 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/upload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.uploadPackage(java.lang.String,org.springframework.web.multipart.MultipartFile) throws org.appng.api.BusinessException 2019-09-10 16:21:09,831 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepository(java.lang.String) 2019-09-10 16:21:09,831 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.listRepositories() 2019-09-10 16:21:09,832 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.getRole(java.lang.String,java.lang.String) 2019-09-10 16:21:09,833 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.listRoles(java.lang.String) 2019-09-10 16:21:09,833 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.createRole(java.lang.String,org.appng.appngizer.model.xml.Role) 2019-09-10 16:21:09,833 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.updateRole(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Role) 2019-09-10 16:21:09,833 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.deleteRole(java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:09,834 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:09,834 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.listApplications(java.lang.String) 2019-09-10 16:21:09,835 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.grantApplicationForSites(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Grants) 2019-09-10 16:21:09,835 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getGrantsForApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:09,835 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.activateApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:09,835 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.deactivateApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:09,836 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.listProperties(java.lang.String,java.lang.String) 2019-09-10 16:21:09,837 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.createProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:09,837 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.updateProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:09,837 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.deleteProperty(java.lang.String,java.lang.String,java.lang.String) 2019-09-10 16:21:09,837 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.getProperty(java.lang.String,java.lang.String,java.lang.String) 2019-09-10 16:21:09,838 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.getSite(java.lang.String) 2019-09-10 16:21:09,839 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/reload],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.reloadSite(java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:09,839 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.createSite(org.appng.appngizer.model.xml.Site) 2019-09-10 16:21:09,839 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.updateSite(java.lang.String,org.appng.appngizer.model.xml.Site) 2019-09-10 16:21:09,839 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.deleteSite(java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:09,840 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.listSites() 2019-09-10 16:21:09,841 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property || /site/{site}/properties],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2019-09-10 16:21:09,841 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2019-09-10 16:21:09,841 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:09,842 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:09,842 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperty(java.lang.String,java.lang.String) 2019-09-10 16:21:09,842 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2019-09-10 16:21:09,842 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2019-09-10 16:21:09,843 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.getProperty(java.lang.String,java.lang.String) 2019-09-10 16:21:09,844 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.listSubjects() 2019-09-10 16:21:09,844 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.getSubject(java.lang.String) 2019-09-10 16:21:09,844 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.createSubject(org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2019-09-10 16:21:09,845 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.updateSubject(java.lang.String,org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2019-09-10 16:21:09,845 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.deleteSubject(java.lang.String) 2019-09-10 16:21:09,876 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2019-09-10 16:21:09,940 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@6af447b6: startup date [Tue Sep 10 16:21:08 CEST 2019]; root of context hierarchy 2019-09-10 16:21:09,963 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@6af447b6: startup date [Tue Sep 10 16:21:08 CEST 2019]; root of context hierarchy 2019-09-10 16:21:10,045 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2019-09-10 16:21:10,046 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2019-09-10 16:21:10,053 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 7 ms 2019-09-10 16:21:10,059 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2019-09-10 16:21:10,060 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2019-09-10 16:21:10,060 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2019-09-10 16:21:10,061 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2019-09-10 16:21:10,061 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2019-09-10 16:21:10,061 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2019-09-10 16:21:10,061 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.appngData 2019-09-10 16:21:10,062 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2019-09-10 16:21:10,062 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2019-09-10 16:21:10,062 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2019-09-10 16:21:10,063 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2019-09-10 16:21:10,063 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2019-09-10 16:21:10,064 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2019-09-10 16:21:10,064 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2019-09-10 16:21:10,064 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2019-09-10 16:21:10,064 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2019-09-10 16:21:10,065 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2019-09-10 16:21:10,065 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2019-09-10 16:21:10,065 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2019-09-10 16:21:10,065 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2019-09-10 16:21:10,066 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2019-09-10 16:21:10,066 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2019-09-10 16:21:10,066 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2019-09-10 16:21:10,067 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2019-09-10 16:21:10,067 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2019-09-10 16:21:10,067 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2019-09-10 16:21:10,067 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2019-09-10 16:21:10,068 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2019-09-10 16:21:10,068 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2019-09-10 16:21:10,068 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2019-09-10 16:21:10,069 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2019-09-10 16:21:10,069 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2019-09-10 16:21:10,069 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2019-09-10 16:21:10,069 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2019-09-10 16:21:10,070 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2019-09-10 16:21:10,070 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2019-09-10 16:21:10,070 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2019-09-10 16:21:10,070 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2019-09-10 16:21:10,071 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2019-09-10 16:21:10,071 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2019-09-10 16:21:10,071 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2019-09-10 16:21:10,071 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2019-09-10 16:21:10,072 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2019-09-10 16:21:10,072 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2019-09-10 16:21:10,072 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2019-09-10 16:21:10,073 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2019-09-10 16:21:10,073 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2019-09-10 16:21:10,073 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2019-09-10 16:21:10,073 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2019-09-10 16:21:10,074 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2019-09-10 16:21:10,074 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2019-09-10 16:21:10,112 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository local 2019-09-10 16:21:10,236 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.3' from repository file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/repo/ 2019-09-10 16:21:10,246 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2019-09-10 16:21:10,249 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Application demo-application 2019-09-10 16:21:10,252 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2019-09-10 16:21:10,254 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission debug 2019-09-10 16:21:10,256 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2019-09-10 16:21:10,257 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-format.html 2019-09-10 16:21:10,257 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2019-09-10 16:21:10,257 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-type.webgui 2019-09-10 16:21:10,258 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2019-09-10 16:21:10,258 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission testPermission 2019-09-10 16:21:10,260 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Administrator 2019-09-10 16:21:10,268 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2019-09-10 16:21:10,270 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2019-09-10 16:21:10,273 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2019-09-10 16:21:10,273 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2019-09-10 16:21:10,273 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Debugger 2019-09-10 16:21:10,276 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2019-09-10 16:21:10,277 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2019-09-10 16:21:10,277 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2019-09-10 16:21:10,278 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Tester 2019-09-10 16:21:10,280 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2019-09-10 16:21:10,280 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2019-09-10 16:21:10,284 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.foo 2019-09-10 16:21:10,285 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.bar 2019-09-10 16:21:10,285 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.clobValue 2019-09-10 16:21:10,290 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Administrator 2019-09-10 16:21:10,291 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Debugger 2019-09-10 16:21:10,291 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Tester 2019-09-10 16:21:10,297 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2019-09-10 16:21:10,297 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2019-09-10 16:21:10,299 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2019-09-10 16:21:10,299 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2019-09-10 16:21:10,300 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2019-09-10 16:21:10,300 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2019-09-10 16:21:10,300 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2019-09-10 16:21:10,300 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2019-09-10 16:21:10,301 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2019-09-10 16:21:10,301 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2019-09-10 16:21:10,301 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2019-09-10 16:21:10,313 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2019-09-10 16:21:10,315 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2019-09-10 16:21:10,316 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2019-09-10 16:21:10,319 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2019-09-10 16:21:10,320 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2019-09-10 16:21:10,322 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2019-09-10 16:21:10,364 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Property platform.application.demo-application.bar 2019-09-10 16:21:10,395 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.myNewProp 2019-09-10 16:21:10,412 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.application.demo-application.myNewProp 2019-09-10 16:21:10,413 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@6af447b6: startup date [Tue Sep 10 16:21:08 CEST 2019]; root of context hierarchy 2019-09-10 16:21:10,415 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2019-09-10 16:21:10,415 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.586 s - in org.appng.appngizer.controller.ApplicationPropertyControllerTest [INFO] Running org.appng.appngizer.controller.ApplicationControllerTest 2019-09-10 16:21:10,424 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2019-09-10 16:21:10,424 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3a721396, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6bb24de1, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@167080e, org.springframework.test.context.support.DirtiesContextTestExecutionListener@33980345, org.springframework.test.context.transaction.TransactionalTestExecutionListener@195c5803, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@60f8d38c] 2019-09-10 16:21:10,425 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2019-09-10 16:21:10,500 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@596690e5: startup date [Tue Sep 10 16:21:10 CEST 2019]; root of context hierarchy 2019-09-10 16:21:10,523 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:21:10,552 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2019-09-10 16:21:10,567 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2019-09-10 16:21:10,568 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appng] 2019-09-10 16:21:10,621 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-09-10 16:21:10,625 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:21:10,855 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:21:10,855 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2019-09-10 16:21:10,861 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@596690e5: startup date [Tue Sep 10 16:21:10 CEST 2019]; root of context hierarchy 2019-09-10 16:21:10,863 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2019-09-10 16:21:10,870 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.004s) 2019-09-10 16:21:10,871 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2019-09-10 16:21:10,874 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2019-09-10 16:21:10,877 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2019-09-10 16:21:10,889 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2019-09-10 16:21:10,895 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2019-09-10 16:21:10,898 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2019-09-10 16:21:10,902 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2019-09-10 16:21:10,905 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2019-09-10 16:21:10,908 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2019-09-10 16:21:10,911 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2019-09-10 16:21:10,914 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2019-09-10 16:21:10,917 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2019-09-10 16:21:10,920 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.0.0 - add job execution record 2019-09-10 16:21:10,923 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 11 migrations to schema "PUBLIC" (execution time 00:00.052s). 2019-09-10 16:21:11,120 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2019-09-10 16:21:11,120 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5.0) 2019-09-10 16:21:11,121 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2019-09-10 16:21:11,141 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5.0) 2019-09-10 16:21:11,141 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2019-09-10 16:21:11,168 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2019-09-10 16:21:11,195 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listProperties(java.lang.String) 2019-09-10 16:21:11,196 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteApplication(java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:11,196 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:11,196 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:11,196 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteProperty(java.lang.String,java.lang.String) 2019-09-10 16:21:11,196 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getApplication(java.lang.String) 2019-09-10 16:21:11,196 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateApplication(java.lang.String,org.appng.appngizer.model.xml.Application) throws org.appng.api.BusinessException 2019-09-10 16:21:11,197 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listApplications() 2019-09-10 16:21:11,197 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getProperty(java.lang.String,java.lang.String) 2019-09-10 16:21:11,198 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.info() throws java.lang.Exception 2019-09-10 16:21:11,198 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateRootConnection(org.appng.appngizer.model.xml.Database) throws java.lang.Exception 2019-09-10 16:21:11,198 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnections(java.lang.String) 2019-09-10 16:21:11,198 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnectionForApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:11,199 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnectionforApplication(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Database) 2019-09-10 16:21:11,199 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnection(java.lang.String,java.lang.Integer) 2019-09-10 16:21:11,199 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnection(java.lang.String,java.lang.Integer,org.appng.appngizer.model.xml.Database) 2019-09-10 16:21:11,199 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database/initialize],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.initialize(boolean) throws java.lang.Exception 2019-09-10 16:21:11,200 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.createGroup(org.appng.appngizer.model.xml.Group) 2019-09-10 16:21:11,200 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.getGroup(java.lang.String) 2019-09-10 16:21:11,200 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.listGroups() 2019-09-10 16:21:11,201 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.updateGroup(java.lang.String,org.appng.appngizer.model.xml.Group) 2019-09-10 16:21:11,201 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.deleteGroup(java.lang.String) 2019-09-10 16:21:11,201 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.login(java.lang.String,javax.servlet.http.HttpServletRequest) 2019-09-10 16:21:11,201 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.welcome() 2019-09-10 16:21:11,202 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.listPermissions(java.lang.String) 2019-09-10 16:21:11,202 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.createPermission(java.lang.String,org.appng.appngizer.model.xml.Permission) 2019-09-10 16:21:11,203 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.updatePermission(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Permission) 2019-09-10 16:21:11,203 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.deletePermission(java.lang.String,java.lang.String) 2019-09-10 16:21:11,203 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.getPermission(java.lang.String,java.lang.String) 2019-09-10 16:21:11,204 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.showPlatform() 2019-09-10 16:21:11,204 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/system],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listSystemProperties() 2019-09-10 16:21:11,204 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/environment],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listEnvironment() 2019-09-10 16:21:11,204 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/reload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.reloadPlatform() 2019-09-10 16:21:11,205 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.listProperties() 2019-09-10 16:21:11,205 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.createProperty(org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:11,205 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.updateProperty(org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:11,205 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.deleteProperty(java.lang.String) 2019-09-10 16:21:11,205 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.getProperty(java.lang.String) 2019-09-10 16:21:11,207 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepository(java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:11,207 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackages(java.lang.String,java.lang.String) 2019-09-10 16:21:11,207 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) 2019-09-10 16:21:11,207 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:11,207 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.createRepository(org.appng.appngizer.model.xml.Repository) throws org.appng.api.BusinessException,java.net.URISyntaxException 2019-09-10 16:21:11,207 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.updateRepository(java.lang.String,org.appng.appngizer.model.xml.Repository) throws java.net.URISyntaxException 2019-09-10 16:21:11,208 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/install],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.installPackage(java.lang.String,org.appng.appngizer.model.xml.Package) throws org.appng.api.BusinessException 2019-09-10 16:21:11,208 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/upload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.uploadPackage(java.lang.String,org.springframework.web.multipart.MultipartFile) throws org.appng.api.BusinessException 2019-09-10 16:21:11,208 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepository(java.lang.String) 2019-09-10 16:21:11,208 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.listRepositories() 2019-09-10 16:21:11,209 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.getRole(java.lang.String,java.lang.String) 2019-09-10 16:21:11,209 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.listRoles(java.lang.String) 2019-09-10 16:21:11,209 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.createRole(java.lang.String,org.appng.appngizer.model.xml.Role) 2019-09-10 16:21:11,209 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.updateRole(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Role) 2019-09-10 16:21:11,210 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.deleteRole(java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:11,210 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:11,211 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.listApplications(java.lang.String) 2019-09-10 16:21:11,211 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.grantApplicationForSites(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Grants) 2019-09-10 16:21:11,211 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getGrantsForApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:11,211 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.activateApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:11,211 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.deactivateApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:11,212 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.listProperties(java.lang.String,java.lang.String) 2019-09-10 16:21:11,212 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.createProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:11,212 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.updateProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:11,213 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.deleteProperty(java.lang.String,java.lang.String,java.lang.String) 2019-09-10 16:21:11,213 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.getProperty(java.lang.String,java.lang.String,java.lang.String) 2019-09-10 16:21:11,214 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.getSite(java.lang.String) 2019-09-10 16:21:11,214 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/reload],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.reloadSite(java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:11,214 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.createSite(org.appng.appngizer.model.xml.Site) 2019-09-10 16:21:11,214 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.updateSite(java.lang.String,org.appng.appngizer.model.xml.Site) 2019-09-10 16:21:11,214 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.deleteSite(java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:11,214 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.listSites() 2019-09-10 16:21:11,215 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property || /site/{site}/properties],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2019-09-10 16:21:11,216 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2019-09-10 16:21:11,216 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:11,216 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:11,216 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperty(java.lang.String,java.lang.String) 2019-09-10 16:21:11,216 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2019-09-10 16:21:11,217 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2019-09-10 16:21:11,217 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.getProperty(java.lang.String,java.lang.String) 2019-09-10 16:21:11,217 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.listSubjects() 2019-09-10 16:21:11,218 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.getSubject(java.lang.String) 2019-09-10 16:21:11,218 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.createSubject(org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2019-09-10 16:21:11,218 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.updateSubject(java.lang.String,org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2019-09-10 16:21:11,218 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.deleteSubject(java.lang.String) 2019-09-10 16:21:11,248 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2019-09-10 16:21:11,304 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@596690e5: startup date [Tue Sep 10 16:21:10 CEST 2019]; root of context hierarchy 2019-09-10 16:21:11,334 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@596690e5: startup date [Tue Sep 10 16:21:10 CEST 2019]; root of context hierarchy 2019-09-10 16:21:11,419 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2019-09-10 16:21:11,419 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2019-09-10 16:21:11,426 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 7 ms 2019-09-10 16:21:11,431 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2019-09-10 16:21:11,431 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2019-09-10 16:21:11,432 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2019-09-10 16:21:11,432 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2019-09-10 16:21:11,432 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2019-09-10 16:21:11,432 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2019-09-10 16:21:11,432 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.appngData 2019-09-10 16:21:11,433 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2019-09-10 16:21:11,433 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2019-09-10 16:21:11,433 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2019-09-10 16:21:11,433 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2019-09-10 16:21:11,434 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2019-09-10 16:21:11,434 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2019-09-10 16:21:11,434 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2019-09-10 16:21:11,434 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2019-09-10 16:21:11,434 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2019-09-10 16:21:11,435 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2019-09-10 16:21:11,435 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2019-09-10 16:21:11,435 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2019-09-10 16:21:11,435 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2019-09-10 16:21:11,436 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2019-09-10 16:21:11,436 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2019-09-10 16:21:11,436 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2019-09-10 16:21:11,436 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2019-09-10 16:21:11,436 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2019-09-10 16:21:11,437 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2019-09-10 16:21:11,437 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2019-09-10 16:21:11,437 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2019-09-10 16:21:11,437 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2019-09-10 16:21:11,438 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2019-09-10 16:21:11,438 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2019-09-10 16:21:11,438 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2019-09-10 16:21:11,438 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2019-09-10 16:21:11,438 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2019-09-10 16:21:11,439 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2019-09-10 16:21:11,439 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2019-09-10 16:21:11,439 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2019-09-10 16:21:11,439 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2019-09-10 16:21:11,440 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2019-09-10 16:21:11,440 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2019-09-10 16:21:11,440 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2019-09-10 16:21:11,440 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2019-09-10 16:21:11,440 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2019-09-10 16:21:11,441 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2019-09-10 16:21:11,441 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2019-09-10 16:21:11,441 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2019-09-10 16:21:11,441 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2019-09-10 16:21:11,442 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2019-09-10 16:21:11,442 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2019-09-10 16:21:11,442 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2019-09-10 16:21:11,442 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2019-09-10 16:21:11,467 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository local 2019-09-10 16:21:11,501 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.3' from repository file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/repo/ 2019-09-10 16:21:11,509 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2019-09-10 16:21:11,511 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Application demo-application 2019-09-10 16:21:11,514 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2019-09-10 16:21:11,516 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission debug 2019-09-10 16:21:11,516 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2019-09-10 16:21:11,517 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-format.html 2019-09-10 16:21:11,517 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2019-09-10 16:21:11,517 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-type.webgui 2019-09-10 16:21:11,518 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2019-09-10 16:21:11,518 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission testPermission 2019-09-10 16:21:11,520 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Administrator 2019-09-10 16:21:11,525 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2019-09-10 16:21:11,526 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2019-09-10 16:21:11,528 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2019-09-10 16:21:11,528 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2019-09-10 16:21:11,528 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Debugger 2019-09-10 16:21:11,530 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2019-09-10 16:21:11,531 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2019-09-10 16:21:11,532 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2019-09-10 16:21:11,532 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Tester 2019-09-10 16:21:11,533 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2019-09-10 16:21:11,533 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2019-09-10 16:21:11,535 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.foo 2019-09-10 16:21:11,536 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.bar 2019-09-10 16:21:11,536 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.clobValue 2019-09-10 16:21:11,539 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Administrator 2019-09-10 16:21:11,539 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Debugger 2019-09-10 16:21:11,540 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Tester 2019-09-10 16:21:11,545 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2019-09-10 16:21:11,545 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2019-09-10 16:21:11,545 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2019-09-10 16:21:11,545 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2019-09-10 16:21:11,545 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2019-09-10 16:21:11,546 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2019-09-10 16:21:11,546 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2019-09-10 16:21:11,546 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2019-09-10 16:21:11,546 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2019-09-10 16:21:11,546 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2019-09-10 16:21:11,546 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2019-09-10 16:21:11,555 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2019-09-10 16:21:11,556 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2019-09-10 16:21:11,557 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2019-09-10 16:21:11,558 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2019-09-10 16:21:11,559 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2019-09-10 16:21:11,561 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2019-09-10 16:21:11,612 INFO [main] org.appng.core.service.CoreService: application 'demo-application' is beeing converted from filebased to database 2019-09-10 16:21:11,624 INFO [main] org.appng.core.service.CoreService: creating resource(s) for database-based application demo-application - 1.5.3 2019-09-10 16:21:11,625 INFO [main] org.appng.core.service.CoreService: saving applicationresource plugin.xml 2019-09-10 16:21:11,627 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource plugin.xml of application demo-application 2019-09-10 16:21:11,633 INFO [main] org.appng.core.service.CoreService: saving applicationresource datasources.xml 2019-09-10 16:21:11,634 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource datasources.xml of application demo-application 2019-09-10 16:21:11,635 INFO [main] org.appng.core.service.CoreService: saving applicationresource master.xml 2019-09-10 16:21:11,635 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource master.xml of application demo-application 2019-09-10 16:21:11,636 INFO [main] org.appng.core.service.CoreService: saving applicationresource messages-demo.properties 2019-09-10 16:21:11,636 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource messages-demo.properties of application demo-application 2019-09-10 16:21:11,637 INFO [main] org.appng.core.service.CoreService: saving applicationresource events.xml 2019-09-10 16:21:11,637 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource events.xml of application demo-application 2019-09-10 16:21:11,638 INFO [main] org.appng.core.service.CoreService: saving applicationresource mssql/V1.0_script.sql 2019-09-10 16:21:11,638 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource mssql/V1.0_script.sql of application demo-application 2019-09-10 16:21:11,639 INFO [main] org.appng.core.service.CoreService: saving applicationresource mysql/V1.0_script.sql 2019-09-10 16:21:11,639 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource mysql/V1.0_script.sql of application demo-application 2019-09-10 16:21:11,640 INFO [main] org.appng.core.service.CoreService: saving applicationresource beans.xml 2019-09-10 16:21:11,640 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource beans.xml of application demo-application 2019-09-10 16:21:11,642 INFO [main] org.appng.core.service.CoreService: saving applicationresource application.xml 2019-09-10 16:21:11,642 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource application.xml of application demo-application 2019-09-10 16:21:11,643 INFO [main] org.appng.core.service.CoreService: saving applicationresource page.xml 2019-09-10 16:21:11,643 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource page.xml of application demo-application 2019-09-10 16:21:11,648 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Application demo-application 2019-09-10 16:21:11,682 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Role Debugger 2019-09-10 16:21:11,684 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Role Tester 2019-09-10 16:21:11,690 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Role Administrator 2019-09-10 16:21:11,691 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Permission output-type.webgui 2019-09-10 16:21:11,691 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Permission debug 2019-09-10 16:21:11,691 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Permission testPermission 2019-09-10 16:21:11,692 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Permission output-format.html 2019-09-10 16:21:11,692 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource mysql/V1.0_script.sql of application demo-application 2019-09-10 16:21:11,692 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource events.xml of application demo-application 2019-09-10 16:21:11,693 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource mssql/V1.0_script.sql of application demo-application 2019-09-10 16:21:11,693 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource messages-demo.properties of application demo-application 2019-09-10 16:21:11,694 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource plugin.xml of application demo-application 2019-09-10 16:21:11,694 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource application.xml of application demo-application 2019-09-10 16:21:11,694 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource beans.xml of application demo-application 2019-09-10 16:21:11,695 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource master.xml of application demo-application 2019-09-10 16:21:11,695 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource page.xml of application demo-application 2019-09-10 16:21:11,695 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource datasources.xml of application demo-application 2019-09-10 16:21:11,696 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.application.demo-application.bar 2019-09-10 16:21:11,696 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.application.demo-application.clobValue 2019-09-10 16:21:11,696 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.application.demo-application.foo 2019-09-10 16:21:11,697 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Application demo-application 2019-09-10 16:21:11,700 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@596690e5: startup date [Tue Sep 10 16:21:10 CEST 2019]; root of context hierarchy 2019-09-10 16:21:11,702 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2019-09-10 16:21:11,702 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.285 s - in org.appng.appngizer.controller.ApplicationControllerTest [INFO] Running org.appng.appngizer.controller.RepositoryControllerTest 2019-09-10 16:21:11,709 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2019-09-10 16:21:11,709 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5b0d8236, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1ee9a039, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@34a2e10c, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6e32eea5, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5919dd67, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@aa24615] 2019-09-10 16:21:11,710 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2019-09-10 16:21:11,786 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@29ab7ccc: startup date [Tue Sep 10 16:21:11 CEST 2019]; root of context hierarchy 2019-09-10 16:21:11,810 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:21:11,840 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2019-09-10 16:21:11,856 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2019-09-10 16:21:11,856 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appng] 2019-09-10 16:21:11,906 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-09-10 16:21:11,910 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:21:12,219 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:21:12,219 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2019-09-10 16:21:12,226 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@29ab7ccc: startup date [Tue Sep 10 16:21:11 CEST 2019]; root of context hierarchy 2019-09-10 16:21:12,228 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2019-09-10 16:21:12,233 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.003s) 2019-09-10 16:21:12,235 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2019-09-10 16:21:12,238 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2019-09-10 16:21:12,241 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2019-09-10 16:21:12,254 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2019-09-10 16:21:12,259 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2019-09-10 16:21:12,262 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2019-09-10 16:21:12,265 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2019-09-10 16:21:12,268 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2019-09-10 16:21:12,271 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2019-09-10 16:21:12,274 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2019-09-10 16:21:12,277 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2019-09-10 16:21:12,280 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2019-09-10 16:21:12,283 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.0.0 - add job execution record 2019-09-10 16:21:12,286 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 11 migrations to schema "PUBLIC" (execution time 00:00.051s). 2019-09-10 16:21:12,478 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2019-09-10 16:21:12,479 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5.0) 2019-09-10 16:21:12,480 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2019-09-10 16:21:12,506 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5.0) 2019-09-10 16:21:12,506 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2019-09-10 16:21:12,535 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2019-09-10 16:21:12,562 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listProperties(java.lang.String) 2019-09-10 16:21:12,562 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteApplication(java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:12,563 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:12,563 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:12,563 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteProperty(java.lang.String,java.lang.String) 2019-09-10 16:21:12,563 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getApplication(java.lang.String) 2019-09-10 16:21:12,564 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateApplication(java.lang.String,org.appng.appngizer.model.xml.Application) throws org.appng.api.BusinessException 2019-09-10 16:21:12,564 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listApplications() 2019-09-10 16:21:12,564 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getProperty(java.lang.String,java.lang.String) 2019-09-10 16:21:12,565 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.info() throws java.lang.Exception 2019-09-10 16:21:12,565 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateRootConnection(org.appng.appngizer.model.xml.Database) throws java.lang.Exception 2019-09-10 16:21:12,566 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnections(java.lang.String) 2019-09-10 16:21:12,566 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnectionForApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:12,566 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnectionforApplication(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Database) 2019-09-10 16:21:12,566 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnection(java.lang.String,java.lang.Integer) 2019-09-10 16:21:12,566 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnection(java.lang.String,java.lang.Integer,org.appng.appngizer.model.xml.Database) 2019-09-10 16:21:12,567 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database/initialize],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.initialize(boolean) throws java.lang.Exception 2019-09-10 16:21:12,567 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.createGroup(org.appng.appngizer.model.xml.Group) 2019-09-10 16:21:12,568 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.getGroup(java.lang.String) 2019-09-10 16:21:12,568 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.listGroups() 2019-09-10 16:21:12,568 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.updateGroup(java.lang.String,org.appng.appngizer.model.xml.Group) 2019-09-10 16:21:12,568 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.deleteGroup(java.lang.String) 2019-09-10 16:21:12,569 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.login(java.lang.String,javax.servlet.http.HttpServletRequest) 2019-09-10 16:21:12,569 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.welcome() 2019-09-10 16:21:12,570 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.listPermissions(java.lang.String) 2019-09-10 16:21:12,570 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.createPermission(java.lang.String,org.appng.appngizer.model.xml.Permission) 2019-09-10 16:21:12,570 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.updatePermission(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Permission) 2019-09-10 16:21:12,570 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.deletePermission(java.lang.String,java.lang.String) 2019-09-10 16:21:12,570 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.getPermission(java.lang.String,java.lang.String) 2019-09-10 16:21:12,571 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.showPlatform() 2019-09-10 16:21:12,571 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/system],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listSystemProperties() 2019-09-10 16:21:12,571 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/environment],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listEnvironment() 2019-09-10 16:21:12,572 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/reload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.reloadPlatform() 2019-09-10 16:21:12,572 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.listProperties() 2019-09-10 16:21:12,573 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.createProperty(org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:12,573 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.updateProperty(org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:12,573 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.deleteProperty(java.lang.String) 2019-09-10 16:21:12,573 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.getProperty(java.lang.String) 2019-09-10 16:21:12,574 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepository(java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:12,574 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackages(java.lang.String,java.lang.String) 2019-09-10 16:21:12,575 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) 2019-09-10 16:21:12,575 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:12,575 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.createRepository(org.appng.appngizer.model.xml.Repository) throws org.appng.api.BusinessException,java.net.URISyntaxException 2019-09-10 16:21:12,575 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.updateRepository(java.lang.String,org.appng.appngizer.model.xml.Repository) throws java.net.URISyntaxException 2019-09-10 16:21:12,575 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/install],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.installPackage(java.lang.String,org.appng.appngizer.model.xml.Package) throws org.appng.api.BusinessException 2019-09-10 16:21:12,575 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/upload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.uploadPackage(java.lang.String,org.springframework.web.multipart.MultipartFile) throws org.appng.api.BusinessException 2019-09-10 16:21:12,576 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepository(java.lang.String) 2019-09-10 16:21:12,576 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.listRepositories() 2019-09-10 16:21:12,577 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.getRole(java.lang.String,java.lang.String) 2019-09-10 16:21:12,577 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.listRoles(java.lang.String) 2019-09-10 16:21:12,577 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.createRole(java.lang.String,org.appng.appngizer.model.xml.Role) 2019-09-10 16:21:12,577 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.updateRole(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Role) 2019-09-10 16:21:12,577 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.deleteRole(java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:12,578 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:12,578 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.listApplications(java.lang.String) 2019-09-10 16:21:12,579 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.grantApplicationForSites(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Grants) 2019-09-10 16:21:12,579 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getGrantsForApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:12,579 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.activateApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:12,579 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.deactivateApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:12,580 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.listProperties(java.lang.String,java.lang.String) 2019-09-10 16:21:12,581 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.createProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:12,581 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.updateProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:12,581 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.deleteProperty(java.lang.String,java.lang.String,java.lang.String) 2019-09-10 16:21:12,581 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.getProperty(java.lang.String,java.lang.String,java.lang.String) 2019-09-10 16:21:12,582 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.getSite(java.lang.String) 2019-09-10 16:21:12,582 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/reload],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.reloadSite(java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:12,583 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.createSite(org.appng.appngizer.model.xml.Site) 2019-09-10 16:21:12,583 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.updateSite(java.lang.String,org.appng.appngizer.model.xml.Site) 2019-09-10 16:21:12,583 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.deleteSite(java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:12,583 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.listSites() 2019-09-10 16:21:12,585 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property || /site/{site}/properties],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2019-09-10 16:21:12,585 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2019-09-10 16:21:12,585 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:12,585 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:12,585 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperty(java.lang.String,java.lang.String) 2019-09-10 16:21:12,586 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2019-09-10 16:21:12,586 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2019-09-10 16:21:12,586 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.getProperty(java.lang.String,java.lang.String) 2019-09-10 16:21:12,587 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.listSubjects() 2019-09-10 16:21:12,587 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.getSubject(java.lang.String) 2019-09-10 16:21:12,587 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.createSubject(org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2019-09-10 16:21:12,587 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.updateSubject(java.lang.String,org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2019-09-10 16:21:12,588 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.deleteSubject(java.lang.String) 2019-09-10 16:21:12,619 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2019-09-10 16:21:12,684 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@29ab7ccc: startup date [Tue Sep 10 16:21:11 CEST 2019]; root of context hierarchy 2019-09-10 16:21:12,702 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@29ab7ccc: startup date [Tue Sep 10 16:21:11 CEST 2019]; root of context hierarchy 2019-09-10 16:21:12,776 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2019-09-10 16:21:12,776 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2019-09-10 16:21:12,782 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 6 ms 2019-09-10 16:21:12,787 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2019-09-10 16:21:12,787 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2019-09-10 16:21:12,787 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2019-09-10 16:21:12,788 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2019-09-10 16:21:12,788 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2019-09-10 16:21:12,788 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2019-09-10 16:21:12,788 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.appngData 2019-09-10 16:21:12,789 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2019-09-10 16:21:12,789 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2019-09-10 16:21:12,789 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2019-09-10 16:21:12,789 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2019-09-10 16:21:12,790 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2019-09-10 16:21:12,790 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2019-09-10 16:21:12,790 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2019-09-10 16:21:12,790 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2019-09-10 16:21:12,791 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2019-09-10 16:21:12,791 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2019-09-10 16:21:12,791 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2019-09-10 16:21:12,792 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2019-09-10 16:21:12,792 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2019-09-10 16:21:12,792 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2019-09-10 16:21:12,793 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2019-09-10 16:21:12,793 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2019-09-10 16:21:12,793 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2019-09-10 16:21:12,793 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2019-09-10 16:21:12,794 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2019-09-10 16:21:12,794 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2019-09-10 16:21:12,794 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2019-09-10 16:21:12,795 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2019-09-10 16:21:12,795 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2019-09-10 16:21:12,795 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2019-09-10 16:21:12,795 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2019-09-10 16:21:12,796 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2019-09-10 16:21:12,796 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2019-09-10 16:21:12,796 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2019-09-10 16:21:12,796 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2019-09-10 16:21:12,797 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2019-09-10 16:21:12,797 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2019-09-10 16:21:12,797 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2019-09-10 16:21:12,798 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2019-09-10 16:21:12,798 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2019-09-10 16:21:12,798 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2019-09-10 16:21:12,798 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2019-09-10 16:21:12,799 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2019-09-10 16:21:12,799 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2019-09-10 16:21:12,799 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2019-09-10 16:21:12,799 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2019-09-10 16:21:12,800 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2019-09-10 16:21:12,800 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2019-09-10 16:21:12,800 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2019-09-10 16:21:12,801 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2019-09-10 16:21:12,831 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository local repo 2019-09-10 16:21:12,910 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.3' from repository file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/repo/ 2019-09-10 16:21:12,917 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2019-09-10 16:21:12,919 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Application demo-application 2019-09-10 16:21:12,921 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2019-09-10 16:21:12,923 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission debug 2019-09-10 16:21:12,924 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2019-09-10 16:21:12,924 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-format.html 2019-09-10 16:21:12,924 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2019-09-10 16:21:12,925 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-type.webgui 2019-09-10 16:21:12,925 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2019-09-10 16:21:12,925 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission testPermission 2019-09-10 16:21:12,929 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Administrator 2019-09-10 16:21:12,934 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2019-09-10 16:21:12,935 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2019-09-10 16:21:12,936 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2019-09-10 16:21:12,936 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2019-09-10 16:21:12,937 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Debugger 2019-09-10 16:21:12,938 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2019-09-10 16:21:12,939 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2019-09-10 16:21:12,939 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2019-09-10 16:21:12,939 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Tester 2019-09-10 16:21:12,941 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2019-09-10 16:21:12,941 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2019-09-10 16:21:12,943 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.foo 2019-09-10 16:21:12,943 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.bar 2019-09-10 16:21:12,944 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.clobValue 2019-09-10 16:21:12,946 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Administrator 2019-09-10 16:21:12,947 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Debugger 2019-09-10 16:21:12,947 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Tester 2019-09-10 16:21:12,950 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2019-09-10 16:21:12,950 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2019-09-10 16:21:12,950 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2019-09-10 16:21:12,951 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2019-09-10 16:21:12,951 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2019-09-10 16:21:12,951 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2019-09-10 16:21:12,951 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2019-09-10 16:21:12,951 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2019-09-10 16:21:12,952 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2019-09-10 16:21:12,952 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2019-09-10 16:21:12,952 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2019-09-10 16:21:12,960 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2019-09-10 16:21:12,961 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2019-09-10 16:21:12,962 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2019-09-10 16:21:12,964 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2019-09-10 16:21:12,965 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2019-09-10 16:21:12,966 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2019-09-10 16:21:12,999 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Repository local 2019-09-10 16:21:13,012 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2019-09-10 16:21:13,013 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2019-09-10 16:21:13,014 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2019-09-10 16:21:13,019 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository deleteme 2019-09-10 16:21:13,042 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Repository deleteme 2019-09-10 16:21:13,044 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2019-09-10 16:21:13,044 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2019-09-10 16:21:13,045 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2019-09-10 16:21:13,058 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2019-09-10 16:21:13,059 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2019-09-10 16:21:13,060 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2019-09-10 16:21:13,065 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository dummy repo 2019-09-10 16:21:13,092 WARN [main] org.springframework.web.servlet.PageNotFound: No mapping found for HTTP request with URI [/repository/dummy%20repo/demo-application/1.2.3] in DispatcherServlet with name '' 2019-09-10 16:21:13,093 WARN [main] org.springframework.web.servlet.PageNotFound: No mapping found for HTTP request with URI [/repository/doesNotExist/demo-application/1.2.3] in DispatcherServlet with name '' 2019-09-10 16:21:13,099 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2019-09-10 16:21:13,099 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2019-09-10 16:21:13,100 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2019-09-10 16:21:13,141 INFO [main] org.appng.core.model.RepositoryCacheFilesystem: deleted demo-application, Version: 1.5.3, Timestamp: 2013-01-13-1303 from repository /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/repo 2019-09-10 16:21:13,152 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@29ab7ccc: startup date [Tue Sep 10 16:21:11 CEST 2019]; root of context hierarchy 2019-09-10 16:21:13,153 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2019-09-10 16:21:13,154 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.449 s - in org.appng.appngizer.controller.RepositoryControllerTest [INFO] Running org.appng.appngizer.controller.SubjectControllerTest 2019-09-10 16:21:13,161 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2019-09-10 16:21:13,161 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7775af39, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3c7eb170, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@76b24f7b, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2b0bd16b, org.springframework.test.context.transaction.TransactionalTestExecutionListener@71ddaf54, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@3861652e] 2019-09-10 16:21:13,162 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2019-09-10 16:21:13,234 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@5ccc3cce: startup date [Tue Sep 10 16:21:13 CEST 2019]; root of context hierarchy 2019-09-10 16:21:13,256 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:21:13,283 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2019-09-10 16:21:13,297 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2019-09-10 16:21:13,298 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appng] 2019-09-10 16:21:13,346 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-09-10 16:21:13,350 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:21:13,537 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:21:13,537 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2019-09-10 16:21:13,543 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@5ccc3cce: startup date [Tue Sep 10 16:21:13 CEST 2019]; root of context hierarchy 2019-09-10 16:21:13,545 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2019-09-10 16:21:13,550 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.003s) 2019-09-10 16:21:13,552 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2019-09-10 16:21:13,555 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2019-09-10 16:21:13,557 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2019-09-10 16:21:13,567 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2019-09-10 16:21:13,572 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2019-09-10 16:21:13,574 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2019-09-10 16:21:13,577 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2019-09-10 16:21:13,580 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2019-09-10 16:21:13,582 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2019-09-10 16:21:13,585 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2019-09-10 16:21:13,588 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2019-09-10 16:21:13,590 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2019-09-10 16:21:13,593 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.0.0 - add job execution record 2019-09-10 16:21:13,595 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 11 migrations to schema "PUBLIC" (execution time 00:00.044s). 2019-09-10 16:21:13,763 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2019-09-10 16:21:13,764 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5.0) 2019-09-10 16:21:13,764 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2019-09-10 16:21:13,787 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5.0) 2019-09-10 16:21:13,787 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2019-09-10 16:21:13,817 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2019-09-10 16:21:13,842 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listProperties(java.lang.String) 2019-09-10 16:21:13,842 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteApplication(java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:13,843 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:13,843 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:13,843 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteProperty(java.lang.String,java.lang.String) 2019-09-10 16:21:13,843 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getApplication(java.lang.String) 2019-09-10 16:21:13,843 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateApplication(java.lang.String,org.appng.appngizer.model.xml.Application) throws org.appng.api.BusinessException 2019-09-10 16:21:13,844 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listApplications() 2019-09-10 16:21:13,844 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getProperty(java.lang.String,java.lang.String) 2019-09-10 16:21:13,845 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.info() throws java.lang.Exception 2019-09-10 16:21:13,845 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateRootConnection(org.appng.appngizer.model.xml.Database) throws java.lang.Exception 2019-09-10 16:21:13,845 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnections(java.lang.String) 2019-09-10 16:21:13,845 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnectionForApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:13,846 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnectionforApplication(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Database) 2019-09-10 16:21:13,846 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnection(java.lang.String,java.lang.Integer) 2019-09-10 16:21:13,846 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnection(java.lang.String,java.lang.Integer,org.appng.appngizer.model.xml.Database) 2019-09-10 16:21:13,846 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database/initialize],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.initialize(boolean) throws java.lang.Exception 2019-09-10 16:21:13,847 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.createGroup(org.appng.appngizer.model.xml.Group) 2019-09-10 16:21:13,847 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.getGroup(java.lang.String) 2019-09-10 16:21:13,847 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.listGroups() 2019-09-10 16:21:13,848 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.updateGroup(java.lang.String,org.appng.appngizer.model.xml.Group) 2019-09-10 16:21:13,848 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.deleteGroup(java.lang.String) 2019-09-10 16:21:13,849 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.login(java.lang.String,javax.servlet.http.HttpServletRequest) 2019-09-10 16:21:13,849 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.welcome() 2019-09-10 16:21:13,850 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.listPermissions(java.lang.String) 2019-09-10 16:21:13,850 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.createPermission(java.lang.String,org.appng.appngizer.model.xml.Permission) 2019-09-10 16:21:13,851 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.updatePermission(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Permission) 2019-09-10 16:21:13,851 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.deletePermission(java.lang.String,java.lang.String) 2019-09-10 16:21:13,851 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.getPermission(java.lang.String,java.lang.String) 2019-09-10 16:21:13,852 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.showPlatform() 2019-09-10 16:21:13,852 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/system],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listSystemProperties() 2019-09-10 16:21:13,853 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/environment],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listEnvironment() 2019-09-10 16:21:13,853 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/reload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.reloadPlatform() 2019-09-10 16:21:13,854 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.listProperties() 2019-09-10 16:21:13,854 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.createProperty(org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:13,855 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.updateProperty(org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:13,855 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.deleteProperty(java.lang.String) 2019-09-10 16:21:13,855 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.getProperty(java.lang.String) 2019-09-10 16:21:13,857 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepository(java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:13,857 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackages(java.lang.String,java.lang.String) 2019-09-10 16:21:13,858 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) 2019-09-10 16:21:13,858 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:13,858 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.createRepository(org.appng.appngizer.model.xml.Repository) throws org.appng.api.BusinessException,java.net.URISyntaxException 2019-09-10 16:21:13,859 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.updateRepository(java.lang.String,org.appng.appngizer.model.xml.Repository) throws java.net.URISyntaxException 2019-09-10 16:21:13,859 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/install],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.installPackage(java.lang.String,org.appng.appngizer.model.xml.Package) throws org.appng.api.BusinessException 2019-09-10 16:21:13,859 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/upload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.uploadPackage(java.lang.String,org.springframework.web.multipart.MultipartFile) throws org.appng.api.BusinessException 2019-09-10 16:21:13,860 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepository(java.lang.String) 2019-09-10 16:21:13,860 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.listRepositories() 2019-09-10 16:21:13,861 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.getRole(java.lang.String,java.lang.String) 2019-09-10 16:21:13,861 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.listRoles(java.lang.String) 2019-09-10 16:21:13,862 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.createRole(java.lang.String,org.appng.appngizer.model.xml.Role) 2019-09-10 16:21:13,862 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.updateRole(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Role) 2019-09-10 16:21:13,862 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.deleteRole(java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:13,863 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:13,864 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.listApplications(java.lang.String) 2019-09-10 16:21:13,864 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.grantApplicationForSites(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Grants) 2019-09-10 16:21:13,864 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getGrantsForApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:13,864 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.activateApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:13,865 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.deactivateApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:13,866 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.listProperties(java.lang.String,java.lang.String) 2019-09-10 16:21:13,866 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.createProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:13,866 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.updateProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:13,867 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.deleteProperty(java.lang.String,java.lang.String,java.lang.String) 2019-09-10 16:21:13,867 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.getProperty(java.lang.String,java.lang.String,java.lang.String) 2019-09-10 16:21:13,868 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.getSite(java.lang.String) 2019-09-10 16:21:13,869 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/reload],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.reloadSite(java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:13,869 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.createSite(org.appng.appngizer.model.xml.Site) 2019-09-10 16:21:13,869 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.updateSite(java.lang.String,org.appng.appngizer.model.xml.Site) 2019-09-10 16:21:13,870 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.deleteSite(java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:13,870 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.listSites() 2019-09-10 16:21:13,872 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property || /site/{site}/properties],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2019-09-10 16:21:13,872 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2019-09-10 16:21:13,872 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:13,873 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:13,873 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperty(java.lang.String,java.lang.String) 2019-09-10 16:21:13,873 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2019-09-10 16:21:13,874 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2019-09-10 16:21:13,875 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.getProperty(java.lang.String,java.lang.String) 2019-09-10 16:21:13,876 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.listSubjects() 2019-09-10 16:21:13,876 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.getSubject(java.lang.String) 2019-09-10 16:21:13,876 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.createSubject(org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2019-09-10 16:21:13,877 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.updateSubject(java.lang.String,org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2019-09-10 16:21:13,877 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.deleteSubject(java.lang.String) 2019-09-10 16:21:13,918 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2019-09-10 16:21:13,972 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@5ccc3cce: startup date [Tue Sep 10 16:21:13 CEST 2019]; root of context hierarchy 2019-09-10 16:21:13,991 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@5ccc3cce: startup date [Tue Sep 10 16:21:13 CEST 2019]; root of context hierarchy 2019-09-10 16:21:14,060 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2019-09-10 16:21:14,060 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2019-09-10 16:21:14,066 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 6 ms 2019-09-10 16:21:14,071 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2019-09-10 16:21:14,072 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2019-09-10 16:21:14,072 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2019-09-10 16:21:14,072 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2019-09-10 16:21:14,073 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2019-09-10 16:21:14,073 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2019-09-10 16:21:14,073 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.appngData 2019-09-10 16:21:14,073 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2019-09-10 16:21:14,073 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2019-09-10 16:21:14,074 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2019-09-10 16:21:14,074 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2019-09-10 16:21:14,074 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2019-09-10 16:21:14,074 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2019-09-10 16:21:14,075 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2019-09-10 16:21:14,075 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2019-09-10 16:21:14,075 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2019-09-10 16:21:14,075 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2019-09-10 16:21:14,076 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2019-09-10 16:21:14,076 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2019-09-10 16:21:14,076 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2019-09-10 16:21:14,076 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2019-09-10 16:21:14,076 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2019-09-10 16:21:14,077 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2019-09-10 16:21:14,077 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2019-09-10 16:21:14,077 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2019-09-10 16:21:14,077 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2019-09-10 16:21:14,078 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2019-09-10 16:21:14,078 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2019-09-10 16:21:14,078 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2019-09-10 16:21:14,078 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2019-09-10 16:21:14,078 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2019-09-10 16:21:14,079 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2019-09-10 16:21:14,079 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2019-09-10 16:21:14,079 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2019-09-10 16:21:14,079 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2019-09-10 16:21:14,080 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2019-09-10 16:21:14,080 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2019-09-10 16:21:14,080 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2019-09-10 16:21:14,080 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2019-09-10 16:21:14,080 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2019-09-10 16:21:14,081 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2019-09-10 16:21:14,081 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2019-09-10 16:21:14,081 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2019-09-10 16:21:14,081 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2019-09-10 16:21:14,081 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2019-09-10 16:21:14,082 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2019-09-10 16:21:14,082 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2019-09-10 16:21:14,082 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2019-09-10 16:21:14,082 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2019-09-10 16:21:14,083 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2019-09-10 16:21:14,083 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2019-09-10 16:21:14,100 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Group Admin 2019-09-10 16:21:14,113 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Subject Admin 2019-09-10 16:21:14,122 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Subject Admin 2019-09-10 16:21:14,147 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Subject Admin 2019-09-10 16:21:14,150 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Subject Admin 2019-09-10 16:21:14,160 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2019-09-10 16:21:14,160 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2019-09-10 16:21:14,161 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2019-09-10 16:21:14,164 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Subject deleteme 2019-09-10 16:21:14,177 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Subject deleteme 2019-09-10 16:21:14,179 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2019-09-10 16:21:14,179 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2019-09-10 16:21:14,180 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2019-09-10 16:21:14,191 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@5ccc3cce: startup date [Tue Sep 10 16:21:13 CEST 2019]; root of context hierarchy 2019-09-10 16:21:14,193 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2019-09-10 16:21:14,193 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.037 s - in org.appng.appngizer.controller.SubjectControllerTest [INFO] Running org.appng.appngizer.controller.PermissionControllerTest 2019-09-10 16:21:14,201 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2019-09-10 16:21:14,201 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1fa2872b, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3f63a9da, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@47d054db, org.springframework.test.context.support.DirtiesContextTestExecutionListener@1ae36a1a, org.springframework.test.context.transaction.TransactionalTestExecutionListener@11732db2, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@337c7b3f] 2019-09-10 16:21:14,202 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2019-09-10 16:21:14,271 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@764f8707: startup date [Tue Sep 10 16:21:14 CEST 2019]; root of context hierarchy 2019-09-10 16:21:14,295 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:21:14,323 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2019-09-10 16:21:14,337 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2019-09-10 16:21:14,338 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appng] 2019-09-10 16:21:14,387 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-09-10 16:21:14,391 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:21:14,588 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:21:14,588 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2019-09-10 16:21:14,594 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@764f8707: startup date [Tue Sep 10 16:21:14 CEST 2019]; root of context hierarchy 2019-09-10 16:21:14,596 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2019-09-10 16:21:14,602 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.003s) 2019-09-10 16:21:14,604 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2019-09-10 16:21:14,606 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2019-09-10 16:21:14,609 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2019-09-10 16:21:14,620 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2019-09-10 16:21:14,687 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2019-09-10 16:21:14,690 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2019-09-10 16:21:14,693 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2019-09-10 16:21:14,696 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2019-09-10 16:21:14,699 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2019-09-10 16:21:14,702 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2019-09-10 16:21:14,705 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2019-09-10 16:21:14,708 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2019-09-10 16:21:14,710 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.0.0 - add job execution record 2019-09-10 16:21:14,713 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 11 migrations to schema "PUBLIC" (execution time 00:00.109s). 2019-09-10 16:21:14,905 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2019-09-10 16:21:14,906 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5.0) 2019-09-10 16:21:14,906 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2019-09-10 16:21:14,927 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5.0) 2019-09-10 16:21:14,928 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2019-09-10 16:21:14,956 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2019-09-10 16:21:14,982 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listProperties(java.lang.String) 2019-09-10 16:21:14,982 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteApplication(java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:14,982 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:14,982 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:14,983 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteProperty(java.lang.String,java.lang.String) 2019-09-10 16:21:14,983 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getApplication(java.lang.String) 2019-09-10 16:21:14,983 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateApplication(java.lang.String,org.appng.appngizer.model.xml.Application) throws org.appng.api.BusinessException 2019-09-10 16:21:14,983 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listApplications() 2019-09-10 16:21:14,984 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getProperty(java.lang.String,java.lang.String) 2019-09-10 16:21:14,984 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.info() throws java.lang.Exception 2019-09-10 16:21:14,985 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateRootConnection(org.appng.appngizer.model.xml.Database) throws java.lang.Exception 2019-09-10 16:21:14,985 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnections(java.lang.String) 2019-09-10 16:21:14,985 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnectionForApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:14,985 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnectionforApplication(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Database) 2019-09-10 16:21:14,986 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnection(java.lang.String,java.lang.Integer) 2019-09-10 16:21:14,986 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnection(java.lang.String,java.lang.Integer,org.appng.appngizer.model.xml.Database) 2019-09-10 16:21:14,986 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database/initialize],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.initialize(boolean) throws java.lang.Exception 2019-09-10 16:21:14,987 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.createGroup(org.appng.appngizer.model.xml.Group) 2019-09-10 16:21:14,987 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.getGroup(java.lang.String) 2019-09-10 16:21:14,987 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.listGroups() 2019-09-10 16:21:14,987 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.updateGroup(java.lang.String,org.appng.appngizer.model.xml.Group) 2019-09-10 16:21:14,988 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.deleteGroup(java.lang.String) 2019-09-10 16:21:14,988 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.login(java.lang.String,javax.servlet.http.HttpServletRequest) 2019-09-10 16:21:14,988 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.welcome() 2019-09-10 16:21:14,989 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.listPermissions(java.lang.String) 2019-09-10 16:21:14,989 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.createPermission(java.lang.String,org.appng.appngizer.model.xml.Permission) 2019-09-10 16:21:14,989 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.updatePermission(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Permission) 2019-09-10 16:21:14,990 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.deletePermission(java.lang.String,java.lang.String) 2019-09-10 16:21:14,990 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.getPermission(java.lang.String,java.lang.String) 2019-09-10 16:21:14,990 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.showPlatform() 2019-09-10 16:21:14,991 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/system],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listSystemProperties() 2019-09-10 16:21:14,991 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/environment],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listEnvironment() 2019-09-10 16:21:14,991 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/reload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.reloadPlatform() 2019-09-10 16:21:14,992 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.listProperties() 2019-09-10 16:21:14,992 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.createProperty(org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:14,992 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.updateProperty(org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:14,992 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.deleteProperty(java.lang.String) 2019-09-10 16:21:14,992 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.getProperty(java.lang.String) 2019-09-10 16:21:14,993 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepository(java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:14,994 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackages(java.lang.String,java.lang.String) 2019-09-10 16:21:14,994 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) 2019-09-10 16:21:14,994 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:14,994 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.createRepository(org.appng.appngizer.model.xml.Repository) throws org.appng.api.BusinessException,java.net.URISyntaxException 2019-09-10 16:21:14,994 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.updateRepository(java.lang.String,org.appng.appngizer.model.xml.Repository) throws java.net.URISyntaxException 2019-09-10 16:21:14,995 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/install],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.installPackage(java.lang.String,org.appng.appngizer.model.xml.Package) throws org.appng.api.BusinessException 2019-09-10 16:21:14,995 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/upload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.uploadPackage(java.lang.String,org.springframework.web.multipart.MultipartFile) throws org.appng.api.BusinessException 2019-09-10 16:21:14,995 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepository(java.lang.String) 2019-09-10 16:21:14,995 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.listRepositories() 2019-09-10 16:21:14,996 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.getRole(java.lang.String,java.lang.String) 2019-09-10 16:21:14,996 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.listRoles(java.lang.String) 2019-09-10 16:21:14,996 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.createRole(java.lang.String,org.appng.appngizer.model.xml.Role) 2019-09-10 16:21:14,997 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.updateRole(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Role) 2019-09-10 16:21:14,997 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.deleteRole(java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:14,997 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:14,998 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.listApplications(java.lang.String) 2019-09-10 16:21:14,998 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.grantApplicationForSites(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Grants) 2019-09-10 16:21:14,998 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getGrantsForApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:14,998 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.activateApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:14,999 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.deactivateApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:14,999 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.listProperties(java.lang.String,java.lang.String) 2019-09-10 16:21:15,000 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.createProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:15,000 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.updateProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:15,000 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.deleteProperty(java.lang.String,java.lang.String,java.lang.String) 2019-09-10 16:21:15,000 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.getProperty(java.lang.String,java.lang.String,java.lang.String) 2019-09-10 16:21:15,001 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.getSite(java.lang.String) 2019-09-10 16:21:15,001 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/reload],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.reloadSite(java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:15,002 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.createSite(org.appng.appngizer.model.xml.Site) 2019-09-10 16:21:15,002 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.updateSite(java.lang.String,org.appng.appngizer.model.xml.Site) 2019-09-10 16:21:15,002 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.deleteSite(java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:15,002 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.listSites() 2019-09-10 16:21:15,003 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property || /site/{site}/properties],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2019-09-10 16:21:15,003 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2019-09-10 16:21:15,003 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:15,004 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:15,004 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperty(java.lang.String,java.lang.String) 2019-09-10 16:21:15,004 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2019-09-10 16:21:15,004 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2019-09-10 16:21:15,005 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.getProperty(java.lang.String,java.lang.String) 2019-09-10 16:21:15,005 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.listSubjects() 2019-09-10 16:21:15,005 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.getSubject(java.lang.String) 2019-09-10 16:21:15,006 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.createSubject(org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2019-09-10 16:21:15,006 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.updateSubject(java.lang.String,org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2019-09-10 16:21:15,006 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.deleteSubject(java.lang.String) 2019-09-10 16:21:15,037 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2019-09-10 16:21:15,087 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@764f8707: startup date [Tue Sep 10 16:21:14 CEST 2019]; root of context hierarchy 2019-09-10 16:21:15,105 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@764f8707: startup date [Tue Sep 10 16:21:14 CEST 2019]; root of context hierarchy 2019-09-10 16:21:15,169 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2019-09-10 16:21:15,169 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2019-09-10 16:21:15,176 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 6 ms 2019-09-10 16:21:15,180 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2019-09-10 16:21:15,181 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2019-09-10 16:21:15,181 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2019-09-10 16:21:15,181 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2019-09-10 16:21:15,181 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2019-09-10 16:21:15,181 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2019-09-10 16:21:15,182 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.appngData 2019-09-10 16:21:15,182 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2019-09-10 16:21:15,182 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2019-09-10 16:21:15,182 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2019-09-10 16:21:15,182 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2019-09-10 16:21:15,183 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2019-09-10 16:21:15,183 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2019-09-10 16:21:15,183 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2019-09-10 16:21:15,183 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2019-09-10 16:21:15,183 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2019-09-10 16:21:15,184 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2019-09-10 16:21:15,184 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2019-09-10 16:21:15,184 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2019-09-10 16:21:15,184 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2019-09-10 16:21:15,184 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2019-09-10 16:21:15,185 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2019-09-10 16:21:15,185 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2019-09-10 16:21:15,185 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2019-09-10 16:21:15,185 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2019-09-10 16:21:15,185 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2019-09-10 16:21:15,185 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2019-09-10 16:21:15,186 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2019-09-10 16:21:15,186 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2019-09-10 16:21:15,186 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2019-09-10 16:21:15,186 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2019-09-10 16:21:15,187 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2019-09-10 16:21:15,187 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2019-09-10 16:21:15,187 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2019-09-10 16:21:15,187 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2019-09-10 16:21:15,187 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2019-09-10 16:21:15,187 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2019-09-10 16:21:15,188 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2019-09-10 16:21:15,188 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2019-09-10 16:21:15,188 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2019-09-10 16:21:15,188 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2019-09-10 16:21:15,188 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2019-09-10 16:21:15,188 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2019-09-10 16:21:15,188 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2019-09-10 16:21:15,189 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2019-09-10 16:21:15,189 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2019-09-10 16:21:15,189 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2019-09-10 16:21:15,189 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2019-09-10 16:21:15,189 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2019-09-10 16:21:15,189 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2019-09-10 16:21:15,189 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2019-09-10 16:21:15,208 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository local 2019-09-10 16:21:15,231 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.3' from repository file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/repo/ 2019-09-10 16:21:15,236 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2019-09-10 16:21:15,238 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Application demo-application 2019-09-10 16:21:15,241 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2019-09-10 16:21:15,242 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission debug 2019-09-10 16:21:15,243 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2019-09-10 16:21:15,243 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-format.html 2019-09-10 16:21:15,243 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2019-09-10 16:21:15,243 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-type.webgui 2019-09-10 16:21:15,244 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2019-09-10 16:21:15,244 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission testPermission 2019-09-10 16:21:15,246 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Administrator 2019-09-10 16:21:15,250 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2019-09-10 16:21:15,251 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2019-09-10 16:21:15,251 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2019-09-10 16:21:15,251 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2019-09-10 16:21:15,252 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Debugger 2019-09-10 16:21:15,253 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2019-09-10 16:21:15,254 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2019-09-10 16:21:15,254 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2019-09-10 16:21:15,254 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Tester 2019-09-10 16:21:15,255 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2019-09-10 16:21:15,255 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2019-09-10 16:21:15,257 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.foo 2019-09-10 16:21:15,257 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.bar 2019-09-10 16:21:15,258 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.clobValue 2019-09-10 16:21:15,260 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Administrator 2019-09-10 16:21:15,260 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Debugger 2019-09-10 16:21:15,260 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Tester 2019-09-10 16:21:15,263 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2019-09-10 16:21:15,263 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2019-09-10 16:21:15,264 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2019-09-10 16:21:15,264 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2019-09-10 16:21:15,264 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2019-09-10 16:21:15,264 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2019-09-10 16:21:15,264 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2019-09-10 16:21:15,265 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2019-09-10 16:21:15,265 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2019-09-10 16:21:15,265 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2019-09-10 16:21:15,265 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2019-09-10 16:21:15,272 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2019-09-10 16:21:15,273 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2019-09-10 16:21:15,274 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2019-09-10 16:21:15,275 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2019-09-10 16:21:15,276 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2019-09-10 16:21:15,277 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2019-09-10 16:21:15,324 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2019-09-10 16:21:15,326 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Permission testPermission 2019-09-10 16:21:15,338 INFO [main] org.appng.core.service.CoreService: creating new permission 'newName' for application 'demo-application' 2019-09-10 16:21:15,340 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Permission newName 2019-09-10 16:21:15,350 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Role Debugger 2019-09-10 16:21:15,351 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Role Tester 2019-09-10 16:21:15,356 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Role Administrator 2019-09-10 16:21:15,356 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Permission newName 2019-09-10 16:21:15,357 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Permission output-type.webgui 2019-09-10 16:21:15,357 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Permission debug 2019-09-10 16:21:15,357 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Permission output-format.html 2019-09-10 16:21:15,358 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.application.demo-application.bar 2019-09-10 16:21:15,358 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.application.demo-application.clobValue 2019-09-10 16:21:15,358 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.application.demo-application.foo 2019-09-10 16:21:15,359 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Application demo-application 2019-09-10 16:21:15,360 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@764f8707: startup date [Tue Sep 10 16:21:14 CEST 2019]; root of context hierarchy 2019-09-10 16:21:15,362 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2019-09-10 16:21:15,362 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.166 s - in org.appng.appngizer.controller.PermissionControllerTest [INFO] Running org.appng.appngizer.controller.GroupControllerTest 2019-09-10 16:21:15,372 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2019-09-10 16:21:15,372 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@260a839d, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@10cf7130, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6c1315c3, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6821f91b, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1a4589e9, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@71e83d60] 2019-09-10 16:21:15,373 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2019-09-10 16:21:15,436 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@5a19393: startup date [Tue Sep 10 16:21:15 CEST 2019]; root of context hierarchy 2019-09-10 16:21:15,457 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:21:15,486 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2019-09-10 16:21:15,500 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2019-09-10 16:21:15,500 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appng] 2019-09-10 16:21:15,548 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-09-10 16:21:15,553 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:21:15,744 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:21:15,744 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2019-09-10 16:21:15,751 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@5a19393: startup date [Tue Sep 10 16:21:15 CEST 2019]; root of context hierarchy 2019-09-10 16:21:15,753 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2019-09-10 16:21:15,758 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.003s) 2019-09-10 16:21:15,760 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2019-09-10 16:21:15,763 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2019-09-10 16:21:15,766 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2019-09-10 16:21:15,776 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2019-09-10 16:21:15,781 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2019-09-10 16:21:15,784 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2019-09-10 16:21:15,786 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2019-09-10 16:21:15,789 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2019-09-10 16:21:15,792 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2019-09-10 16:21:15,794 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2019-09-10 16:21:15,797 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2019-09-10 16:21:15,800 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2019-09-10 16:21:15,803 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.0.0 - add job execution record 2019-09-10 16:21:15,805 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 11 migrations to schema "PUBLIC" (execution time 00:00.045s). 2019-09-10 16:21:15,990 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2019-09-10 16:21:15,991 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5.0) 2019-09-10 16:21:15,991 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2019-09-10 16:21:16,012 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5.0) 2019-09-10 16:21:16,012 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2019-09-10 16:21:16,040 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2019-09-10 16:21:16,063 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listProperties(java.lang.String) 2019-09-10 16:21:16,063 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteApplication(java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:16,064 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:16,064 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:16,064 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteProperty(java.lang.String,java.lang.String) 2019-09-10 16:21:16,064 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getApplication(java.lang.String) 2019-09-10 16:21:16,064 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateApplication(java.lang.String,org.appng.appngizer.model.xml.Application) throws org.appng.api.BusinessException 2019-09-10 16:21:16,065 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listApplications() 2019-09-10 16:21:16,065 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getProperty(java.lang.String,java.lang.String) 2019-09-10 16:21:16,065 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.info() throws java.lang.Exception 2019-09-10 16:21:16,066 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateRootConnection(org.appng.appngizer.model.xml.Database) throws java.lang.Exception 2019-09-10 16:21:16,066 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnections(java.lang.String) 2019-09-10 16:21:16,066 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnectionForApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:16,066 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnectionforApplication(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Database) 2019-09-10 16:21:16,067 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnection(java.lang.String,java.lang.Integer) 2019-09-10 16:21:16,067 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnection(java.lang.String,java.lang.Integer,org.appng.appngizer.model.xml.Database) 2019-09-10 16:21:16,067 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database/initialize],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.initialize(boolean) throws java.lang.Exception 2019-09-10 16:21:16,067 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.createGroup(org.appng.appngizer.model.xml.Group) 2019-09-10 16:21:16,068 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.getGroup(java.lang.String) 2019-09-10 16:21:16,068 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.listGroups() 2019-09-10 16:21:16,068 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.updateGroup(java.lang.String,org.appng.appngizer.model.xml.Group) 2019-09-10 16:21:16,068 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.deleteGroup(java.lang.String) 2019-09-10 16:21:16,069 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.login(java.lang.String,javax.servlet.http.HttpServletRequest) 2019-09-10 16:21:16,069 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.welcome() 2019-09-10 16:21:16,069 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.listPermissions(java.lang.String) 2019-09-10 16:21:16,070 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.createPermission(java.lang.String,org.appng.appngizer.model.xml.Permission) 2019-09-10 16:21:16,070 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.updatePermission(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Permission) 2019-09-10 16:21:16,070 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.deletePermission(java.lang.String,java.lang.String) 2019-09-10 16:21:16,070 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.getPermission(java.lang.String,java.lang.String) 2019-09-10 16:21:16,071 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.showPlatform() 2019-09-10 16:21:16,071 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/system],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listSystemProperties() 2019-09-10 16:21:16,071 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/environment],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listEnvironment() 2019-09-10 16:21:16,071 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/reload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.reloadPlatform() 2019-09-10 16:21:16,072 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.listProperties() 2019-09-10 16:21:16,072 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.createProperty(org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:16,072 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.updateProperty(org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:16,072 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.deleteProperty(java.lang.String) 2019-09-10 16:21:16,073 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.getProperty(java.lang.String) 2019-09-10 16:21:16,073 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepository(java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:16,074 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackages(java.lang.String,java.lang.String) 2019-09-10 16:21:16,074 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) 2019-09-10 16:21:16,074 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:16,074 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.createRepository(org.appng.appngizer.model.xml.Repository) throws org.appng.api.BusinessException,java.net.URISyntaxException 2019-09-10 16:21:16,074 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.updateRepository(java.lang.String,org.appng.appngizer.model.xml.Repository) throws java.net.URISyntaxException 2019-09-10 16:21:16,075 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/install],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.installPackage(java.lang.String,org.appng.appngizer.model.xml.Package) throws org.appng.api.BusinessException 2019-09-10 16:21:16,075 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/upload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.uploadPackage(java.lang.String,org.springframework.web.multipart.MultipartFile) throws org.appng.api.BusinessException 2019-09-10 16:21:16,075 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepository(java.lang.String) 2019-09-10 16:21:16,075 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.listRepositories() 2019-09-10 16:21:16,076 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.getRole(java.lang.String,java.lang.String) 2019-09-10 16:21:16,076 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.listRoles(java.lang.String) 2019-09-10 16:21:16,076 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.createRole(java.lang.String,org.appng.appngizer.model.xml.Role) 2019-09-10 16:21:16,076 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.updateRole(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Role) 2019-09-10 16:21:16,077 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.deleteRole(java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:16,077 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:16,077 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.listApplications(java.lang.String) 2019-09-10 16:21:16,078 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.grantApplicationForSites(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Grants) 2019-09-10 16:21:16,078 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getGrantsForApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:16,078 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.activateApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:16,078 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.deactivateApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:16,079 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.listProperties(java.lang.String,java.lang.String) 2019-09-10 16:21:16,079 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.createProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:16,079 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.updateProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:16,079 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.deleteProperty(java.lang.String,java.lang.String,java.lang.String) 2019-09-10 16:21:16,080 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.getProperty(java.lang.String,java.lang.String,java.lang.String) 2019-09-10 16:21:16,080 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.getSite(java.lang.String) 2019-09-10 16:21:16,080 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/reload],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.reloadSite(java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:16,081 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.createSite(org.appng.appngizer.model.xml.Site) 2019-09-10 16:21:16,081 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.updateSite(java.lang.String,org.appng.appngizer.model.xml.Site) 2019-09-10 16:21:16,081 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.deleteSite(java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:16,081 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.listSites() 2019-09-10 16:21:16,082 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property || /site/{site}/properties],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2019-09-10 16:21:16,082 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2019-09-10 16:21:16,082 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:16,082 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:16,083 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperty(java.lang.String,java.lang.String) 2019-09-10 16:21:16,083 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2019-09-10 16:21:16,083 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2019-09-10 16:21:16,083 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.getProperty(java.lang.String,java.lang.String) 2019-09-10 16:21:16,084 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.listSubjects() 2019-09-10 16:21:16,084 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.getSubject(java.lang.String) 2019-09-10 16:21:16,084 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.createSubject(org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2019-09-10 16:21:16,084 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.updateSubject(java.lang.String,org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2019-09-10 16:21:16,084 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.deleteSubject(java.lang.String) 2019-09-10 16:21:16,115 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2019-09-10 16:21:16,165 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@5a19393: startup date [Tue Sep 10 16:21:15 CEST 2019]; root of context hierarchy 2019-09-10 16:21:16,186 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@5a19393: startup date [Tue Sep 10 16:21:15 CEST 2019]; root of context hierarchy 2019-09-10 16:21:16,253 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2019-09-10 16:21:16,254 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2019-09-10 16:21:16,259 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 5 ms 2019-09-10 16:21:16,264 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2019-09-10 16:21:16,265 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2019-09-10 16:21:16,265 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2019-09-10 16:21:16,265 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2019-09-10 16:21:16,265 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2019-09-10 16:21:16,265 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2019-09-10 16:21:16,266 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.appngData 2019-09-10 16:21:16,266 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2019-09-10 16:21:16,266 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2019-09-10 16:21:16,266 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2019-09-10 16:21:16,266 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2019-09-10 16:21:16,267 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2019-09-10 16:21:16,267 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2019-09-10 16:21:16,267 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2019-09-10 16:21:16,267 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2019-09-10 16:21:16,267 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2019-09-10 16:21:16,268 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2019-09-10 16:21:16,268 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2019-09-10 16:21:16,268 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2019-09-10 16:21:16,268 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2019-09-10 16:21:16,268 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2019-09-10 16:21:16,269 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2019-09-10 16:21:16,269 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2019-09-10 16:21:16,269 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2019-09-10 16:21:16,269 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2019-09-10 16:21:16,269 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2019-09-10 16:21:16,270 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2019-09-10 16:21:16,270 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2019-09-10 16:21:16,270 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2019-09-10 16:21:16,270 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2019-09-10 16:21:16,270 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2019-09-10 16:21:16,271 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2019-09-10 16:21:16,271 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2019-09-10 16:21:16,271 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2019-09-10 16:21:16,271 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2019-09-10 16:21:16,271 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2019-09-10 16:21:16,272 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2019-09-10 16:21:16,272 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2019-09-10 16:21:16,272 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2019-09-10 16:21:16,272 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2019-09-10 16:21:16,272 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2019-09-10 16:21:16,273 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2019-09-10 16:21:16,273 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2019-09-10 16:21:16,273 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2019-09-10 16:21:16,273 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2019-09-10 16:21:16,273 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2019-09-10 16:21:16,274 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2019-09-10 16:21:16,274 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2019-09-10 16:21:16,274 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2019-09-10 16:21:16,274 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2019-09-10 16:21:16,274 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2019-09-10 16:21:16,291 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository local 2019-09-10 16:21:16,315 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.3' from repository file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/repo/ 2019-09-10 16:21:16,321 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2019-09-10 16:21:16,323 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Application demo-application 2019-09-10 16:21:16,325 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2019-09-10 16:21:16,327 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission debug 2019-09-10 16:21:16,327 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2019-09-10 16:21:16,327 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-format.html 2019-09-10 16:21:16,328 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2019-09-10 16:21:16,328 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-type.webgui 2019-09-10 16:21:16,328 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2019-09-10 16:21:16,328 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission testPermission 2019-09-10 16:21:16,330 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Administrator 2019-09-10 16:21:16,334 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2019-09-10 16:21:16,335 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2019-09-10 16:21:16,336 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2019-09-10 16:21:16,336 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2019-09-10 16:21:16,336 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Debugger 2019-09-10 16:21:16,337 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2019-09-10 16:21:16,338 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2019-09-10 16:21:16,338 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2019-09-10 16:21:16,338 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Tester 2019-09-10 16:21:16,339 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2019-09-10 16:21:16,339 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2019-09-10 16:21:16,341 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.foo 2019-09-10 16:21:16,341 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.bar 2019-09-10 16:21:16,342 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.clobValue 2019-09-10 16:21:16,344 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Administrator 2019-09-10 16:21:16,344 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Debugger 2019-09-10 16:21:16,344 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Tester 2019-09-10 16:21:16,346 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2019-09-10 16:21:16,346 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2019-09-10 16:21:16,347 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2019-09-10 16:21:16,347 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2019-09-10 16:21:16,347 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2019-09-10 16:21:16,347 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2019-09-10 16:21:16,348 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2019-09-10 16:21:16,348 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2019-09-10 16:21:16,348 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2019-09-10 16:21:16,348 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2019-09-10 16:21:16,348 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2019-09-10 16:21:16,355 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2019-09-10 16:21:16,356 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2019-09-10 16:21:16,357 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2019-09-10 16:21:16,358 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2019-09-10 16:21:16,359 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2019-09-10 16:21:16,360 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2019-09-10 16:21:16,381 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Group Admin 2019-09-10 16:21:16,404 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Group Administrator 2019-09-10 16:21:16,416 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2019-09-10 16:21:16,416 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2019-09-10 16:21:16,417 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2019-09-10 16:21:16,421 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Group deleteme 2019-09-10 16:21:16,428 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Group deleteme 2019-09-10 16:21:16,430 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2019-09-10 16:21:16,430 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2019-09-10 16:21:16,432 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 2 ms 2019-09-10 16:21:16,443 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@5a19393: startup date [Tue Sep 10 16:21:15 CEST 2019]; root of context hierarchy 2019-09-10 16:21:16,445 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2019-09-10 16:21:16,445 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.08 s - in org.appng.appngizer.controller.GroupControllerTest [INFO] Running org.appng.appngizer.controller.SiteApplicationControllerTest 2019-09-10 16:21:16,453 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2019-09-10 16:21:16,453 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@4cf11591, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@ad43c8d, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@faec0c7, org.springframework.test.context.support.DirtiesContextTestExecutionListener@30b746ac, org.springframework.test.context.transaction.TransactionalTestExecutionListener@742e80b6, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5fb5faea] 2019-09-10 16:21:16,454 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2019-09-10 16:21:16,531 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@2664a123: startup date [Tue Sep 10 16:21:16 CEST 2019]; root of context hierarchy 2019-09-10 16:21:16,551 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:21:16,579 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2019-09-10 16:21:16,593 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2019-09-10 16:21:16,593 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appng] 2019-09-10 16:21:16,639 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-09-10 16:21:16,643 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:21:16,815 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:21:16,815 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2019-09-10 16:21:16,821 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@2664a123: startup date [Tue Sep 10 16:21:16 CEST 2019]; root of context hierarchy 2019-09-10 16:21:16,822 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2019-09-10 16:21:16,828 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.003s) 2019-09-10 16:21:16,829 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2019-09-10 16:21:16,831 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2019-09-10 16:21:16,833 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2019-09-10 16:21:16,842 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2019-09-10 16:21:16,846 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2019-09-10 16:21:16,849 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2019-09-10 16:21:16,852 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2019-09-10 16:21:16,855 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2019-09-10 16:21:16,857 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2019-09-10 16:21:16,860 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2019-09-10 16:21:16,863 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2019-09-10 16:21:16,865 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2019-09-10 16:21:16,868 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.0.0 - add job execution record 2019-09-10 16:21:16,870 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 11 migrations to schema "PUBLIC" (execution time 00:00.041s). 2019-09-10 16:21:17,040 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2019-09-10 16:21:17,040 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5.0) 2019-09-10 16:21:17,041 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2019-09-10 16:21:17,060 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5.0) 2019-09-10 16:21:17,060 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2019-09-10 16:21:17,087 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2019-09-10 16:21:17,144 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listProperties(java.lang.String) 2019-09-10 16:21:17,145 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteApplication(java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:17,145 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:17,145 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:17,145 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteProperty(java.lang.String,java.lang.String) 2019-09-10 16:21:17,145 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getApplication(java.lang.String) 2019-09-10 16:21:17,146 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateApplication(java.lang.String,org.appng.appngizer.model.xml.Application) throws org.appng.api.BusinessException 2019-09-10 16:21:17,146 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listApplications() 2019-09-10 16:21:17,146 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getProperty(java.lang.String,java.lang.String) 2019-09-10 16:21:17,147 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.info() throws java.lang.Exception 2019-09-10 16:21:17,147 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateRootConnection(org.appng.appngizer.model.xml.Database) throws java.lang.Exception 2019-09-10 16:21:17,147 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnections(java.lang.String) 2019-09-10 16:21:17,147 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnectionForApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:17,148 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnectionforApplication(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Database) 2019-09-10 16:21:17,148 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnection(java.lang.String,java.lang.Integer) 2019-09-10 16:21:17,148 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnection(java.lang.String,java.lang.Integer,org.appng.appngizer.model.xml.Database) 2019-09-10 16:21:17,148 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database/initialize],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.initialize(boolean) throws java.lang.Exception 2019-09-10 16:21:17,149 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.createGroup(org.appng.appngizer.model.xml.Group) 2019-09-10 16:21:17,149 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.getGroup(java.lang.String) 2019-09-10 16:21:17,149 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.listGroups() 2019-09-10 16:21:17,149 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.updateGroup(java.lang.String,org.appng.appngizer.model.xml.Group) 2019-09-10 16:21:17,149 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.deleteGroup(java.lang.String) 2019-09-10 16:21:17,150 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.login(java.lang.String,javax.servlet.http.HttpServletRequest) 2019-09-10 16:21:17,150 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.welcome() 2019-09-10 16:21:17,150 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.listPermissions(java.lang.String) 2019-09-10 16:21:17,151 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.createPermission(java.lang.String,org.appng.appngizer.model.xml.Permission) 2019-09-10 16:21:17,151 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.updatePermission(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Permission) 2019-09-10 16:21:17,151 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.deletePermission(java.lang.String,java.lang.String) 2019-09-10 16:21:17,151 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.getPermission(java.lang.String,java.lang.String) 2019-09-10 16:21:17,152 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.showPlatform() 2019-09-10 16:21:17,152 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/system],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listSystemProperties() 2019-09-10 16:21:17,152 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/environment],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listEnvironment() 2019-09-10 16:21:17,152 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/reload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.reloadPlatform() 2019-09-10 16:21:17,153 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.listProperties() 2019-09-10 16:21:17,153 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.createProperty(org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:17,153 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.updateProperty(org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:17,153 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.deleteProperty(java.lang.String) 2019-09-10 16:21:17,153 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.getProperty(java.lang.String) 2019-09-10 16:21:17,154 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepository(java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:17,154 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackages(java.lang.String,java.lang.String) 2019-09-10 16:21:17,155 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) 2019-09-10 16:21:17,155 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:17,155 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.createRepository(org.appng.appngizer.model.xml.Repository) throws org.appng.api.BusinessException,java.net.URISyntaxException 2019-09-10 16:21:17,155 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.updateRepository(java.lang.String,org.appng.appngizer.model.xml.Repository) throws java.net.URISyntaxException 2019-09-10 16:21:17,155 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/install],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.installPackage(java.lang.String,org.appng.appngizer.model.xml.Package) throws org.appng.api.BusinessException 2019-09-10 16:21:17,156 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/upload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.uploadPackage(java.lang.String,org.springframework.web.multipart.MultipartFile) throws org.appng.api.BusinessException 2019-09-10 16:21:17,156 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepository(java.lang.String) 2019-09-10 16:21:17,156 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.listRepositories() 2019-09-10 16:21:17,157 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.getRole(java.lang.String,java.lang.String) 2019-09-10 16:21:17,157 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.listRoles(java.lang.String) 2019-09-10 16:21:17,157 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.createRole(java.lang.String,org.appng.appngizer.model.xml.Role) 2019-09-10 16:21:17,157 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.updateRole(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Role) 2019-09-10 16:21:17,157 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.deleteRole(java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:17,158 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:17,158 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.listApplications(java.lang.String) 2019-09-10 16:21:17,158 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.grantApplicationForSites(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Grants) 2019-09-10 16:21:17,159 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getGrantsForApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:17,159 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.activateApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:17,159 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.deactivateApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:17,160 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.listProperties(java.lang.String,java.lang.String) 2019-09-10 16:21:17,160 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.createProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:17,160 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.updateProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:17,160 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.deleteProperty(java.lang.String,java.lang.String,java.lang.String) 2019-09-10 16:21:17,160 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.getProperty(java.lang.String,java.lang.String,java.lang.String) 2019-09-10 16:21:17,161 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.getSite(java.lang.String) 2019-09-10 16:21:17,161 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/reload],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.reloadSite(java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:17,161 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.createSite(org.appng.appngizer.model.xml.Site) 2019-09-10 16:21:17,161 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.updateSite(java.lang.String,org.appng.appngizer.model.xml.Site) 2019-09-10 16:21:17,162 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.deleteSite(java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:17,162 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.listSites() 2019-09-10 16:21:17,163 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property || /site/{site}/properties],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2019-09-10 16:21:17,163 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2019-09-10 16:21:17,163 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:17,163 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:17,164 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperty(java.lang.String,java.lang.String) 2019-09-10 16:21:17,164 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2019-09-10 16:21:17,164 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2019-09-10 16:21:17,164 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.getProperty(java.lang.String,java.lang.String) 2019-09-10 16:21:17,165 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.listSubjects() 2019-09-10 16:21:17,165 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.getSubject(java.lang.String) 2019-09-10 16:21:17,165 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.createSubject(org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2019-09-10 16:21:17,165 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.updateSubject(java.lang.String,org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2019-09-10 16:21:17,166 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.deleteSubject(java.lang.String) 2019-09-10 16:21:17,195 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2019-09-10 16:21:17,244 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@2664a123: startup date [Tue Sep 10 16:21:16 CEST 2019]; root of context hierarchy 2019-09-10 16:21:17,261 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@2664a123: startup date [Tue Sep 10 16:21:16 CEST 2019]; root of context hierarchy 2019-09-10 16:21:17,330 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2019-09-10 16:21:17,330 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2019-09-10 16:21:17,337 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 7 ms 2019-09-10 16:21:17,342 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2019-09-10 16:21:17,342 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2019-09-10 16:21:17,342 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2019-09-10 16:21:17,342 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2019-09-10 16:21:17,342 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2019-09-10 16:21:17,343 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2019-09-10 16:21:17,343 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.appngData 2019-09-10 16:21:17,343 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2019-09-10 16:21:17,343 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2019-09-10 16:21:17,343 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2019-09-10 16:21:17,344 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2019-09-10 16:21:17,344 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2019-09-10 16:21:17,344 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2019-09-10 16:21:17,344 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2019-09-10 16:21:17,344 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2019-09-10 16:21:17,345 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2019-09-10 16:21:17,345 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2019-09-10 16:21:17,345 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2019-09-10 16:21:17,345 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2019-09-10 16:21:17,345 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2019-09-10 16:21:17,346 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2019-09-10 16:21:17,346 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2019-09-10 16:21:17,346 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2019-09-10 16:21:17,346 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2019-09-10 16:21:17,346 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2019-09-10 16:21:17,347 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2019-09-10 16:21:17,347 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2019-09-10 16:21:17,347 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2019-09-10 16:21:17,347 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2019-09-10 16:21:17,347 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2019-09-10 16:21:17,347 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2019-09-10 16:21:17,348 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2019-09-10 16:21:17,348 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2019-09-10 16:21:17,348 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2019-09-10 16:21:17,348 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2019-09-10 16:21:17,348 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2019-09-10 16:21:17,349 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2019-09-10 16:21:17,349 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2019-09-10 16:21:17,349 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2019-09-10 16:21:17,349 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2019-09-10 16:21:17,349 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2019-09-10 16:21:17,349 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2019-09-10 16:21:17,350 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2019-09-10 16:21:17,350 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2019-09-10 16:21:17,350 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2019-09-10 16:21:17,350 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2019-09-10 16:21:17,350 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2019-09-10 16:21:17,351 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2019-09-10 16:21:17,351 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2019-09-10 16:21:17,351 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2019-09-10 16:21:17,351 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2019-09-10 16:21:17,367 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository local 2019-09-10 16:21:17,391 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.3' from repository file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/repo/ 2019-09-10 16:21:17,397 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2019-09-10 16:21:17,400 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Application demo-application 2019-09-10 16:21:17,401 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2019-09-10 16:21:17,403 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission debug 2019-09-10 16:21:17,404 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2019-09-10 16:21:17,404 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-format.html 2019-09-10 16:21:17,404 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2019-09-10 16:21:17,404 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-type.webgui 2019-09-10 16:21:17,404 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2019-09-10 16:21:17,405 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission testPermission 2019-09-10 16:21:17,407 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Administrator 2019-09-10 16:21:17,411 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2019-09-10 16:21:17,412 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2019-09-10 16:21:17,413 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2019-09-10 16:21:17,413 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2019-09-10 16:21:17,413 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Debugger 2019-09-10 16:21:17,414 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2019-09-10 16:21:17,415 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2019-09-10 16:21:17,415 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2019-09-10 16:21:17,415 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Tester 2019-09-10 16:21:17,416 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2019-09-10 16:21:17,416 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2019-09-10 16:21:17,418 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.foo 2019-09-10 16:21:17,418 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.bar 2019-09-10 16:21:17,419 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.clobValue 2019-09-10 16:21:17,421 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Administrator 2019-09-10 16:21:17,421 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Debugger 2019-09-10 16:21:17,421 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Tester 2019-09-10 16:21:17,424 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2019-09-10 16:21:17,425 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2019-09-10 16:21:17,425 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2019-09-10 16:21:17,425 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2019-09-10 16:21:17,425 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2019-09-10 16:21:17,426 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2019-09-10 16:21:17,426 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2019-09-10 16:21:17,426 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2019-09-10 16:21:17,426 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2019-09-10 16:21:17,426 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2019-09-10 16:21:17,426 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2019-09-10 16:21:17,434 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2019-09-10 16:21:17,434 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2019-09-10 16:21:17,435 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2019-09-10 16:21:17,437 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2019-09-10 16:21:17,437 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2019-09-10 16:21:17,439 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2019-09-10 16:21:17,462 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.template 2019-09-10 16:21:17,463 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.DatasourceConfigurer 2019-09-10 16:21:17,463 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.wwwDir 2019-09-10 16:21:17,463 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.tagPrefix 2019-09-10 16:21:17,463 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapIdAttribute 2019-09-10 16:21:17,463 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLoginPage 2019-09-10 16:21:17,464 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapUser 2019-09-10 16:21:17,464 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.serviceOutputType 2019-09-10 16:21:17,464 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.encoding 2019-09-10 16:21:17,464 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexDir 2019-09-10 16:21:17,464 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultApplication 2019-09-10 16:21:17,464 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailHost 2019-09-10 16:21:17,465 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLoginRef 2019-09-10 16:21:17,465 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.serviceOutputFormat 2019-09-10 16:21:17,465 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheBlockingTimeout 2019-09-10 16:21:17,465 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexFileTypes 2019-09-10 16:21:17,465 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authApplication 2019-09-10 16:21:17,465 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultPage 2019-09-10 16:21:17,466 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapGroupBaseDn 2019-09-10 16:21:17,466 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapStartTls 2019-09-10 16:21:17,466 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheClearOnShutdown 2019-09-10 16:21:17,466 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.appendTabId 2019-09-10 16:21:17,466 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectedMethods 2019-09-10 16:21:17,466 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapDomain 2019-09-10 16:21:17,467 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.searchChunkSize 2019-09-10 16:21:17,467 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.rewriteConfig 2019-09-10 16:21:17,467 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexTimeout 2019-09-10 16:21:17,467 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.xssExceptions 2019-09-10 16:21:17,467 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.service-path 2019-09-10 16:21:17,468 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.supportReloadFile 2019-09-10 16:21:17,468 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutActionValue 2019-09-10 16:21:17,468 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheEnabled 2019-09-10 16:21:17,468 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutActionName 2019-09-10 16:21:17,468 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutPage 2019-09-10 16:21:17,468 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.siteRootDir 2019-09-10 16:21:17,469 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheStatistics 2019-09-10 16:21:17,469 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexFileSystemQueueSize 2019-09-10 16:21:17,469 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.name 2019-09-10 16:21:17,469 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.allowSkipRender 2019-09-10 16:21:17,469 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.errorPage 2019-09-10 16:21:17,469 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectionEnabled 2019-09-10 16:21:17,470 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.supportedLanguages 2019-09-10 16:21:17,470 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.assetsDir 2019-09-10 16:21:17,470 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.errorPages 2019-09-10 16:21:17,470 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheExceptions 2019-09-10 16:21:17,470 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutRef 2019-09-10 16:21:17,470 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.locale 2019-09-10 16:21:17,471 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailDisabled 2019-09-10 16:21:17,471 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.timeZone 2019-09-10 16:21:17,471 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectedPaths 2019-09-10 16:21:17,471 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapUserBaseDn 2019-09-10 16:21:17,471 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.enforcePrimaryDomain 2019-09-10 16:21:17,472 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapPassword 2019-09-10 16:21:17,472 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexConfig 2019-09-10 16:21:17,472 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultPageSize 2019-09-10 16:21:17,472 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.documentDir 2019-09-10 16:21:17,472 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapPrincipalScheme 2019-09-10 16:21:17,472 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.searchMaxHits 2019-09-10 16:21:17,473 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexQueueSize 2019-09-10 16:21:17,473 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailPort 2019-09-10 16:21:17,473 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.host 2019-09-10 16:21:17,473 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapHost 2019-09-10 16:21:17,473 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.manager-path 2019-09-10 16:21:17,476 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Site localhost 2019-09-10 16:21:17,509 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapPrincipalScheme 2019-09-10 16:21:17,509 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.encoding 2019-09-10 16:21:17,510 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.supportReloadFile 2019-09-10 16:21:17,510 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.allowSkipRender 2019-09-10 16:21:17,510 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.documentDir 2019-09-10 16:21:17,510 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.csrfProtectedPaths 2019-09-10 16:21:17,510 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.wwwDir 2019-09-10 16:21:17,511 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.authLogoutActionName 2019-09-10 16:21:17,511 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapStartTls 2019-09-10 16:21:17,511 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.name 2019-09-10 16:21:17,511 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.serviceOutputFormat 2019-09-10 16:21:17,511 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapUser 2019-09-10 16:21:17,511 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.indexConfig 2019-09-10 16:21:17,512 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.siteRootDir 2019-09-10 16:21:17,512 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapDomain 2019-09-10 16:21:17,512 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.authLoginPage 2019-09-10 16:21:17,512 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ehcacheStatistics 2019-09-10 16:21:17,512 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.mailPort 2019-09-10 16:21:17,512 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.appendTabId 2019-09-10 16:21:17,513 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.service-path 2019-09-10 16:21:17,513 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.template 2019-09-10 16:21:17,513 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.tagPrefix 2019-09-10 16:21:17,513 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ehcacheEnabled 2019-09-10 16:21:17,513 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.authLogoutPage 2019-09-10 16:21:17,513 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.timeZone 2019-09-10 16:21:17,513 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapIdAttribute 2019-09-10 16:21:17,514 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.searchMaxHits 2019-09-10 16:21:17,514 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.host 2019-09-10 16:21:17,514 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.indexFileTypes 2019-09-10 16:21:17,514 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.supportedLanguages 2019-09-10 16:21:17,514 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.locale 2019-09-10 16:21:17,514 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.DatasourceConfigurer 2019-09-10 16:21:17,515 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.indexTimeout 2019-09-10 16:21:17,515 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.rewriteConfig 2019-09-10 16:21:17,515 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.authLogoutActionValue 2019-09-10 16:21:17,515 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.mailHost 2019-09-10 16:21:17,515 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.authLoginRef 2019-09-10 16:21:17,515 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.searchChunkSize 2019-09-10 16:21:17,516 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.defaultPage 2019-09-10 16:21:17,516 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.csrfProtectedMethods 2019-09-10 16:21:17,516 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.indexFileSystemQueueSize 2019-09-10 16:21:17,516 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapPassword 2019-09-10 16:21:17,516 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapHost 2019-09-10 16:21:17,516 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapGroupBaseDn 2019-09-10 16:21:17,517 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.defaultPageSize 2019-09-10 16:21:17,517 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.csrfProtectionEnabled 2019-09-10 16:21:17,517 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.authLogoutRef 2019-09-10 16:21:17,517 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ehcacheClearOnShutdown 2019-09-10 16:21:17,517 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.defaultApplication 2019-09-10 16:21:17,517 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.mailDisabled 2019-09-10 16:21:17,517 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.assetsDir 2019-09-10 16:21:17,518 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapUserBaseDn 2019-09-10 16:21:17,518 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.xssExceptions 2019-09-10 16:21:17,518 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.authApplication 2019-09-10 16:21:17,518 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ehcacheExceptions 2019-09-10 16:21:17,518 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.errorPage 2019-09-10 16:21:17,518 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.manager-path 2019-09-10 16:21:17,519 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ehcacheBlockingTimeout 2019-09-10 16:21:17,519 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.indexDir 2019-09-10 16:21:17,519 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.enforcePrimaryDomain 2019-09-10 16:21:17,519 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.indexQueueSize 2019-09-10 16:21:17,519 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.errorPages 2019-09-10 16:21:17,519 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.serviceOutputType 2019-09-10 16:21:17,519 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Site anotherSite 2019-09-10 16:21:17,563 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/webapps/ROOT/WEB-INF/cache/platform/localhost/demo-application 2019-09-10 16:21:17,563 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/webapps/ROOT/WEB-INF/cache/application/localhost/demo-application 2019-09-10 16:21:17,566 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNGizer Assigned application demo-application to site localhost 2019-09-10 16:21:17,568 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.application.demo-application.bar 2019-09-10 16:21:17,569 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.application.demo-application.foo 2019-09-10 16:21:17,569 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.application.demo-application.clobValue 2019-09-10 16:21:17,691 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Property platform.site.localhost.application.demo-application.bar 2019-09-10 16:21:17,733 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.application.demo-application.myNewProp 2019-09-10 16:21:17,766 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.localhost.application.demo-application.myNewProp 2019-09-10 16:21:17,781 INFO [main] org.appng.core.service.CoreService: unlinking application demo-application from site localhost, status of database-connection is NO_DB_SUPPORTED 2019-09-10 16:21:17,781 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNGizer Removed application demo-application from site localhost 2019-09-10 16:21:17,782 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.localhost.application.demo-application.bar 2019-09-10 16:21:17,783 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.localhost.application.demo-application.clobValue 2019-09-10 16:21:17,783 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.localhost.application.demo-application.foo 2019-09-10 16:21:17,790 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@2664a123: startup date [Tue Sep 10 16:21:16 CEST 2019]; root of context hierarchy 2019-09-10 16:21:17,792 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2019-09-10 16:21:17,792 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.344 s - in org.appng.appngizer.controller.SiteApplicationControllerTest [INFO] Running org.appng.appngizer.controller.DatabaseControllerTest 2019-09-10 16:21:17,801 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2019-09-10 16:21:17,801 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@68602c26, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@46f72643, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@57f4c546, org.springframework.test.context.support.DirtiesContextTestExecutionListener@72e2842f, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1b0a8749, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@64b07f55] 2019-09-10 16:21:17,802 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2019-09-10 16:21:17,859 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@151f5870: startup date [Tue Sep 10 16:21:17 CEST 2019]; root of context hierarchy 2019-09-10 16:21:17,879 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:21:17,908 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2019-09-10 16:21:17,923 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2019-09-10 16:21:17,923 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appng] 2019-09-10 16:21:17,970 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-09-10 16:21:17,975 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:21:18,161 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:21:18,161 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2019-09-10 16:21:18,167 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@151f5870: startup date [Tue Sep 10 16:21:17 CEST 2019]; root of context hierarchy 2019-09-10 16:21:18,169 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2019-09-10 16:21:18,174 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.003s) 2019-09-10 16:21:18,175 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2019-09-10 16:21:18,178 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2019-09-10 16:21:18,180 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2019-09-10 16:21:18,188 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2019-09-10 16:21:18,192 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2019-09-10 16:21:18,195 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2019-09-10 16:21:18,197 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2019-09-10 16:21:18,200 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2019-09-10 16:21:18,202 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2019-09-10 16:21:18,204 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2019-09-10 16:21:18,207 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2019-09-10 16:21:18,209 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2019-09-10 16:21:18,212 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.0.0 - add job execution record 2019-09-10 16:21:18,214 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 11 migrations to schema "PUBLIC" (execution time 00:00.039s). 2019-09-10 16:21:18,383 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2019-09-10 16:21:18,383 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5.0) 2019-09-10 16:21:18,384 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2019-09-10 16:21:18,401 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5.0) 2019-09-10 16:21:18,401 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2019-09-10 16:21:18,425 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2019-09-10 16:21:18,447 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listProperties(java.lang.String) 2019-09-10 16:21:18,447 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteApplication(java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:18,448 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:18,448 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:18,448 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteProperty(java.lang.String,java.lang.String) 2019-09-10 16:21:18,448 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getApplication(java.lang.String) 2019-09-10 16:21:18,448 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateApplication(java.lang.String,org.appng.appngizer.model.xml.Application) throws org.appng.api.BusinessException 2019-09-10 16:21:18,449 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listApplications() 2019-09-10 16:21:18,449 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getProperty(java.lang.String,java.lang.String) 2019-09-10 16:21:18,450 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.info() throws java.lang.Exception 2019-09-10 16:21:18,450 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateRootConnection(org.appng.appngizer.model.xml.Database) throws java.lang.Exception 2019-09-10 16:21:18,450 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnections(java.lang.String) 2019-09-10 16:21:18,450 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnectionForApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:18,450 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnectionforApplication(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Database) 2019-09-10 16:21:18,450 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnection(java.lang.String,java.lang.Integer) 2019-09-10 16:21:18,451 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnection(java.lang.String,java.lang.Integer,org.appng.appngizer.model.xml.Database) 2019-09-10 16:21:18,451 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database/initialize],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.initialize(boolean) throws java.lang.Exception 2019-09-10 16:21:18,451 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.createGroup(org.appng.appngizer.model.xml.Group) 2019-09-10 16:21:18,452 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.getGroup(java.lang.String) 2019-09-10 16:21:18,452 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.listGroups() 2019-09-10 16:21:18,452 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.updateGroup(java.lang.String,org.appng.appngizer.model.xml.Group) 2019-09-10 16:21:18,452 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.deleteGroup(java.lang.String) 2019-09-10 16:21:18,453 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.login(java.lang.String,javax.servlet.http.HttpServletRequest) 2019-09-10 16:21:18,453 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.welcome() 2019-09-10 16:21:18,453 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.listPermissions(java.lang.String) 2019-09-10 16:21:18,453 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.createPermission(java.lang.String,org.appng.appngizer.model.xml.Permission) 2019-09-10 16:21:18,454 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.updatePermission(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Permission) 2019-09-10 16:21:18,454 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.deletePermission(java.lang.String,java.lang.String) 2019-09-10 16:21:18,454 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.getPermission(java.lang.String,java.lang.String) 2019-09-10 16:21:18,454 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.showPlatform() 2019-09-10 16:21:18,455 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/system],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listSystemProperties() 2019-09-10 16:21:18,455 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/environment],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listEnvironment() 2019-09-10 16:21:18,455 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/reload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.reloadPlatform() 2019-09-10 16:21:18,456 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.listProperties() 2019-09-10 16:21:18,456 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.createProperty(org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:18,456 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.updateProperty(org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:18,456 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.deleteProperty(java.lang.String) 2019-09-10 16:21:18,456 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.getProperty(java.lang.String) 2019-09-10 16:21:18,457 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepository(java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:18,457 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackages(java.lang.String,java.lang.String) 2019-09-10 16:21:18,458 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) 2019-09-10 16:21:18,458 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:18,458 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.createRepository(org.appng.appngizer.model.xml.Repository) throws org.appng.api.BusinessException,java.net.URISyntaxException 2019-09-10 16:21:18,458 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.updateRepository(java.lang.String,org.appng.appngizer.model.xml.Repository) throws java.net.URISyntaxException 2019-09-10 16:21:18,458 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/install],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.installPackage(java.lang.String,org.appng.appngizer.model.xml.Package) throws org.appng.api.BusinessException 2019-09-10 16:21:18,458 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/upload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.uploadPackage(java.lang.String,org.springframework.web.multipart.MultipartFile) throws org.appng.api.BusinessException 2019-09-10 16:21:18,459 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepository(java.lang.String) 2019-09-10 16:21:18,459 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.listRepositories() 2019-09-10 16:21:18,459 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.getRole(java.lang.String,java.lang.String) 2019-09-10 16:21:18,460 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.listRoles(java.lang.String) 2019-09-10 16:21:18,460 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.createRole(java.lang.String,org.appng.appngizer.model.xml.Role) 2019-09-10 16:21:18,460 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.updateRole(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Role) 2019-09-10 16:21:18,460 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.deleteRole(java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:18,461 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:18,461 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.listApplications(java.lang.String) 2019-09-10 16:21:18,461 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.grantApplicationForSites(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Grants) 2019-09-10 16:21:18,461 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getGrantsForApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:18,461 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.activateApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:18,462 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.deactivateApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:18,462 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.listProperties(java.lang.String,java.lang.String) 2019-09-10 16:21:18,462 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.createProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:18,463 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.updateProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:18,463 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.deleteProperty(java.lang.String,java.lang.String,java.lang.String) 2019-09-10 16:21:18,463 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.getProperty(java.lang.String,java.lang.String,java.lang.String) 2019-09-10 16:21:18,464 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.getSite(java.lang.String) 2019-09-10 16:21:18,464 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/reload],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.reloadSite(java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:18,464 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.createSite(org.appng.appngizer.model.xml.Site) 2019-09-10 16:21:18,464 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.updateSite(java.lang.String,org.appng.appngizer.model.xml.Site) 2019-09-10 16:21:18,464 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.deleteSite(java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:18,465 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.listSites() 2019-09-10 16:21:18,466 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property || /site/{site}/properties],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2019-09-10 16:21:18,466 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2019-09-10 16:21:18,466 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:18,466 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:18,466 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperty(java.lang.String,java.lang.String) 2019-09-10 16:21:18,467 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2019-09-10 16:21:18,467 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2019-09-10 16:21:18,467 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.getProperty(java.lang.String,java.lang.String) 2019-09-10 16:21:18,468 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.listSubjects() 2019-09-10 16:21:18,468 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.getSubject(java.lang.String) 2019-09-10 16:21:18,468 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.createSubject(org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2019-09-10 16:21:18,468 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.updateSubject(java.lang.String,org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2019-09-10 16:21:18,468 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.deleteSubject(java.lang.String) 2019-09-10 16:21:18,497 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2019-09-10 16:21:18,547 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@151f5870: startup date [Tue Sep 10 16:21:17 CEST 2019]; root of context hierarchy 2019-09-10 16:21:18,564 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@151f5870: startup date [Tue Sep 10 16:21:17 CEST 2019]; root of context hierarchy 2019-09-10 16:21:18,631 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2019-09-10 16:21:18,631 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2019-09-10 16:21:18,639 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 8 ms 2019-09-10 16:21:18,646 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2019-09-10 16:21:18,646 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2019-09-10 16:21:18,646 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2019-09-10 16:21:18,646 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2019-09-10 16:21:18,647 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2019-09-10 16:21:18,647 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2019-09-10 16:21:18,647 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.appngData 2019-09-10 16:21:18,647 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2019-09-10 16:21:18,647 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2019-09-10 16:21:18,648 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2019-09-10 16:21:18,648 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2019-09-10 16:21:18,648 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2019-09-10 16:21:18,648 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2019-09-10 16:21:18,649 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2019-09-10 16:21:18,649 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2019-09-10 16:21:18,649 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2019-09-10 16:21:18,649 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2019-09-10 16:21:18,649 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2019-09-10 16:21:18,650 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2019-09-10 16:21:18,650 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2019-09-10 16:21:18,650 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2019-09-10 16:21:18,650 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2019-09-10 16:21:18,650 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2019-09-10 16:21:18,651 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2019-09-10 16:21:18,651 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2019-09-10 16:21:18,651 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2019-09-10 16:21:18,651 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2019-09-10 16:21:18,651 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2019-09-10 16:21:18,652 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2019-09-10 16:21:18,652 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2019-09-10 16:21:18,652 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2019-09-10 16:21:18,652 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2019-09-10 16:21:18,652 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2019-09-10 16:21:18,653 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2019-09-10 16:21:18,653 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2019-09-10 16:21:18,653 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2019-09-10 16:21:18,653 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2019-09-10 16:21:18,654 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2019-09-10 16:21:18,654 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2019-09-10 16:21:18,654 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2019-09-10 16:21:18,654 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2019-09-10 16:21:18,654 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2019-09-10 16:21:18,654 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2019-09-10 16:21:18,655 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2019-09-10 16:21:18,655 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2019-09-10 16:21:18,655 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2019-09-10 16:21:18,655 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2019-09-10 16:21:18,656 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2019-09-10 16:21:18,656 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2019-09-10 16:21:18,656 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2019-09-10 16:21:18,656 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2019-09-10 16:21:18,671 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2019-09-10 16:21:18,672 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5.0) 2019-09-10 16:21:18,672 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2019-09-10 16:21:18,692 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5.0) 2019-09-10 16:21:18,692 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2019-09-10 16:21:18,710 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.004s) 2019-09-10 16:21:18,712 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": 4.0.0 2019-09-10 16:21:18,712 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Schema "PUBLIC" is up to date. No migration necessary. 2019-09-10 16:21:18,735 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer DatabaseConnection appNG HSQL 2019-09-10 16:21:18,738 INFO [main] org.appng.core.service.DatabaseService: HSQL jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5.0) is active. 2019-09-10 16:21:18,739 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer DatabaseConnection appNG MYSQL 2019-09-10 16:21:18,740 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.mysql.jdbc.Driver could not be loaded. 2019-09-10 16:21:18,740 WARN [main] org.appng.core.domain.DatabaseConnection: error while connecting to jdbc:mysql://localhost:3306/appNG MYSQL (org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost:3306/appNG MYSQL) 2019-09-10 16:21:18,740 INFO [main] org.appng.core.service.DatabaseService: MYSQL jdbc:mysql://localhost:3306/appNG MYSQL is not working and will be deactivated. 2019-09-10 16:21:18,741 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer DatabaseConnection appNG MSSQL 2019-09-10 16:21:18,742 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.microsoft.sqlserver.jdbc.SQLServerDriver could not be loaded. 2019-09-10 16:21:18,742 WARN [main] org.appng.core.domain.DatabaseConnection: error while connecting to jdbc:sqlserver://localhost:1433;databaseName=appNG MSSQL (org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is java.sql.SQLException: No suitable driver found for jdbc:sqlserver://localhost:1433;databaseName=appNG MSSQL) 2019-09-10 16:21:18,743 INFO [main] org.appng.core.service.DatabaseService: MSSQL jdbc:sqlserver://localhost:1433;databaseName=appNG MSSQL is not working and will be deactivated. 2019-09-10 16:21:19,596 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2019-09-10 16:21:19,596 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2019-09-10 16:21:19,597 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2019-09-10 16:21:19,598 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2019-09-10 16:21:19,599 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5.0) 2019-09-10 16:21:19,599 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2019-09-10 16:21:19,622 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5.0) 2019-09-10 16:21:19,622 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2019-09-10 16:21:19,639 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.004s) 2019-09-10 16:21:19,641 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": 4.0.0 2019-09-10 16:21:19,641 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Schema "PUBLIC" is up to date. No migration necessary. 2019-09-10 16:21:19,643 INFO [main] org.appng.core.service.DatabaseService: HSQL jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5.0) is active. 2019-09-10 16:21:19,644 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.mysql.jdbc.Driver could not be loaded. 2019-09-10 16:21:19,645 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.microsoft.sqlserver.jdbc.SQLServerDriver could not be loaded. 2019-09-10 16:21:20,458 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2019-09-10 16:21:20,458 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2019-09-10 16:21:20,460 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 2 ms 2019-09-10 16:21:20,463 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5.0) 2019-09-10 16:21:20,463 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2019-09-10 16:21:21,319 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2019-09-10 16:21:21,319 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2019-09-10 16:21:21,320 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 0 ms 2019-09-10 16:21:21,325 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5.0) 2019-09-10 16:21:21,325 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2019-09-10 16:21:22,161 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@151f5870: startup date [Tue Sep 10 16:21:17 CEST 2019]; root of context hierarchy 2019-09-10 16:21:22,163 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2019-09-10 16:21:22,163 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.368 s - in org.appng.appngizer.controller.DatabaseControllerTest [INFO] Running org.appng.appngizer.controller.SiteControllerTest 2019-09-10 16:21:22,171 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2019-09-10 16:21:22,171 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@273bcc81, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@764cc1fb, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6a9486d7, org.springframework.test.context.support.DirtiesContextTestExecutionListener@a515665, org.springframework.test.context.transaction.TransactionalTestExecutionListener@73f7dc6a, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@632488f6] 2019-09-10 16:21:22,172 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2019-09-10 16:21:22,229 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@2dc8087b: startup date [Tue Sep 10 16:21:22 CEST 2019]; root of context hierarchy 2019-09-10 16:21:22,248 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:21:22,279 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2019-09-10 16:21:22,293 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2019-09-10 16:21:22,294 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appng] 2019-09-10 16:21:22,340 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-09-10 16:21:22,346 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:21:22,526 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:21:22,526 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2019-09-10 16:21:22,531 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@2dc8087b: startup date [Tue Sep 10 16:21:22 CEST 2019]; root of context hierarchy 2019-09-10 16:21:22,533 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2019-09-10 16:21:22,538 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.002s) 2019-09-10 16:21:22,539 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2019-09-10 16:21:22,542 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2019-09-10 16:21:22,543 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2019-09-10 16:21:22,551 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2019-09-10 16:21:22,556 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2019-09-10 16:21:22,560 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2019-09-10 16:21:22,564 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2019-09-10 16:21:22,567 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2019-09-10 16:21:22,570 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2019-09-10 16:21:22,573 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2019-09-10 16:21:22,575 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2019-09-10 16:21:22,578 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2019-09-10 16:21:22,580 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.0.0 - add job execution record 2019-09-10 16:21:22,582 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 11 migrations to schema "PUBLIC" (execution time 00:00.043s). 2019-09-10 16:21:22,750 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2019-09-10 16:21:22,751 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5.0) 2019-09-10 16:21:22,751 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2019-09-10 16:21:22,769 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5.0) 2019-09-10 16:21:22,769 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2019-09-10 16:21:22,793 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2019-09-10 16:21:22,859 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listProperties(java.lang.String) 2019-09-10 16:21:22,859 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteApplication(java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:22,859 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:22,860 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:22,860 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteProperty(java.lang.String,java.lang.String) 2019-09-10 16:21:22,860 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getApplication(java.lang.String) 2019-09-10 16:21:22,860 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateApplication(java.lang.String,org.appng.appngizer.model.xml.Application) throws org.appng.api.BusinessException 2019-09-10 16:21:22,860 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listApplications() 2019-09-10 16:21:22,861 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getProperty(java.lang.String,java.lang.String) 2019-09-10 16:21:22,861 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.info() throws java.lang.Exception 2019-09-10 16:21:22,862 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateRootConnection(org.appng.appngizer.model.xml.Database) throws java.lang.Exception 2019-09-10 16:21:22,862 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnections(java.lang.String) 2019-09-10 16:21:22,862 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnectionForApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:22,862 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnectionforApplication(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Database) 2019-09-10 16:21:22,862 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnection(java.lang.String,java.lang.Integer) 2019-09-10 16:21:22,862 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnection(java.lang.String,java.lang.Integer,org.appng.appngizer.model.xml.Database) 2019-09-10 16:21:22,863 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database/initialize],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.initialize(boolean) throws java.lang.Exception 2019-09-10 16:21:22,863 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.createGroup(org.appng.appngizer.model.xml.Group) 2019-09-10 16:21:22,863 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.getGroup(java.lang.String) 2019-09-10 16:21:22,864 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.listGroups() 2019-09-10 16:21:22,864 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.updateGroup(java.lang.String,org.appng.appngizer.model.xml.Group) 2019-09-10 16:21:22,864 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.deleteGroup(java.lang.String) 2019-09-10 16:21:22,864 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.login(java.lang.String,javax.servlet.http.HttpServletRequest) 2019-09-10 16:21:22,864 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.welcome() 2019-09-10 16:21:22,865 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.listPermissions(java.lang.String) 2019-09-10 16:21:22,865 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.createPermission(java.lang.String,org.appng.appngizer.model.xml.Permission) 2019-09-10 16:21:22,865 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.updatePermission(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Permission) 2019-09-10 16:21:22,865 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.deletePermission(java.lang.String,java.lang.String) 2019-09-10 16:21:22,866 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.getPermission(java.lang.String,java.lang.String) 2019-09-10 16:21:22,866 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.showPlatform() 2019-09-10 16:21:22,866 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/system],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listSystemProperties() 2019-09-10 16:21:22,866 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/environment],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listEnvironment() 2019-09-10 16:21:22,867 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/reload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.reloadPlatform() 2019-09-10 16:21:22,867 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.listProperties() 2019-09-10 16:21:22,867 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.createProperty(org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:22,868 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.updateProperty(org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:22,868 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.deleteProperty(java.lang.String) 2019-09-10 16:21:22,868 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.getProperty(java.lang.String) 2019-09-10 16:21:22,869 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepository(java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:22,869 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackages(java.lang.String,java.lang.String) 2019-09-10 16:21:22,869 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) 2019-09-10 16:21:22,869 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:22,869 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.createRepository(org.appng.appngizer.model.xml.Repository) throws org.appng.api.BusinessException,java.net.URISyntaxException 2019-09-10 16:21:22,870 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.updateRepository(java.lang.String,org.appng.appngizer.model.xml.Repository) throws java.net.URISyntaxException 2019-09-10 16:21:22,870 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/install],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.installPackage(java.lang.String,org.appng.appngizer.model.xml.Package) throws org.appng.api.BusinessException 2019-09-10 16:21:22,870 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/upload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.uploadPackage(java.lang.String,org.springframework.web.multipart.MultipartFile) throws org.appng.api.BusinessException 2019-09-10 16:21:22,870 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepository(java.lang.String) 2019-09-10 16:21:22,870 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.listRepositories() 2019-09-10 16:21:22,871 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.getRole(java.lang.String,java.lang.String) 2019-09-10 16:21:22,871 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.listRoles(java.lang.String) 2019-09-10 16:21:22,871 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.createRole(java.lang.String,org.appng.appngizer.model.xml.Role) 2019-09-10 16:21:22,871 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.updateRole(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Role) 2019-09-10 16:21:22,872 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.deleteRole(java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:22,872 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:22,872 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.listApplications(java.lang.String) 2019-09-10 16:21:22,872 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.grantApplicationForSites(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Grants) 2019-09-10 16:21:22,873 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getGrantsForApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:22,873 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.activateApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:22,873 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.deactivateApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:22,874 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.listProperties(java.lang.String,java.lang.String) 2019-09-10 16:21:22,874 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.createProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:22,874 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.updateProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:22,874 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.deleteProperty(java.lang.String,java.lang.String,java.lang.String) 2019-09-10 16:21:22,874 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.getProperty(java.lang.String,java.lang.String,java.lang.String) 2019-09-10 16:21:22,875 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.getSite(java.lang.String) 2019-09-10 16:21:22,875 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/reload],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.reloadSite(java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:22,876 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.createSite(org.appng.appngizer.model.xml.Site) 2019-09-10 16:21:22,876 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.updateSite(java.lang.String,org.appng.appngizer.model.xml.Site) 2019-09-10 16:21:22,876 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.deleteSite(java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:22,876 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.listSites() 2019-09-10 16:21:22,877 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property || /site/{site}/properties],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2019-09-10 16:21:22,877 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2019-09-10 16:21:22,877 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:22,877 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:22,878 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperty(java.lang.String,java.lang.String) 2019-09-10 16:21:22,878 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2019-09-10 16:21:22,878 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2019-09-10 16:21:22,878 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.getProperty(java.lang.String,java.lang.String) 2019-09-10 16:21:22,879 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.listSubjects() 2019-09-10 16:21:22,879 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.getSubject(java.lang.String) 2019-09-10 16:21:22,880 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.createSubject(org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2019-09-10 16:21:22,880 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.updateSubject(java.lang.String,org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2019-09-10 16:21:22,880 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.deleteSubject(java.lang.String) 2019-09-10 16:21:22,909 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2019-09-10 16:21:22,959 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@2dc8087b: startup date [Tue Sep 10 16:21:22 CEST 2019]; root of context hierarchy 2019-09-10 16:21:22,978 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@2dc8087b: startup date [Tue Sep 10 16:21:22 CEST 2019]; root of context hierarchy 2019-09-10 16:21:23,045 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2019-09-10 16:21:23,045 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2019-09-10 16:21:23,051 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 6 ms 2019-09-10 16:21:23,056 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2019-09-10 16:21:23,056 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2019-09-10 16:21:23,057 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2019-09-10 16:21:23,057 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2019-09-10 16:21:23,057 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2019-09-10 16:21:23,057 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2019-09-10 16:21:23,057 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.appngData 2019-09-10 16:21:23,057 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2019-09-10 16:21:23,057 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2019-09-10 16:21:23,058 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2019-09-10 16:21:23,058 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2019-09-10 16:21:23,058 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2019-09-10 16:21:23,058 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2019-09-10 16:21:23,058 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2019-09-10 16:21:23,058 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2019-09-10 16:21:23,059 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2019-09-10 16:21:23,059 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2019-09-10 16:21:23,059 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2019-09-10 16:21:23,059 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2019-09-10 16:21:23,059 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2019-09-10 16:21:23,059 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2019-09-10 16:21:23,060 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2019-09-10 16:21:23,060 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2019-09-10 16:21:23,060 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2019-09-10 16:21:23,060 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2019-09-10 16:21:23,060 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2019-09-10 16:21:23,060 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2019-09-10 16:21:23,060 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2019-09-10 16:21:23,061 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2019-09-10 16:21:23,061 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2019-09-10 16:21:23,061 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2019-09-10 16:21:23,061 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2019-09-10 16:21:23,061 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2019-09-10 16:21:23,061 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2019-09-10 16:21:23,062 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2019-09-10 16:21:23,062 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2019-09-10 16:21:23,062 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2019-09-10 16:21:23,062 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2019-09-10 16:21:23,062 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2019-09-10 16:21:23,062 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2019-09-10 16:21:23,062 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2019-09-10 16:21:23,063 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2019-09-10 16:21:23,063 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2019-09-10 16:21:23,063 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2019-09-10 16:21:23,063 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2019-09-10 16:21:23,063 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2019-09-10 16:21:23,063 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2019-09-10 16:21:23,064 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2019-09-10 16:21:23,064 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2019-09-10 16:21:23,064 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2019-09-10 16:21:23,064 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2019-09-10 16:21:23,080 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.template 2019-09-10 16:21:23,081 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.DatasourceConfigurer 2019-09-10 16:21:23,081 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.wwwDir 2019-09-10 16:21:23,081 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.tagPrefix 2019-09-10 16:21:23,081 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapIdAttribute 2019-09-10 16:21:23,081 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLoginPage 2019-09-10 16:21:23,081 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapUser 2019-09-10 16:21:23,081 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.serviceOutputType 2019-09-10 16:21:23,082 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.encoding 2019-09-10 16:21:23,082 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexDir 2019-09-10 16:21:23,082 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultApplication 2019-09-10 16:21:23,082 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailHost 2019-09-10 16:21:23,082 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLoginRef 2019-09-10 16:21:23,082 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.serviceOutputFormat 2019-09-10 16:21:23,082 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheBlockingTimeout 2019-09-10 16:21:23,083 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexFileTypes 2019-09-10 16:21:23,083 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authApplication 2019-09-10 16:21:23,083 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultPage 2019-09-10 16:21:23,083 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapGroupBaseDn 2019-09-10 16:21:23,083 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapStartTls 2019-09-10 16:21:23,083 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheClearOnShutdown 2019-09-10 16:21:23,084 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.appendTabId 2019-09-10 16:21:23,084 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectedMethods 2019-09-10 16:21:23,084 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapDomain 2019-09-10 16:21:23,084 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.searchChunkSize 2019-09-10 16:21:23,084 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.rewriteConfig 2019-09-10 16:21:23,084 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexTimeout 2019-09-10 16:21:23,085 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.xssExceptions 2019-09-10 16:21:23,085 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.service-path 2019-09-10 16:21:23,085 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.supportReloadFile 2019-09-10 16:21:23,085 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutActionValue 2019-09-10 16:21:23,085 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheEnabled 2019-09-10 16:21:23,085 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutActionName 2019-09-10 16:21:23,085 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutPage 2019-09-10 16:21:23,086 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.siteRootDir 2019-09-10 16:21:23,086 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheStatistics 2019-09-10 16:21:23,086 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexFileSystemQueueSize 2019-09-10 16:21:23,086 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.name 2019-09-10 16:21:23,086 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.allowSkipRender 2019-09-10 16:21:23,086 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.errorPage 2019-09-10 16:21:23,086 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectionEnabled 2019-09-10 16:21:23,086 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.supportedLanguages 2019-09-10 16:21:23,086 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.assetsDir 2019-09-10 16:21:23,087 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.errorPages 2019-09-10 16:21:23,087 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheExceptions 2019-09-10 16:21:23,087 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutRef 2019-09-10 16:21:23,087 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.locale 2019-09-10 16:21:23,087 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailDisabled 2019-09-10 16:21:23,087 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.timeZone 2019-09-10 16:21:23,088 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectedPaths 2019-09-10 16:21:23,088 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapUserBaseDn 2019-09-10 16:21:23,088 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.enforcePrimaryDomain 2019-09-10 16:21:23,088 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapPassword 2019-09-10 16:21:23,088 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexConfig 2019-09-10 16:21:23,088 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultPageSize 2019-09-10 16:21:23,089 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.documentDir 2019-09-10 16:21:23,089 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapPrincipalScheme 2019-09-10 16:21:23,089 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.searchMaxHits 2019-09-10 16:21:23,089 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexQueueSize 2019-09-10 16:21:23,089 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailPort 2019-09-10 16:21:23,089 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.host 2019-09-10 16:21:23,089 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapHost 2019-09-10 16:21:23,090 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.manager-path 2019-09-10 16:21:23,092 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Site localhost 2019-09-10 16:21:23,132 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Site localhost 2019-09-10 16:21:23,146 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2019-09-10 16:21:23,146 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2019-09-10 16:21:23,148 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2019-09-10 16:21:23,152 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.authLoginRef 2019-09-10 16:21:23,153 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ehcacheExceptions 2019-09-10 16:21:23,153 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.mailPort 2019-09-10 16:21:23,153 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.csrfProtectedMethods 2019-09-10 16:21:23,153 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapIdAttribute 2019-09-10 16:21:23,153 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.DatasourceConfigurer 2019-09-10 16:21:23,153 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.authApplication 2019-09-10 16:21:23,154 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.manager-path 2019-09-10 16:21:23,154 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.indexTimeout 2019-09-10 16:21:23,154 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.authLogoutActionValue 2019-09-10 16:21:23,154 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ehcacheStatistics 2019-09-10 16:21:23,154 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.siteRootDir 2019-09-10 16:21:23,154 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.supportReloadFile 2019-09-10 16:21:23,154 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.indexQueueSize 2019-09-10 16:21:23,155 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.tagPrefix 2019-09-10 16:21:23,155 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.encoding 2019-09-10 16:21:23,155 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.searchMaxHits 2019-09-10 16:21:23,155 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapGroupBaseDn 2019-09-10 16:21:23,155 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapUser 2019-09-10 16:21:23,155 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.documentDir 2019-09-10 16:21:23,155 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.service-path 2019-09-10 16:21:23,156 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.indexFileTypes 2019-09-10 16:21:23,156 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapPassword 2019-09-10 16:21:23,156 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.defaultApplication 2019-09-10 16:21:23,156 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.mailHost 2019-09-10 16:21:23,156 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.wwwDir 2019-09-10 16:21:23,156 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.allowSkipRender 2019-09-10 16:21:23,156 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.errorPages 2019-09-10 16:21:23,157 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ehcacheEnabled 2019-09-10 16:21:23,157 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.authLogoutPage 2019-09-10 16:21:23,157 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ehcacheBlockingTimeout 2019-09-10 16:21:23,157 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.timeZone 2019-09-10 16:21:23,157 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapPrincipalScheme 2019-09-10 16:21:23,157 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ehcacheClearOnShutdown 2019-09-10 16:21:23,158 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.indexFileSystemQueueSize 2019-09-10 16:21:23,158 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapStartTls 2019-09-10 16:21:23,158 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.appendTabId 2019-09-10 16:21:23,158 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.host 2019-09-10 16:21:23,158 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.authLoginPage 2019-09-10 16:21:23,158 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.indexConfig 2019-09-10 16:21:23,158 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.locale 2019-09-10 16:21:23,159 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapDomain 2019-09-10 16:21:23,159 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.template 2019-09-10 16:21:23,159 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.assetsDir 2019-09-10 16:21:23,159 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapHost 2019-09-10 16:21:23,159 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.enforcePrimaryDomain 2019-09-10 16:21:23,159 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.csrfProtectedPaths 2019-09-10 16:21:23,159 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.searchChunkSize 2019-09-10 16:21:23,160 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.defaultPage 2019-09-10 16:21:23,160 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.supportedLanguages 2019-09-10 16:21:23,160 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.authLogoutRef 2019-09-10 16:21:23,160 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.serviceOutputFormat 2019-09-10 16:21:23,160 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.defaultPageSize 2019-09-10 16:21:23,160 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.serviceOutputType 2019-09-10 16:21:23,160 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.rewriteConfig 2019-09-10 16:21:23,161 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.mailDisabled 2019-09-10 16:21:23,161 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapUserBaseDn 2019-09-10 16:21:23,161 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.authLogoutActionName 2019-09-10 16:21:23,161 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.name 2019-09-10 16:21:23,161 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.csrfProtectionEnabled 2019-09-10 16:21:23,161 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.xssExceptions 2019-09-10 16:21:23,161 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.indexDir 2019-09-10 16:21:23,162 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.errorPage 2019-09-10 16:21:23,162 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Site deleteme 2019-09-10 16:21:23,181 INFO [main] org.appng.core.service.CoreService: starting deletion of site deleteme 2019-09-10 16:21:23,191 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.DatasourceConfigurer 2019-09-10 16:21:23,192 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.allowSkipRender 2019-09-10 16:21:23,192 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.appendTabId 2019-09-10 16:21:23,192 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.assetsDir 2019-09-10 16:21:23,195 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.authApplication 2019-09-10 16:21:23,195 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.authLoginPage 2019-09-10 16:21:23,196 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.authLoginRef 2019-09-10 16:21:23,196 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.authLogoutActionName 2019-09-10 16:21:23,196 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.authLogoutActionValue 2019-09-10 16:21:23,196 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.authLogoutPage 2019-09-10 16:21:23,197 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.authLogoutRef 2019-09-10 16:21:23,197 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.csrfProtectedMethods 2019-09-10 16:21:23,197 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.csrfProtectedPaths 2019-09-10 16:21:23,198 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.csrfProtectionEnabled 2019-09-10 16:21:23,198 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.defaultApplication 2019-09-10 16:21:23,198 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.defaultPage 2019-09-10 16:21:23,198 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.defaultPageSize 2019-09-10 16:21:23,199 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.documentDir 2019-09-10 16:21:23,199 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ehcacheBlockingTimeout 2019-09-10 16:21:23,199 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ehcacheClearOnShutdown 2019-09-10 16:21:23,200 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ehcacheEnabled 2019-09-10 16:21:23,200 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ehcacheExceptions 2019-09-10 16:21:23,200 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ehcacheStatistics 2019-09-10 16:21:23,200 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.encoding 2019-09-10 16:21:23,201 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.enforcePrimaryDomain 2019-09-10 16:21:23,201 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.errorPage 2019-09-10 16:21:23,201 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.errorPages 2019-09-10 16:21:23,201 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.host 2019-09-10 16:21:23,202 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.indexConfig 2019-09-10 16:21:23,202 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.indexDir 2019-09-10 16:21:23,202 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.indexFileSystemQueueSize 2019-09-10 16:21:23,203 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.indexFileTypes 2019-09-10 16:21:23,203 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.indexQueueSize 2019-09-10 16:21:23,203 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.indexTimeout 2019-09-10 16:21:23,204 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapDomain 2019-09-10 16:21:23,204 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapGroupBaseDn 2019-09-10 16:21:23,204 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapHost 2019-09-10 16:21:23,205 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapIdAttribute 2019-09-10 16:21:23,205 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapPassword 2019-09-10 16:21:23,205 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapPrincipalScheme 2019-09-10 16:21:23,206 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapStartTls 2019-09-10 16:21:23,206 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapUser 2019-09-10 16:21:23,206 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapUserBaseDn 2019-09-10 16:21:23,206 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.locale 2019-09-10 16:21:23,207 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.mailDisabled 2019-09-10 16:21:23,207 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.mailHost 2019-09-10 16:21:23,207 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.mailPort 2019-09-10 16:21:23,207 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.manager-path 2019-09-10 16:21:23,208 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.name 2019-09-10 16:21:23,208 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.rewriteConfig 2019-09-10 16:21:23,208 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.searchChunkSize 2019-09-10 16:21:23,209 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.searchMaxHits 2019-09-10 16:21:23,209 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.service-path 2019-09-10 16:21:23,209 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.serviceOutputFormat 2019-09-10 16:21:23,209 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.serviceOutputType 2019-09-10 16:21:23,210 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.siteRootDir 2019-09-10 16:21:23,210 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.supportReloadFile 2019-09-10 16:21:23,210 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.supportedLanguages 2019-09-10 16:21:23,210 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.tagPrefix 2019-09-10 16:21:23,211 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.template 2019-09-10 16:21:23,211 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.timeZone 2019-09-10 16:21:23,211 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.wwwDir 2019-09-10 16:21:23,212 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.xssExceptions 2019-09-10 16:21:23,214 INFO [main] org.appng.core.service.CoreService: deleting 0 orphaned database connections 2019-09-10 16:21:23,216 INFO [main] org.appng.core.service.CoreService: done deleting site deleteme 2019-09-10 16:21:23,216 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Site deleteme 2019-09-10 16:21:23,218 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2019-09-10 16:21:23,218 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2019-09-10 16:21:23,219 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2019-09-10 16:21:23,230 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@2dc8087b: startup date [Tue Sep 10 16:21:22 CEST 2019]; root of context hierarchy 2019-09-10 16:21:23,231 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2019-09-10 16:21:23,232 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.066 s - in org.appng.appngizer.controller.SiteControllerTest [INFO] Running org.appng.appngizer.controller.RoleControllerTest 2019-09-10 16:21:23,240 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2019-09-10 16:21:23,241 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@12c2e362, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@411b7c96, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1acf5609, org.springframework.test.context.support.DirtiesContextTestExecutionListener@109a231a, org.springframework.test.context.transaction.TransactionalTestExecutionListener@15460b98, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@fa33a6a] 2019-09-10 16:21:23,241 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2019-09-10 16:21:23,324 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@6fbc5a89: startup date [Tue Sep 10 16:21:23 CEST 2019]; root of context hierarchy 2019-09-10 16:21:23,343 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-09-10 16:21:23,371 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2019-09-10 16:21:23,384 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2019-09-10 16:21:23,384 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appng] 2019-09-10 16:21:23,427 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-09-10 16:21:23,430 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-09-10 16:21:23,601 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-09-10 16:21:23,601 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2019-09-10 16:21:23,606 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@6fbc5a89: startup date [Tue Sep 10 16:21:23 CEST 2019]; root of context hierarchy 2019-09-10 16:21:23,608 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2019-09-10 16:21:23,613 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.003s) 2019-09-10 16:21:23,614 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2019-09-10 16:21:23,616 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2019-09-10 16:21:23,618 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2019-09-10 16:21:23,625 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2019-09-10 16:21:23,629 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2019-09-10 16:21:23,632 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2019-09-10 16:21:23,634 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2019-09-10 16:21:23,636 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2019-09-10 16:21:23,638 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2019-09-10 16:21:23,641 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2019-09-10 16:21:23,643 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2019-09-10 16:21:23,645 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2019-09-10 16:21:23,648 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.0.0 - add job execution record 2019-09-10 16:21:23,650 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 11 migrations to schema "PUBLIC" (execution time 00:00.035s). 2019-09-10 16:21:23,813 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2019-09-10 16:21:23,813 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5.0) 2019-09-10 16:21:23,814 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2019-09-10 16:21:23,832 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5.0) 2019-09-10 16:21:23,833 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2019-09-10 16:21:23,857 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2019-09-10 16:21:23,878 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listProperties(java.lang.String) 2019-09-10 16:21:23,878 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteApplication(java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:23,879 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:23,879 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:23,879 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteProperty(java.lang.String,java.lang.String) 2019-09-10 16:21:23,879 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getApplication(java.lang.String) 2019-09-10 16:21:23,879 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateApplication(java.lang.String,org.appng.appngizer.model.xml.Application) throws org.appng.api.BusinessException 2019-09-10 16:21:23,880 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listApplications() 2019-09-10 16:21:23,880 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getProperty(java.lang.String,java.lang.String) 2019-09-10 16:21:23,880 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.info() throws java.lang.Exception 2019-09-10 16:21:23,881 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateRootConnection(org.appng.appngizer.model.xml.Database) throws java.lang.Exception 2019-09-10 16:21:23,881 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnections(java.lang.String) 2019-09-10 16:21:23,881 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnectionForApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:23,881 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnectionforApplication(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Database) 2019-09-10 16:21:23,881 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnection(java.lang.String,java.lang.Integer) 2019-09-10 16:21:23,882 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnection(java.lang.String,java.lang.Integer,org.appng.appngizer.model.xml.Database) 2019-09-10 16:21:23,882 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database/initialize],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.initialize(boolean) throws java.lang.Exception 2019-09-10 16:21:23,882 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.createGroup(org.appng.appngizer.model.xml.Group) 2019-09-10 16:21:23,882 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.getGroup(java.lang.String) 2019-09-10 16:21:23,883 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.listGroups() 2019-09-10 16:21:23,883 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.updateGroup(java.lang.String,org.appng.appngizer.model.xml.Group) 2019-09-10 16:21:23,883 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.deleteGroup(java.lang.String) 2019-09-10 16:21:23,883 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.login(java.lang.String,javax.servlet.http.HttpServletRequest) 2019-09-10 16:21:23,884 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.welcome() 2019-09-10 16:21:23,884 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.listPermissions(java.lang.String) 2019-09-10 16:21:23,884 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.createPermission(java.lang.String,org.appng.appngizer.model.xml.Permission) 2019-09-10 16:21:23,884 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.updatePermission(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Permission) 2019-09-10 16:21:23,885 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.deletePermission(java.lang.String,java.lang.String) 2019-09-10 16:21:23,885 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.getPermission(java.lang.String,java.lang.String) 2019-09-10 16:21:23,885 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.showPlatform() 2019-09-10 16:21:23,885 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/system],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listSystemProperties() 2019-09-10 16:21:23,886 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/environment],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listEnvironment() 2019-09-10 16:21:23,886 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/reload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.reloadPlatform() 2019-09-10 16:21:23,886 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.listProperties() 2019-09-10 16:21:23,886 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.createProperty(org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:23,887 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.updateProperty(org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:23,887 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.deleteProperty(java.lang.String) 2019-09-10 16:21:23,887 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.getProperty(java.lang.String) 2019-09-10 16:21:23,888 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepository(java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:23,888 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackages(java.lang.String,java.lang.String) 2019-09-10 16:21:23,888 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) 2019-09-10 16:21:23,888 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:23,889 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.createRepository(org.appng.appngizer.model.xml.Repository) throws org.appng.api.BusinessException,java.net.URISyntaxException 2019-09-10 16:21:23,889 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.updateRepository(java.lang.String,org.appng.appngizer.model.xml.Repository) throws java.net.URISyntaxException 2019-09-10 16:21:23,889 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/install],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.installPackage(java.lang.String,org.appng.appngizer.model.xml.Package) throws org.appng.api.BusinessException 2019-09-10 16:21:23,889 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/upload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.uploadPackage(java.lang.String,org.springframework.web.multipart.MultipartFile) throws org.appng.api.BusinessException 2019-09-10 16:21:23,889 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepository(java.lang.String) 2019-09-10 16:21:23,889 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.listRepositories() 2019-09-10 16:21:23,890 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.getRole(java.lang.String,java.lang.String) 2019-09-10 16:21:23,890 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.listRoles(java.lang.String) 2019-09-10 16:21:23,890 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.createRole(java.lang.String,org.appng.appngizer.model.xml.Role) 2019-09-10 16:21:23,891 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.updateRole(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Role) 2019-09-10 16:21:23,891 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.deleteRole(java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:23,891 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:23,891 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.listApplications(java.lang.String) 2019-09-10 16:21:23,892 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.grantApplicationForSites(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Grants) 2019-09-10 16:21:23,892 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getGrantsForApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:23,892 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.activateApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:23,892 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.deactivateApplication(java.lang.String,java.lang.String) 2019-09-10 16:21:23,893 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.listProperties(java.lang.String,java.lang.String) 2019-09-10 16:21:23,893 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.createProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:23,893 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.updateProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:23,893 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.deleteProperty(java.lang.String,java.lang.String,java.lang.String) 2019-09-10 16:21:23,894 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.getProperty(java.lang.String,java.lang.String,java.lang.String) 2019-09-10 16:21:23,894 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.getSite(java.lang.String) 2019-09-10 16:21:23,894 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/reload],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.reloadSite(java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:23,895 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.createSite(org.appng.appngizer.model.xml.Site) 2019-09-10 16:21:23,895 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.updateSite(java.lang.String,org.appng.appngizer.model.xml.Site) 2019-09-10 16:21:23,895 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.deleteSite(java.lang.String) throws org.appng.api.BusinessException 2019-09-10 16:21:23,895 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.listSites() 2019-09-10 16:21:23,896 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property || /site/{site}/properties],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2019-09-10 16:21:23,896 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2019-09-10 16:21:23,896 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:23,897 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2019-09-10 16:21:23,897 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperty(java.lang.String,java.lang.String) 2019-09-10 16:21:23,897 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2019-09-10 16:21:23,897 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2019-09-10 16:21:23,898 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.getProperty(java.lang.String,java.lang.String) 2019-09-10 16:21:23,898 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.listSubjects() 2019-09-10 16:21:23,898 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.getSubject(java.lang.String) 2019-09-10 16:21:23,898 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.createSubject(org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2019-09-10 16:21:23,899 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.updateSubject(java.lang.String,org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2019-09-10 16:21:23,899 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.deleteSubject(java.lang.String) 2019-09-10 16:21:23,927 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2019-09-10 16:21:23,976 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@6fbc5a89: startup date [Tue Sep 10 16:21:23 CEST 2019]; root of context hierarchy 2019-09-10 16:21:23,993 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@6fbc5a89: startup date [Tue Sep 10 16:21:23 CEST 2019]; root of context hierarchy 2019-09-10 16:21:24,054 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2019-09-10 16:21:24,054 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2019-09-10 16:21:24,060 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 5 ms 2019-09-10 16:21:24,065 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2019-09-10 16:21:24,065 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2019-09-10 16:21:24,065 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2019-09-10 16:21:24,065 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2019-09-10 16:21:24,065 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2019-09-10 16:21:24,065 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2019-09-10 16:21:24,065 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.appngData 2019-09-10 16:21:24,066 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2019-09-10 16:21:24,066 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2019-09-10 16:21:24,066 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2019-09-10 16:21:24,066 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2019-09-10 16:21:24,066 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2019-09-10 16:21:24,066 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2019-09-10 16:21:24,066 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2019-09-10 16:21:24,066 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2019-09-10 16:21:24,066 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2019-09-10 16:21:24,067 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2019-09-10 16:21:24,067 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2019-09-10 16:21:24,067 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2019-09-10 16:21:24,067 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2019-09-10 16:21:24,067 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2019-09-10 16:21:24,067 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2019-09-10 16:21:24,067 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2019-09-10 16:21:24,067 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2019-09-10 16:21:24,067 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2019-09-10 16:21:24,068 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2019-09-10 16:21:24,068 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2019-09-10 16:21:24,068 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2019-09-10 16:21:24,068 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2019-09-10 16:21:24,068 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2019-09-10 16:21:24,068 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2019-09-10 16:21:24,068 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2019-09-10 16:21:24,068 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2019-09-10 16:21:24,068 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2019-09-10 16:21:24,069 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2019-09-10 16:21:24,069 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2019-09-10 16:21:24,069 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2019-09-10 16:21:24,069 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2019-09-10 16:21:24,069 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2019-09-10 16:21:24,069 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2019-09-10 16:21:24,069 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2019-09-10 16:21:24,069 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2019-09-10 16:21:24,069 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2019-09-10 16:21:24,070 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2019-09-10 16:21:24,070 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2019-09-10 16:21:24,070 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2019-09-10 16:21:24,070 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2019-09-10 16:21:24,070 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2019-09-10 16:21:24,070 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2019-09-10 16:21:24,070 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2019-09-10 16:21:24,070 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2019-09-10 16:21:24,084 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository local 2019-09-10 16:21:24,105 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.3' from repository file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/repo/ 2019-09-10 16:21:24,110 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2019-09-10 16:21:24,112 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Application demo-application 2019-09-10 16:21:24,114 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2019-09-10 16:21:24,115 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission debug 2019-09-10 16:21:24,116 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2019-09-10 16:21:24,116 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-format.html 2019-09-10 16:21:24,116 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2019-09-10 16:21:24,116 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-type.webgui 2019-09-10 16:21:24,117 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2019-09-10 16:21:24,117 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission testPermission 2019-09-10 16:21:24,118 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Administrator 2019-09-10 16:21:24,122 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2019-09-10 16:21:24,123 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2019-09-10 16:21:24,123 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2019-09-10 16:21:24,124 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2019-09-10 16:21:24,124 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Debugger 2019-09-10 16:21:24,124 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2019-09-10 16:21:24,125 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2019-09-10 16:21:24,125 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2019-09-10 16:21:24,125 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Tester 2019-09-10 16:21:24,126 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2019-09-10 16:21:24,126 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2019-09-10 16:21:24,128 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.foo 2019-09-10 16:21:24,128 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.bar 2019-09-10 16:21:24,128 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.clobValue 2019-09-10 16:21:24,130 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Administrator 2019-09-10 16:21:24,130 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Debugger 2019-09-10 16:21:24,130 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Tester 2019-09-10 16:21:24,133 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2019-09-10 16:21:24,133 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2019-09-10 16:21:24,133 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2019-09-10 16:21:24,133 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2019-09-10 16:21:24,134 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2019-09-10 16:21:24,134 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2019-09-10 16:21:24,134 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2019-09-10 16:21:24,134 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2019-09-10 16:21:24,134 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2019-09-10 16:21:24,134 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2019-09-10 16:21:24,134 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2019-09-10 16:21:24,140 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2019-09-10 16:21:24,141 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2019-09-10 16:21:24,141 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2019-09-10 16:21:24,142 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2019-09-10 16:21:24,143 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2019-09-10 16:21:24,144 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2019-09-10 16:21:24,182 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Editor 2019-09-10 16:21:24,199 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Editor 2019-09-10 16:21:24,207 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@6fbc5a89: startup date [Tue Sep 10 16:21:23 CEST 2019]; root of context hierarchy 2019-09-10 16:21:24,208 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2019-09-10 16:21:24,208 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.973 s - in org.appng.appngizer.controller.RoleControllerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-war-plugin:3.1.0:war (default-war) @ appng-appngizer --- [INFO] Packaging webapp [INFO] Assembling webapp [appng-appngizer] in [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.20.1] [INFO] Processing war project [INFO] Copying webapp webResources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/webapp/META-INF] to [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.20.1] [INFO] Copying webapp webResources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/webapp/WEB-INF] to [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.20.1] [INFO] Copying webapp resources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/webapp] [INFO] Webapp assembled in [30 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.20.1.war [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-appngizer --- [WARNING] Error fetching link: https://appng.org/appng-appngizer-jaxb/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-core/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://projectlombok.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://junit.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-testsupport/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://tomcat.apache.org/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.appngizer.model... Loading source files for package org.appng.appngizer.controller... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Application.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Applications.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Database.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Databases.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Group.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Groups.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Home.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Link.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Links.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Package.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Packages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Permissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Platform.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Properties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Repositories.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Repository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Role.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Roles.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Site.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Sites.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Subject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Subjects.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/UriAware.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/ApplicationController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/AppNGizer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/AppNGizerConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/AppNGizerServlet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/ControllerBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/DatabaseController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/GroupController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/Home.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/Jaxb2Marshaller.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/PermissionController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/PlatformController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/PlatformPropertyController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/RepositoryController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/RoleController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/SessionFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/SiteApplicationController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/SiteApplicationPropertyController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/SiteController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/SitePropertyController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/SubjectController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/serialized-form.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Properties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Groups.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Repository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Applications.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Sites.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Package.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Database.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Role.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Group.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Site.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Permissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/UriAware.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Packages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Roles.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Home.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Link.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Links.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Repositories.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Databases.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Subject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Subjects.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Platform.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Application.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/SiteApplicationController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/SiteApplicationPropertyController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/RoleController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/SubjectController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/GroupController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/SitePropertyController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/Jaxb2Marshaller.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/AppNGizer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/AppNGizerServlet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/PlatformController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/Home.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/SessionFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/PlatformPropertyController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/DatabaseController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/PermissionController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/ApplicationController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/ControllerBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/SiteController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/AppNGizerConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/RepositoryController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.20.1-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-appngizer >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.4.7:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Action.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ActionField.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Datasource.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Element.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ErrorModel.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Field.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldValue.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Filter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Link.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Message.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Option.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/OptionType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Options.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Page.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Parameter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Permission.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Sort.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/User.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ValidationRule.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/HttpBasicAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/ApiKeyAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuthFlow.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/Authentication.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.swagger-codegen/VERSION [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-rest-api --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-appngizer <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-appngizer --- [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.6:process-asciidoc (pdf-generate-user-manual) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 47 resources [INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/asciidoc/appngizer-user-manual.adoc [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.6:process-asciidoc (html-generate-user-manual) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 47 resources [INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/asciidoc/appngizer-user-manual.adoc [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.6:process-asciidoc (pdf-generate-install-platform) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 47 resources [INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/asciidoc/appngizer-platform-installation-guide.adoc [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.6:process-asciidoc (html-generate-install-platform) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 47 resources [INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/asciidoc/appngizer-platform-installation-guide.adoc [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.6:process-asciidoc (pdf-generate-setup-guide) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 47 resources [INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/asciidoc/appngizer-setup-guide.adoc [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.6:process-asciidoc (html-generate-setup-guide) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 47 resources [INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/asciidoc/appngizer-setup-guide.adoc [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-appngizer --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.20.1-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-appngizer --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-appngizer --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.20.1.war to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.20.1/appng-appngizer-1.20.1.war [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.20.1/appng-appngizer-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.20.1-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.20.1/appng-appngizer-1.20.1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.20.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.20.1/appng-appngizer-1.20.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.20.1.war.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.20.1/appng-appngizer-1.20.1.war.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.20.1.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.20.1/appng-appngizer-1.20.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.20.1-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.20.1/appng-appngizer-1.20.1-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.20.1-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.20.1/appng-appngizer-1.20.1-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-appngizer --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.14-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.20.1.war to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer/1.20.1/appng-appngizer-1.20.1.war [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer/1.20.1/appng-appngizer-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.20.1-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer/1.20.1/appng-appngizer-1.20.1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.20.1-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer/1.20.1/appng-appngizer-1.20.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.20.1.war.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer/1.20.1/appng-appngizer-1.20.1.war.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.20.1.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer/1.20.1/appng-appngizer-1.20.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.20.1-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer/1.20.1/appng-appngizer-1.20.1-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.20.1-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer/1.20.1/appng-appngizer-1.20.1-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] --- maven-antrun-plugin:1.8:run (default) @ appng-appngizer --- [INFO] Executing tasks main: [copy] Copying 1 file to /srv/www/appng.org/appng/builds/stable [INFO] Executed tasks [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG appNGizer Maven Plugin 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-appngizer-maven-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-appngizer-maven-plugin --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-plugin-plugin:3.5:descriptor (default-descriptor) @ appng-appngizer-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 2 mojo descriptors. [INFO] [INFO] --- maven-plugin-plugin:3.5:descriptor (mojo-descriptor) @ appng-appngizer-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 2 mojo descriptors. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-appngizer-maven-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-appngizer-maven-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-appngizer-maven-plugin --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-appngizer-maven-plugin --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.20.1.jar [INFO] [INFO] --- maven-plugin-plugin:3.5:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ appng-appngizer-maven-plugin --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-appngizer-maven-plugin --- [WARNING] Error fetching link: https://appng.org/appng-appngizer-jaxb/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://junit.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://projectlombok.org/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.maven.plugins.appngizer... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/apidocs/org/appng/maven/plugins/appngizer/InstallMojo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/apidocs/org/appng/maven/plugins/appngizer/UploadMojo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/apidocs/org/appng/maven/plugins/appngizer/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/apidocs/org/appng/maven/plugins/appngizer/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/apidocs/org/appng/maven/plugins/appngizer/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/apidocs/constant-values.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/apidocs/org/appng/maven/plugins/appngizer/class-use/InstallMojo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/apidocs/org/appng/maven/plugins/appngizer/class-use/UploadMojo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/apidocs/org/appng/maven/plugins/appngizer/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.20.1-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-appngizer-maven-plugin >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.4.7:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Action.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ActionField.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Datasource.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Element.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ErrorModel.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Field.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldValue.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Filter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Link.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Message.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Option.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/OptionType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Options.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Page.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Parameter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Permission.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Sort.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/User.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ValidationRule.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/HttpBasicAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/ApiKeyAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuthFlow.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/Authentication.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.swagger-codegen/VERSION [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-rest-api --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-appngizer-maven-plugin <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-appngizer-maven-plugin --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-appngizer-maven-plugin --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.20.1-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-appngizer-maven-plugin --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-appngizer-maven-plugin --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.20.1.jar to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.20.1/appng-appngizer-maven-plugin-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.20.1/appng-appngizer-maven-plugin-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.20.1-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.20.1/appng-appngizer-maven-plugin-1.20.1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.20.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.20.1/appng-appngizer-maven-plugin-1.20.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.20.1.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.20.1/appng-appngizer-maven-plugin-1.20.1.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.20.1.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.20.1/appng-appngizer-maven-plugin-1.20.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.20.1-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.20.1/appng-appngizer-maven-plugin-1.20.1-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.20.1-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.20.1/appng-appngizer-maven-plugin-1.20.1-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-appngizer-maven-plugin --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.14-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.20.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/maven/appng-appngizer-maven-plugin/1.20.1/appng-appngizer-maven-plugin-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/maven/appng-appngizer-maven-plugin/1.20.1/appng-appngizer-maven-plugin-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.20.1-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/maven/appng-appngizer-maven-plugin/1.20.1/appng-appngizer-maven-plugin-1.20.1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.20.1-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/maven/appng-appngizer-maven-plugin/1.20.1/appng-appngizer-maven-plugin-1.20.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.20.1.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/maven/appng-appngizer-maven-plugin/1.20.1/appng-appngizer-maven-plugin-1.20.1.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.20.1.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/maven/appng-appngizer-maven-plugin/1.20.1/appng-appngizer-maven-plugin-1.20.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.20.1-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/maven/appng-appngizer-maven-plugin/1.20.1/appng-appngizer-maven-plugin-1.20.1-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.20.1-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/maven/appng-appngizer-maven-plugin/1.20.1/appng-appngizer-maven-plugin-1.20.1-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG camunda 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-camunda --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-camunda --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-camunda --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-camunda --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-camunda --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.camunda.bpm.TaskWrapperTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.234 s - in org.appng.camunda.bpm.TaskWrapperTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-camunda --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-camunda --- [WARNING] Error fetching link: https://appng.org/appng-api/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.camunda.org/camunda-database-settings/camunda-engine-spring/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://projectlombok.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://junit.org/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.camunda.bpm... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/apidocs/org/appng/camunda/bpm/TaskWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/apidocs/org/appng/camunda/bpm/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/apidocs/org/appng/camunda/bpm/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/apidocs/org/appng/camunda/bpm/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/apidocs/constant-values.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/apidocs/org/appng/camunda/bpm/class-use/TaskWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/apidocs/org/appng/camunda/bpm/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.20.1-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-camunda >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.4.7:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Action.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ActionField.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Datasource.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Element.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ErrorModel.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Field.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldValue.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Filter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Link.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Message.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Option.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/OptionType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Options.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Page.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Parameter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Permission.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Sort.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/User.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ValidationRule.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/HttpBasicAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/ApiKeyAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuthFlow.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/Authentication.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.swagger-codegen/VERSION [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-rest-api --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-camunda <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-camunda --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-camunda --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.20.1-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-camunda --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-camunda --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.20.1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.20.1/appng-camunda-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.20.1/appng-camunda-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.20.1-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.20.1/appng-camunda-1.20.1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.20.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.20.1/appng-camunda-1.20.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.20.1.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.20.1/appng-camunda-1.20.1.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.20.1.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.20.1/appng-camunda-1.20.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.20.1-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.20.1/appng-camunda-1.20.1-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.20.1-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.20.1/appng-camunda-1.20.1-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-camunda --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.14-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.20.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-camunda/1.20.1/appng-camunda-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-camunda/1.20.1/appng-camunda-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.20.1-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-camunda/1.20.1/appng-camunda-1.20.1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.20.1-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-camunda/1.20.1/appng-camunda-1.20.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.20.1.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-camunda/1.20.1/appng-camunda-1.20.1.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.20.1.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-camunda/1.20.1/appng-camunda-1.20.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.20.1-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-camunda/1.20.1/appng-camunda-1.20.1-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.20.1-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-camunda/1.20.1/appng-camunda-1.20.1-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Application, including Camunda BPM process engine libraries 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-application-camunda --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-application-camunda --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-application-camunda --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-application-camunda --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-application-camunda --- [INFO] No tests to run. [INFO] [INFO] --- maven-war-plugin:3.1.0:war (default-war) @ appng-application-camunda --- [INFO] Packaging webapp [INFO] Assembling webapp [appng-application-camunda] in [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/target/appng-application-camunda-1.20.1] [INFO] Processing war project [INFO] Processing overlay [ id org.appng:appng-application] [INFO] Webapp assembled in [3143 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/target/appng-application-camunda-1.20.1.war [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-application-camunda --- [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-application-camunda >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.4.7:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Action.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ActionField.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Datasource.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Element.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ErrorModel.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Field.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldValue.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Filter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Link.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Message.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Option.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/OptionType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Options.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Page.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Parameter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Permission.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Sort.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/User.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ValidationRule.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/HttpBasicAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/ApiKeyAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuthFlow.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/Authentication.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.swagger-codegen/VERSION [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-rest-api --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-application-camunda <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-application-camunda --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-application-camunda --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-application-camunda --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-application-camunda --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/target/appng-application-camunda-1.20.1.war to /var/lib/jenkins/.m2/repository/org/appng/appng-application-camunda/1.20.1/appng-application-camunda-1.20.1.war [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-application-camunda/1.20.1/appng-application-camunda-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/target/appng-application-camunda-1.20.1.war.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application-camunda/1.20.1/appng-application-camunda-1.20.1.war.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/target/appng-application-camunda-1.20.1.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application-camunda/1.20.1/appng-application-camunda-1.20.1.pom.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-application-camunda --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.14-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/target/appng-application-camunda-1.20.1.war to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-camunda/1.20.1/appng-application-camunda-1.20.1.war [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-camunda/1.20.1/appng-application-camunda-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/target/appng-application-camunda-1.20.1.war.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-camunda/1.20.1/appng-application-camunda-1.20.1.war.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/target/appng-application-camunda-1.20.1.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-camunda/1.20.1/appng-application-camunda-1.20.1.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] --- maven-antrun-plugin:1.8:run (default) @ appng-application-camunda --- [INFO] Executing tasks main: [copy] Copying 1 file to /srv/www/appng.org/appng/builds/stable [INFO] Executed tasks [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Maven Plugin 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-maven-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/classes [INFO] [INFO] --- maven-plugin-plugin:3.5.1:descriptor (default-descriptor) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-maven-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-maven-plugin --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.maven.plugin.mojo.GenerateMessageConstantsMojoTest [info] generate message constants for [/var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/src/test/resources/poms/message-constants/application-home/dictionary/mymessages.properties, org.appng.test.constants.MessageConstants, /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/generated-test-sources/constants] [debug] delta: true [debug] incremental: false [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.324 s - in org.appng.maven.plugin.mojo.GenerateMessageConstantsMojoTest [INFO] Running org.appng.maven.plugin.mojo.GenerateApplicationConstantsMojoTest [info] generate application constants for [/var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/src/test/resources/poms/application-constants/application-home/application.xml, org.appng.test.constants.ApplicationConstants, /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/generated-test-sources/constants] log4j:WARN No appenders could be found for logger (org.appng.xml.ApplicationPropertyConstantCreator). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. [debug] delta: true [debug] incremental: false [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.763 s - in org.appng.maven.plugin.mojo.GenerateApplicationConstantsMojoTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-maven-plugin --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.20.1.jar [INFO] [INFO] --- maven-plugin-plugin:3.5.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ appng-maven-plugin --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-maven-plugin --- [WARNING] Error fetching link: https://appng.org/appng-tools/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-xmlapi/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://forge.sonatype.com/spice-parent/plexus-build-api/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://junit.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://projectlombok.org/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.maven.plugin.mojo... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/apidocs/org/appng/maven/plugin/mojo/GenerateApplicationConstantsMojo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/apidocs/org/appng/maven/plugin/mojo/GenerateMessageConstantsMojo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/apidocs/org/appng/maven/plugin/mojo/HelpMojo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/apidocs/org/appng/maven/plugin/mojo/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/apidocs/org/appng/maven/plugin/mojo/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/apidocs/org/appng/maven/plugin/mojo/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/apidocs/constant-values.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/apidocs/org/appng/maven/plugin/mojo/class-use/HelpMojo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/apidocs/org/appng/maven/plugin/mojo/class-use/GenerateApplicationConstantsMojo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/apidocs/org/appng/maven/plugin/mojo/class-use/GenerateMessageConstantsMojo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/apidocs/org/appng/maven/plugin/mojo/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.20.1-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-maven-plugin >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.4.7:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Action.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ActionField.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Datasource.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Element.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ErrorModel.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Field.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldValue.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Filter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Link.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Message.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Option.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/OptionType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Options.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Page.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Parameter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Permission.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Sort.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/User.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ValidationRule.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/HttpBasicAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/ApiKeyAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuthFlow.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/Authentication.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.swagger-codegen/VERSION [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-rest-api --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-maven-plugin <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-maven-plugin --- [INFO] [INFO] --- maven-shade-plugin:3.1.0:shade (default) @ appng-maven-plugin --- [INFO] Including org.appng:appng-tools:jar:1.20.1 in the shaded jar. [INFO] Excluding com.fasterxml.jackson.core:jackson-core:jar:2.10.0.pr1 from the shaded jar. [INFO] Excluding com.fasterxml.jackson.core:jackson-databind:jar:2.10.0.pr1 from the shaded jar. [INFO] Excluding com.fasterxml.jackson.core:jackson-annotations:jar:2.10.0.pr1 from the shaded jar. [INFO] Excluding commons-io:commons-io:jar:2.6 from the shaded jar. [INFO] Excluding org.slf4j:slf4j-log4j12:jar:1.7.26 from the shaded jar. [INFO] Excluding org.slf4j:slf4j-api:jar:1.7.26 from the shaded jar. [INFO] Excluding log4j:log4j:jar:1.2.17 from the shaded jar. [INFO] Excluding com.j256.simplemagic:simplemagic:jar:1.16 from the shaded jar. [INFO] Including org.apache.commons:commons-lang3:jar:3.9 in the shaded jar. [INFO] Excluding org.apache.maven:maven-plugin-api:jar:3.3.9 from the shaded jar. [INFO] Excluding org.apache.maven:maven-model:jar:3.3.9 from the shaded jar. [INFO] Excluding org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.2 from the shaded jar. [INFO] Excluding javax.enterprise:cdi-api:jar:1.0 from the shaded jar. [INFO] Excluding javax.annotation:jsr250-api:jar:1.0 from the shaded jar. [INFO] Excluding org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.2 from the shaded jar. [INFO] Excluding org.apache.maven:maven-core:jar:3.3.9 from the shaded jar. [INFO] Excluding org.apache.maven:maven-settings:jar:3.3.9 from the shaded jar. [INFO] Excluding org.apache.maven:maven-settings-builder:jar:3.3.9 from the shaded jar. [INFO] Excluding org.apache.maven:maven-builder-support:jar:3.3.9 from the shaded jar. [INFO] Excluding org.apache.maven:maven-repository-metadata:jar:3.3.9 from the shaded jar. [INFO] Excluding org.apache.maven:maven-model-builder:jar:3.3.9 from the shaded jar. [INFO] Excluding com.google.guava:guava:jar:28.0-jre from the shaded jar. [INFO] Excluding org.apache.maven:maven-aether-provider:jar:3.3.9 from the shaded jar. [INFO] Excluding org.eclipse.aether:aether-spi:jar:1.0.2.v20150114 from the shaded jar. [INFO] Excluding org.eclipse.aether:aether-impl:jar:1.0.2.v20150114 from the shaded jar. [INFO] Excluding org.eclipse.aether:aether-api:jar:1.0.2.v20150114 from the shaded jar. [INFO] Excluding org.eclipse.aether:aether-util:jar:1.0.2.v20150114 from the shaded jar. [INFO] Excluding com.google.inject:guice:jar:no_aop:4.0 from the shaded jar. [INFO] Excluding org.codehaus.plexus:plexus-interpolation:jar:1.21 from the shaded jar. [INFO] Excluding org.codehaus.plexus:plexus-utils:jar:3.1.0 from the shaded jar. [INFO] Excluding org.codehaus.plexus:plexus-classworlds:jar:2.5.2 from the shaded jar. [INFO] Excluding org.codehaus.plexus:plexus-component-annotations:jar:1.6 from the shaded jar. [INFO] Excluding org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3 from the shaded jar. [INFO] Excluding org.sonatype.plexus:plexus-cipher:jar:1.4 from the shaded jar. [INFO] Excluding org.apache.maven:maven-compat:jar:3.3.9 from the shaded jar. [INFO] Excluding org.apache.maven.wagon:wagon-provider-api:jar:2.10 from the shaded jar. [INFO] Excluding org.sonatype.plexus:plexus-build-api:jar:0.0.7 from the shaded jar. [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.20.1.jar with /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.20.1-shaded.jar [INFO] Dependency-reduced POM written at: /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/dependency-reduced-pom.xml [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-maven-plugin --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.20.1-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-maven-plugin --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-maven-plugin --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.20.1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-maven-plugin/1.20.1/appng-maven-plugin-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/dependency-reduced-pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-maven-plugin/1.20.1/appng-maven-plugin-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.20.1-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-maven-plugin/1.20.1/appng-maven-plugin-1.20.1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.20.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-maven-plugin/1.20.1/appng-maven-plugin-1.20.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.20.1.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-maven-plugin/1.20.1/appng-maven-plugin-1.20.1.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.20.1.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-maven-plugin/1.20.1/appng-maven-plugin-1.20.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.20.1-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-maven-plugin/1.20.1/appng-maven-plugin-1.20.1-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.20.1-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-maven-plugin/1.20.1/appng-maven-plugin-1.20.1-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-maven-plugin --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.14-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.20.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-maven-plugin/1.20.1/appng-maven-plugin-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/dependency-reduced-pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-maven-plugin/1.20.1/appng-maven-plugin-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.20.1-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-maven-plugin/1.20.1/appng-maven-plugin-1.20.1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.20.1-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-maven-plugin/1.20.1/appng-maven-plugin-1.20.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.20.1.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-maven-plugin/1.20.1/appng-maven-plugin-1.20.1.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.20.1.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-maven-plugin/1.20.1/appng-maven-plugin-1.20.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.20.1-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-maven-plugin/1.20.1/appng-maven-plugin-1.20.1-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.20.1-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-maven-plugin/1.20.1/appng-maven-plugin-1.20.1-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building upNGizr 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-upngizr --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-upngizr --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-upngizr --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-upngizr --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-upngizr --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.upngizr.controller.UpdaterTest 2019-09-10 16:23:56,066 INFO [main] org.appng.upngizr.controller.Updater: buildRepository: https://appng.org/appng/builds/{build}/ 2019-09-10 16:23:56,067 INFO [main] org.appng.upngizr.controller.Updater: replaceWebXml: true 2019-09-10 16:23:56,067 INFO [main] org.appng.upngizr.controller.Updater: replaceBin: false 2019-09-10 16:23:56,067 INFO [main] org.appng.upngizr.controller.Updater: blockRemoteIPs: true 2019-09-10 16:23:56,067 INFO [main] org.appng.upngizr.controller.Updater: useFQDN: false 2019-09-10 16:23:56,070 INFO [main] org.appng.upngizr.controller.Updater: Allowed local addresses: fe80:0:0:0:f816:3eff:fed8:b72e,10.102.4.100,0:0:0:0:0:0:0:1,127.0.0.1 2019-09-10 16:23:56,071 INFO [main] org.appng.upngizr.controller.Updater: FQDN: de-f2-p-appngdev1.stack.aiticon.net 2019-09-10 16:23:56,093 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/META-INF/MANIFEST.MF 2019-09-10 16:23:56,094 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/UriAware.class 2019-09-10 16:23:56,095 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Packages.class 2019-09-10 16:23:56,095 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Permissions.class 2019-09-10 16:23:56,095 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Role.class 2019-09-10 16:23:56,096 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Group.class 2019-09-10 16:23:56,096 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Groups.class 2019-09-10 16:23:56,096 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Subject.class 2019-09-10 16:23:56,097 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Link.class 2019-09-10 16:23:56,097 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Platform.class 2019-09-10 16:23:56,097 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Database.class 2019-09-10 16:23:56,097 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Package.class 2019-09-10 16:23:56,098 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Subjects.class 2019-09-10 16:23:56,098 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Properties.class 2019-09-10 16:23:56,098 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Databases.class 2019-09-10 16:23:56,099 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/PermissionController.class 2019-09-10 16:23:56,099 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/DatabaseController.class 2019-09-10 16:23:56,099 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/Home$1.class 2019-09-10 16:23:56,100 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/SiteController.class 2019-09-10 16:23:56,100 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/ControllerBase.class 2019-09-10 16:23:56,101 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/AppNGizerServlet.class 2019-09-10 16:23:56,101 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/GroupController.class 2019-09-10 16:23:56,101 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/RepositoryController.class 2019-09-10 16:23:56,102 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/SubjectController.class 2019-09-10 16:23:56,102 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/PropertyBase.class 2019-09-10 16:23:56,102 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/SitePropertyController.class 2019-09-10 16:23:56,103 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/appNGizer-servlet.xml 2019-09-10 16:23:56,103 INFO [main] org.appng.upngizr.controller.Updater: Skipping META-INF/maven/org.appng/appng-appngizer/pom.xml 2019-09-10 16:23:56,103 INFO [main] org.appng.upngizr.controller.Updater: Skipping META-INF/maven/org.appng/appng-appngizer/pom.properties 2019-09-10 16:23:56,103 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/log/appNGizer.log 2019-09-10 16:23:56,103 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Site.class 2019-09-10 16:23:56,104 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Links.class 2019-09-10 16:23:56,104 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Application.class 2019-09-10 16:23:56,104 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Sites.class 2019-09-10 16:23:56,104 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Property.class 2019-09-10 16:23:56,105 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Roles.class 2019-09-10 16:23:56,105 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Home.class 2019-09-10 16:23:56,105 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/SessionFilter.class 2019-09-10 16:23:56,105 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/PlatformPropertyController.class 2019-09-10 16:23:56,106 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/AppNGizer.class 2019-09-10 16:23:56,106 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/RoleController.class 2019-09-10 16:23:56,106 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/Jaxb2Marshaller.class 2019-09-10 16:23:56,107 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/AppNGizerConfigurer.class 2019-09-10 16:23:56,107 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/SiteApplicationPropertyController.class 2019-09-10 16:23:56,107 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/PlatformController.class 2019-09-10 16:23:56,108 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/Home.class 2019-09-10 16:23:56,108 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/ApplicationController.class 2019-09-10 16:23:56,108 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/appNGizer.txt 2019-09-10 16:23:56,110 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/lib/appng-appngizer-jaxb-1.20.1.jar 2019-09-10 16:23:56,110 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/log4j.properties 2019-09-10 16:23:56,110 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Repository.class 2019-09-10 16:23:56,111 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Permission.class 2019-09-10 16:23:56,111 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Repositories.class 2019-09-10 16:23:56,111 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Applications.class 2019-09-10 16:23:56,111 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/SiteApplicationController.class 2019-09-10 16:23:56,118 INFO [main] org.appng.upngizr.controller.Updater: buildRepository: https://appng.org/appng/builds/{build}/ 2019-09-10 16:23:56,118 INFO [main] org.appng.upngizr.controller.Updater: replaceWebXml: true 2019-09-10 16:23:56,118 INFO [main] org.appng.upngizr.controller.Updater: replaceBin: false 2019-09-10 16:23:56,118 INFO [main] org.appng.upngizr.controller.Updater: blockRemoteIPs: true 2019-09-10 16:23:56,118 INFO [main] org.appng.upngizr.controller.Updater: useFQDN: false 2019-09-10 16:23:56,118 INFO [main] org.appng.upngizr.controller.Updater: Allowed local addresses: fe80:0:0:0:f816:3eff:fed8:b72e,10.102.4.100,0:0:0:0:0:0:0:1,127.0.0.1 2019-09-10 16:23:56,119 INFO [main] org.appng.upngizr.controller.Updater: FQDN: de-f2-p-appngdev1.stack.aiticon.net 2019-09-10 16:23:56,119 INFO [main] org.appng.upngizr.controller.Updater: reading 99 MB from file [/var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/../appng-application/target/appng-application-1.20.1.war] 2019-09-10 16:23:56,135 INFO [main] org.appng.upngizr.controller.Updater: retrieved 4/99 MB (5%) 2019-09-10 16:23:56,152 INFO [main] org.appng.upngizr.controller.Updater: retrieved 9/99 MB (10%) 2019-09-10 16:23:56,157 INFO [main] org.appng.upngizr.controller.Updater: retrieved 14/99 MB (15%) 2019-09-10 16:23:56,186 INFO [main] org.appng.upngizr.controller.Updater: retrieved 19/99 MB (20%) 2019-09-10 16:23:56,190 INFO [main] org.appng.upngizr.controller.Updater: retrieved 24/99 MB (25%) 2019-09-10 16:23:56,194 INFO [main] org.appng.upngizr.controller.Updater: retrieved 29/99 MB (30%) 2019-09-10 16:23:56,247 INFO [main] org.appng.upngizr.controller.Updater: retrieved 34/99 MB (35%) 2019-09-10 16:23:56,251 INFO [main] org.appng.upngizr.controller.Updater: retrieved 39/99 MB (40%) 2019-09-10 16:23:56,256 INFO [main] org.appng.upngizr.controller.Updater: retrieved 44/99 MB (45%) 2019-09-10 16:23:56,259 INFO [main] org.appng.upngizr.controller.Updater: retrieved 49/99 MB (50%) 2019-09-10 16:23:56,263 INFO [main] org.appng.upngizr.controller.Updater: retrieved 54/99 MB (55%) 2019-09-10 16:23:56,267 INFO [main] org.appng.upngizr.controller.Updater: retrieved 59/99 MB (60%) 2019-09-10 16:23:56,369 INFO [main] org.appng.upngizr.controller.Updater: retrieved 64/99 MB (65%) 2019-09-10 16:23:56,373 INFO [main] org.appng.upngizr.controller.Updater: retrieved 69/99 MB (70%) 2019-09-10 16:23:56,377 INFO [main] org.appng.upngizr.controller.Updater: retrieved 74/99 MB (75%) 2019-09-10 16:23:56,381 INFO [main] org.appng.upngizr.controller.Updater: retrieved 79/99 MB (80%) 2019-09-10 16:23:56,385 INFO [main] org.appng.upngizr.controller.Updater: retrieved 84/99 MB (85%) 2019-09-10 16:23:56,389 INFO [main] org.appng.upngizr.controller.Updater: retrieved 89/99 MB (90%) 2019-09-10 16:23:56,393 INFO [main] org.appng.upngizr.controller.Updater: retrieved 94/99 MB (95%) 2019-09-10 16:23:56,397 INFO [main] org.appng.upngizr.controller.Updater: retrieved 99/99 MB (100%) 2019-09-10 16:23:56,398 DEBUG [main] org.appng.upngizr.controller.Updater: downloading 99 MB took 0s (99MB/s) 2019-09-10 16:23:56,639 INFO [main] org.appng.upngizr.controller.Updater: Skipping META-INF/MANIFEST.MF 2019-09-10 16:23:56,639 INFO [main] org.appng.upngizr.controller.Updater: Skipping META-INF/context.xml 2019-09-10 16:23:56,639 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/conf/examples/appNG-example-mssql.properties 2019-09-10 16:23:56,639 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/conf/examples/appNG-example-hsqldb.properties 2019-09-10 16:23:56,639 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/conf/ehcache.xml 2019-09-10 16:23:56,639 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/bin/appng-shell 2019-09-10 16:23:56,640 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jboss-transaction-api_1.2_spec-1.1.1.Final.jar 2019-09-10 16:23:56,652 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/poi-ooxml-3.17.jar 2019-09-10 16:23:56,652 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/bridge-method-annotation-1.13.jar 2019-09-10 16:23:56,655 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-data-jpa-1.11.22.RELEASE.jar 2019-09-10 16:23:56,656 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/dec-0.1.2.jar 2019-09-10 16:23:56,657 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/txw2-2.3.1.jar 2019-09-10 16:23:56,658 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/commons-io-2.6.jar 2019-09-10 16:23:56,660 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/gson-2.8.1.jar 2019-09-10 16:23:56,661 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/httpservices-4.5.5.jar 2019-09-10 16:23:56,670 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-core-4.3.24.RELEASE.jar 2019-09-10 16:23:56,678 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jaxb-runtime-2.3.1.jar 2019-09-10 16:23:56,686 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-webmvc-4.3.24.RELEASE.jar 2019-09-10 16:23:56,687 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/json-simple-1.1.1.jar 2019-09-10 16:23:56,688 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-oxm-4.3.24.RELEASE.jar 2019-09-10 16:23:56,692 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/commons-lang3-3.9.jar 2019-09-10 16:23:56,695 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/commons-configuration-1.10.jar 2019-09-10 16:23:56,697 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/lucene-highlighter-8.2.0.jar 2019-09-10 16:23:56,706 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/opennlp-tools-1.8.4.jar 2019-09-10 16:23:56,711 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/commons-compress-1.18.jar 2019-09-10 16:23:56,711 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/appng-tools-1.20.1.jar 2019-09-10 16:23:56,720 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/sis-referencing-0.8.jar 2019-09-10 16:23:56,721 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/stax2-api-3.1.4.jar 2019-09-10 16:23:56,727 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-beans-4.3.24.RELEASE.jar 2019-09-10 16:23:56,736 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/hppc-0.8.1.jar 2019-09-10 16:23:56,739 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-aop-4.3.24.RELEASE.jar 2019-09-10 16:23:56,739 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/asm-5.0.4.jar 2019-09-10 16:23:56,740 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/unit-api-1.0.jar 2019-09-10 16:23:56,740 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/rome-utils-1.5.1.jar 2019-09-10 16:23:56,745 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/bcpkix-jdk15on-1.54.jar 2019-09-10 16:23:56,746 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/xmpcore-5.1.3.jar 2019-09-10 16:23:56,748 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/commons-beanutils-1.9.3.jar 2019-09-10 16:23:56,750 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/lucene-facet-8.2.0.jar 2019-09-10 16:23:56,752 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/appng-api-1.20.1.jar 2019-09-10 16:23:56,755 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/lucene-sandbox-8.2.0.jar 2019-09-10 16:23:56,758 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jsoup-1.12.1.jar 2019-09-10 16:23:56,760 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/juniversalchardet-1.0.3.jar 2019-09-10 16:23:56,761 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/commons-text-1.7.jar 2019-09-10 16:23:56,762 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jsr305-3.0.2.jar 2019-09-10 16:23:56,786 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/grib-4.5.5.jar 2019-09-10 16:23:56,787 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/xz-1.8.jar 2019-09-10 16:23:56,788 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/im4java-1.4.0.jar 2019-09-10 16:23:56,813 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/lucene-core-8.2.0.jar 2019-09-10 16:23:56,815 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/thymeleaf-spring4-3.0.11.RELEASE.jar 2019-09-10 16:23:56,815 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/failureaccess-1.0.1.jar 2019-09-10 16:23:56,816 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/xmlschema-core-2.2.2.jar 2019-09-10 16:23:56,818 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/vorbis-java-core-0.8.jar 2019-09-10 16:23:56,818 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/appng-persistence-1.20.1.jar 2019-09-10 16:23:56,818 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/vorbis-java-tika-0.8.jar 2019-09-10 16:23:56,822 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/batik-css-1.11.jar 2019-09-10 16:23:56,822 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/ehcache-web-2.0.4.jar 2019-09-10 16:23:56,827 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/woodstox-core-asl-4.4.1.jar 2019-09-10 16:23:56,857 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/byte-buddy-1.9.10.jar 2019-09-10 16:23:56,857 INFO [main] org.appng.upngizr.controller.Updater: Skipping META-INF/maven/org.appng/appng-application/pom.xml 2019-09-10 16:23:56,857 INFO [main] org.appng.upngizr.controller.Updater: Skipping META-INF/maven/org.appng/appng-application/pom.properties 2019-09-10 16:23:56,857 INFO [main] org.appng.upngizr.controller.Updater: Skipping applications/safeToDelete.txt 2019-09-10 16:23:56,857 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/conf/log4j.properties 2019-09-10 16:23:56,857 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/conf/examples/appNG-example-mysql.properties 2019-09-10 16:23:56,857 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/conf/install.list 2019-09-10 16:23:56,857 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/conf/appNG.properties 2019-09-10 16:23:56,857 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/bin/appng 2019-09-10 16:23:56,858 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/web.xml 2019-09-10 16:23:56,861 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/lucene-queries-8.2.0.jar 2019-09-10 16:23:56,862 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/udunits-4.5.5.jar 2019-09-10 16:23:56,862 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/batik-constants-1.11.jar 2019-09-10 16:23:56,863 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/slf4j-log4j12-1.7.26.jar 2019-09-10 16:23:56,912 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/Saxon-HE-9.9.1-4.jar 2019-09-10 16:23:56,928 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-xml-2.4.6.RELEASE.jar 2019-09-10 16:23:56,935 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/commons-collections4-4.1.jar 2019-09-10 16:23:56,937 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/junrar-1.0.1.jar 2019-09-10 16:23:56,938 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/appng-rest-api-1.20.1.jar 2019-09-10 16:23:56,942 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/antlr-2.7.7.jar 2019-09-10 16:23:56,945 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/commons-codec-1.13.jar 2019-09-10 16:23:56,950 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/appng-core-1.20.1.jar 2019-09-10 16:23:56,951 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/javax.inject-1.jar 2019-09-10 16:23:56,958 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jna-4.1.0.jar 2019-09-10 16:23:56,960 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jandex-2.0.5.Final.jar 2019-09-10 16:23:56,985 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/guava-28.0-jre.jar 2019-09-10 16:23:56,986 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/classmate-1.3.4.jar 2019-09-10 16:23:56,993 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/javassist-3.24.0-GA.jar 2019-09-10 16:23:57,044 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/poi-ooxml-schemas-3.17.jar 2019-09-10 16:23:57,045 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/appng-cli-1.20.1.jar 2019-09-10 16:23:57,046 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/antisamy-1.5.8.jar 2019-09-10 16:23:57,047 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/validation-api-2.0.1.Final.jar 2019-09-10 16:23:57,048 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/tagsoup-1.2.1.jar 2019-09-10 16:23:57,051 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jackson-core-2.10.0.pr1.jar 2019-09-10 16:23:57,052 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/error_prone_annotations-2.3.2.jar 2019-09-10 16:23:57,054 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/rome-1.5.1.jar 2019-09-10 16:23:57,058 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/hibernate-envers-5.4.3.Final.jar 2019-09-10 16:23:57,073 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/uimaj-core-2.9.0.jar 2019-09-10 16:23:57,077 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/esapi-2.2.0.0.jar 2019-09-10 16:23:57,081 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/mail-1.4.5.jar 2019-09-10 16:23:57,086 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/querydsl-core-4.2.1.jar 2019-09-10 16:23:57,105 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/pdfbox-2.0.16.jar 2019-09-10 16:23:57,111 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/cxf-rt-frontend-jaxrs-3.0.16.jar 2019-09-10 16:23:57,138 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/bcprov-jdk15on-1.54.jar 2019-09-10 16:23:57,138 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/log/appNG.log 2019-09-10 16:23:57,138 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/conf/log4j-cli.properties 2019-09-10 16:23:57,138 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/bin/appng.bat 2019-09-10 16:23:57,138 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/bin/appng-shell.bat 2019-09-10 16:23:57,153 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/lucene-analyzers-common-8.2.0.jar 2019-09-10 16:23:57,154 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/sis-feature-0.8.jar 2019-09-10 16:23:57,155 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar 2019-09-10 16:23:57,158 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/FastInfoset-1.2.15.jar 2019-09-10 16:23:57,161 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/apache-mime4j-dom-0.8.1.jar 2019-09-10 16:23:57,161 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/slf4j-api-1.7.26.jar 2019-09-10 16:23:57,163 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/batik-util-1.11.jar 2019-09-10 16:23:57,175 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/ehcache-core-2.6.11.jar 2019-09-10 16:23:57,178 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/bsh-2.0b6.jar 2019-09-10 16:23:57,179 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jackson-annotations-2.10.0.pr1.jar 2019-09-10 16:23:57,183 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/lucene-queryparser-8.2.0.jar 2019-09-10 16:23:57,184 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/pdfbox-tools-2.0.9.jar 2019-09-10 16:23:57,281 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jedis-3.1.0.jar 2019-09-10 16:23:57,302 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/xmlbeans-2.6.0.jar 2019-09-10 16:23:57,302 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/batik-i18n-1.11.jar 2019-09-10 16:23:57,303 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/mysema-commons-lang-0.2.4.jar 2019-09-10 16:23:57,303 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/semantic-version-1.2.0.jar 2019-09-10 16:23:57,304 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/querydsl-jpa-4.2.1.jar 2019-09-10 16:23:57,306 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/attoparser-2.0.5.RELEASE.jar 2019-09-10 16:23:57,307 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/boilerpipe-1.1.0.jar 2019-09-10 16:23:57,308 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/lucene-memory-8.2.0.jar 2019-09-10 16:23:57,308 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/bzip2-0.9.1.jar 2019-09-10 16:23:57,313 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/protobuf-java-2.5.0.jar 2019-09-10 16:23:57,313 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/sentiment-analysis-parser-0.1.jar 2019-09-10 16:23:57,320 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-web-4.3.24.RELEASE.jar 2019-09-10 16:23:57,353 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/cdm-4.5.5.jar 2019-09-10 16:23:57,359 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/xmlgraphics-commons-2.3.jar 2019-09-10 16:23:57,360 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/sis-netcdf-0.8.jar 2019-09-10 16:23:57,363 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-jdbc-4.3.24.RELEASE.jar 2019-09-10 16:23:57,375 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/freemarker-2.3.28.jar 2019-09-10 16:23:57,377 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/sis-storage-0.8.jar 2019-09-10 16:23:57,377 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/hibernate-entitymanager-5.4.3.Final.jar 2019-09-10 16:23:57,380 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/commons-lang-2.6.jar 2019-09-10 16:23:57,384 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jdom2-2.0.6.jar 2019-09-10 16:23:57,384 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/javax.annotation-api-1.2.jar 2019-09-10 16:23:57,392 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/httpclient-4.5.9.jar 2019-09-10 16:23:57,394 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/javax.ws.rs-api-2.0.1.jar 2019-09-10 16:23:57,396 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/unbescape-1.1.6.RELEASE.jar 2019-09-10 16:23:57,397 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jcommander-1.72.jar 2019-09-10 16:23:57,401 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/httpcore-4.4.11.jar 2019-09-10 16:23:57,403 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/geoapi-3.0.1.jar 2019-09-10 16:23:57,404 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/bcmail-jdk15on-1.54.jar 2019-09-10 16:23:57,432 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/poi-3.17.jar 2019-09-10 16:23:57,433 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jdbc-perf-logger-driver-0.9.0.jar 2019-09-10 16:23:57,434 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jempbox-1.8.13.jar 2019-09-10 16:23:57,435 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jackcess-encrypt-2.1.4.jar 2019-09-10 16:23:57,436 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jboss-logging-3.3.2.Final.jar 2019-09-10 16:23:57,449 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/tika-parsers-1.18.jar 2019-09-10 16:23:57,456 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-data-commons-1.13.22.RELEASE.jar 2019-09-10 16:23:57,470 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/hsqldb-2.5.0.jar 2019-09-10 16:23:57,471 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jcl-over-slf4j-1.7.26.jar 2019-09-10 16:23:57,471 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/commons-csv-1.0.jar 2019-09-10 16:23:57,477 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/metadata-extractor-2.10.1.jar 2019-09-10 16:23:57,479 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jbig2-imageio-3.0.0.jar 2019-09-10 16:23:57,480 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/commons-pool2-2.6.2.jar 2019-09-10 16:23:57,485 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/commons-collections-3.2.2.jar 2019-09-10 16:23:57,496 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jackson-databind-2.10.0.pr1.jar 2019-09-10 16:23:57,501 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-orm-4.3.24.RELEASE.jar 2019-09-10 16:23:57,502 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/classes/ESAPI.properties 2019-09-10 16:23:57,502 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/swagger-annotations-1.5.22.jar 2019-09-10 16:23:57,510 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/tika-core-1.18.jar 2019-09-10 16:23:57,510 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/appng-formtags-1.20.1.jar 2019-09-10 16:23:57,512 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/javax.persistence-api-2.2.jar 2019-09-10 16:23:57,515 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/wsdl4j-1.6.3.jar 2019-09-10 16:23:57,581 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/hibernate-core-5.4.3.Final.jar 2019-09-10 16:23:57,589 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-context-4.3.24.RELEASE.jar 2019-09-10 16:23:57,590 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/aspectjrt-1.8.13.jar 2019-09-10 16:23:57,591 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/istack-commons-runtime-3.0.7.jar 2019-09-10 16:23:57,591 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/httpmime-4.5.4.jar 2019-09-10 16:23:57,596 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/joda-time-2.10.3.jar 2019-09-10 16:23:57,599 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/xom-1.2.10.jar 2019-09-10 16:23:57,600 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/java-libpst-0.8.1.jar 2019-09-10 16:23:57,601 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/xml-apis-ext-1.3.04.jar 2019-09-10 16:23:57,601 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/netcdf4-4.5.5.jar 2019-09-10 16:23:57,602 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/apache-mime4j-core-0.8.1.jar 2019-09-10 16:23:57,611 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/hibernate-validator-6.0.17.Final.jar 2019-09-10 16:23:57,616 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-ws-core-2.4.6.RELEASE.jar 2019-09-10 16:23:57,616 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/appng-forms-1.20.1.jar 2019-09-10 16:23:57,618 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/simplemagic-1.16.jar 2019-09-10 16:23:57,619 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/nekohtml-1.9.22.jar 2019-09-10 16:23:57,621 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-tx-4.3.24.RELEASE.jar 2019-09-10 16:23:57,622 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jcip-annotations-1.0.jar 2019-09-10 16:23:57,629 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/sis-utility-0.8.jar 2019-09-10 16:23:57,630 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jaxb-api-2.3.1.jar 2019-09-10 16:23:57,632 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-expression-4.3.24.RELEASE.jar 2019-09-10 16:23:57,633 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/appng-taglib-1.20.1.jar 2019-09-10 16:23:57,634 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/cxf-rt-rs-client-3.0.16.jar 2019-09-10 16:23:57,637 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/flyway-core-4.2.0.jar 2019-09-10 16:23:57,638 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/curvesapi-1.04.jar 2019-09-10 16:23:57,639 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jmatio-1.2.jar 2019-09-10 16:23:57,642 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/cxf-rt-transports-http-3.0.16.jar 2019-09-10 16:23:57,643 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/appng-xmlapi-1.20.1.jar 2019-09-10 16:23:57,645 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/urlrewritefilter-4.0.4.jar 2019-09-10 16:23:57,646 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/hibernate-commons-annotations-5.1.0.Final.jar 2019-09-10 16:23:57,646 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/appng-search-1.20.1.jar 2019-09-10 16:23:57,647 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/aopalliance-1.0.jar 2019-09-10 16:23:57,652 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/mchange-commons-java-0.2.15.jar 2019-09-10 16:23:57,658 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jackcess-2.1.10.jar 2019-09-10 16:23:57,659 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/commons-fileupload-1.4.jar 2019-09-10 16:23:57,662 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-security-core-4.2.13.RELEASE.jar 2019-09-10 16:23:57,666 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/log4j-1.2.17.jar 2019-09-10 16:23:57,666 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/openjson-1.0.10.jar 2019-09-10 16:23:57,669 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/dom4j-2.1.1.jar 2019-09-10 16:23:57,674 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/amqp-client-5.7.2.jar 2019-09-10 16:23:57,676 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/checker-qual-2.8.1.jar 2019-09-10 16:23:57,676 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/commons-exec-1.3.jar 2019-09-10 16:23:57,677 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/stax-api-1.0.1.jar 2019-09-10 16:23:57,677 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jul-to-slf4j-1.7.24.jar 2019-09-10 16:23:57,688 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/fontbox-2.0.16.jar 2019-09-10 16:23:57,690 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/uimafit-core-2.2.0.jar 2019-09-10 16:23:57,690 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/stax-ex-1.8.jar 2019-09-10 16:23:57,694 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-security-web-4.2.13.RELEASE.jar 2019-09-10 16:23:57,695 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/HikariCP-3.3.1.jar 2019-09-10 16:23:57,706 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/poi-scratchpad-3.17.jar 2019-09-10 16:23:57,707 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/javax.activation-api-1.2.0.jar 2019-09-10 16:23:57,711 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/commons-vfs2-2.2.jar 2019-09-10 16:23:57,719 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/thymeleaf-3.0.11.RELEASE.jar 2019-09-10 16:23:57,725 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/sis-metadata-0.8.jar 2019-09-10 16:23:57,726 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-data-envers-1.1.22.RELEASE.jar 2019-09-10 16:23:57,726 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/animal-sniffer-annotations-1.17.jar 2019-09-10 16:23:57,738 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/cxf-core-3.0.16.jar 2019-09-10 16:23:57,744 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/quartz-2.3.1.jar 2019-09-10 16:23:57,744 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/commons-logging-api-1.1.jar 2019-09-10 16:23:57,746 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-context-support-4.3.24.RELEASE.jar 2019-09-10 16:23:57,746 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/appng-mail-1.20.1.jar 2019-09-10 16:23:57,748 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jhighlight-1.0.2.jar 2019-09-10 16:23:57,749 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/j2objc-annotations-1.3.jar 2019-09-10 16:23:57,753 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jai-imageio-core-1.3.1.jar 2019-09-10 16:23:57,772 INFO [main] org.appng.upngizr.controller.Updater: buildRepository: https://appng.org/appng/builds/{build}/ 2019-09-10 16:23:57,772 INFO [main] org.appng.upngizr.controller.Updater: replaceWebXml: true 2019-09-10 16:23:57,772 INFO [main] org.appng.upngizr.controller.Updater: replaceBin: false 2019-09-10 16:23:57,772 INFO [main] org.appng.upngizr.controller.Updater: blockRemoteIPs: true 2019-09-10 16:23:57,772 INFO [main] org.appng.upngizr.controller.Updater: useFQDN: false 2019-09-10 16:23:57,772 INFO [main] org.appng.upngizr.controller.Updater: Allowed local addresses: fe80:0:0:0:f816:3eff:fed8:b72e,10.102.4.100,0:0:0:0:0:0:0:1,127.0.0.1 2019-09-10 16:23:57,772 INFO [main] org.appng.upngizr.controller.Updater: FQDN: de-f2-p-appngdev1.stack.aiticon.net 2019-09-10 16:23:57,779 INFO [main] org.appng.upngizr.controller.Updater: Source: 127.0.0.1 2019-09-10 16:23:58,124 INFO [main] org.appng.upngizr.controller.Updater: buildRepository: https://appng.org/appng/builds/{build}/ 2019-09-10 16:23:58,124 INFO [main] org.appng.upngizr.controller.Updater: replaceWebXml: true 2019-09-10 16:23:58,124 INFO [main] org.appng.upngizr.controller.Updater: replaceBin: false 2019-09-10 16:23:58,124 INFO [main] org.appng.upngizr.controller.Updater: blockRemoteIPs: true 2019-09-10 16:23:58,124 INFO [main] org.appng.upngizr.controller.Updater: useFQDN: false 2019-09-10 16:23:58,125 INFO [main] org.appng.upngizr.controller.Updater: Allowed local addresses: fe80:0:0:0:f816:3eff:fed8:b72e,10.102.4.100,0:0:0:0:0:0:0:1,127.0.0.1 2019-09-10 16:23:58,125 INFO [main] org.appng.upngizr.controller.Updater: FQDN: de-f2-p-appngdev1.stack.aiticon.net 2019-09-10 16:23:58,125 INFO [main] org.appng.upngizr.controller.Updater: Source: 127.0.0.1 2019-09-10 16:23:58,128 INFO [main] org.appng.upngizr.controller.Updater: buildRepository: https://appng.org/appng/builds/{build}/ 2019-09-10 16:23:58,128 INFO [main] org.appng.upngizr.controller.Updater: replaceWebXml: true 2019-09-10 16:23:58,128 INFO [main] org.appng.upngizr.controller.Updater: replaceBin: false 2019-09-10 16:23:58,128 INFO [main] org.appng.upngizr.controller.Updater: blockRemoteIPs: true 2019-09-10 16:23:58,128 INFO [main] org.appng.upngizr.controller.Updater: useFQDN: true 2019-09-10 16:23:58,128 INFO [main] org.appng.upngizr.controller.Updater: Allowed local addresses: fe80:0:0:0:f816:3eff:fed8:b72e,10.102.4.100,0:0:0:0:0:0:0:1,127.0.0.1 2019-09-10 16:23:58,128 INFO [main] org.appng.upngizr.controller.Updater: serverName: de-f2-p-appngdev1.stack.aiticon.net 2019-09-10 16:23:58,128 INFO [main] org.appng.upngizr.controller.Updater: FQDN: de-f2-p-appngdev1.stack.aiticon.net 2019-09-10 16:23:58,128 INFO [main] org.appng.upngizr.controller.Updater: Source: 127.0.0.1 2019-09-10 16:23:58,131 INFO [main] org.appng.upngizr.controller.Updater: buildRepository: https://appng.org/appng/builds/{build}/ 2019-09-10 16:23:58,131 INFO [main] org.appng.upngizr.controller.Updater: replaceWebXml: true 2019-09-10 16:23:58,131 INFO [main] org.appng.upngizr.controller.Updater: replaceBin: false 2019-09-10 16:23:58,131 INFO [main] org.appng.upngizr.controller.Updater: blockRemoteIPs: true 2019-09-10 16:23:58,131 INFO [main] org.appng.upngizr.controller.Updater: useFQDN: false 2019-09-10 16:23:58,131 INFO [main] org.appng.upngizr.controller.Updater: Allowed local addresses: fe80:0:0:0:f816:3eff:fed8:b72e,10.102.4.100,0:0:0:0:0:0:0:1,127.0.0.1 2019-09-10 16:23:58,131 INFO [main] org.appng.upngizr.controller.Updater: FQDN: de-f2-p-appngdev1.stack.aiticon.net 2019-09-10 16:23:58,131 INFO [main] org.appng.upngizr.controller.Updater: Source: foobar.org 2019-09-10 16:23:58,131 INFO [main] org.appng.upngizr.controller.Updater: remote address foobar.org is not in list of allowed addresses (fe80:0:0:0:f816:3eff:fed8:b72e 10.102.4.100 0:0:0:0:0:0:0:1 127.0.0.1) 2019-09-10 16:23:58,131 INFO [main] org.appng.upngizr.controller.Updater: buildRepository: https://appng.org/appng/builds/{build}/ 2019-09-10 16:23:58,132 INFO [main] org.appng.upngizr.controller.Updater: replaceWebXml: true 2019-09-10 16:23:58,132 INFO [main] org.appng.upngizr.controller.Updater: replaceBin: false 2019-09-10 16:23:58,132 INFO [main] org.appng.upngizr.controller.Updater: blockRemoteIPs: true 2019-09-10 16:23:58,132 INFO [main] org.appng.upngizr.controller.Updater: useFQDN: false 2019-09-10 16:23:58,132 INFO [main] org.appng.upngizr.controller.Updater: Allowed local addresses: fe80:0:0:0:f816:3eff:fed8:b72e,10.102.4.100,0:0:0:0:0:0:0:1,127.0.0.1 2019-09-10 16:23:58,132 INFO [main] org.appng.upngizr.controller.Updater: FQDN: de-f2-p-appngdev1.stack.aiticon.net 2019-09-10 16:23:58,132 INFO [main] org.appng.upngizr.controller.Updater: Source: 127.0.0.1 2019-09-10 16:23:58,134 WARN [main] org.appng.upngizr.controller.Updater: https://appng.org/appng/builds/stable/appng-application-0.8.15.war does not exist! 2019-09-10 16:23:58,664 INFO [main] org.appng.upngizr.controller.Updater: buildRepository: https://appng.org/appng/builds/{build}/ 2019-09-10 16:23:58,664 INFO [main] org.appng.upngizr.controller.Updater: replaceWebXml: true 2019-09-10 16:23:58,664 INFO [main] org.appng.upngizr.controller.Updater: replaceBin: false 2019-09-10 16:23:58,664 INFO [main] org.appng.upngizr.controller.Updater: blockRemoteIPs: true 2019-09-10 16:23:58,664 INFO [main] org.appng.upngizr.controller.Updater: useFQDN: false 2019-09-10 16:23:58,664 INFO [main] org.appng.upngizr.controller.Updater: Allowed local addresses: fe80:0:0:0:f816:3eff:fed8:b72e,10.102.4.100,0:0:0:0:0:0:0:1,127.0.0.1 2019-09-10 16:23:58,665 INFO [main] org.appng.upngizr.controller.Updater: FQDN: de-f2-p-appngdev1.stack.aiticon.net 2019-09-10 16:23:58,665 INFO [main] org.appng.upngizr.controller.Updater: Source: 127.0.0.1 2019-09-10 16:23:58,668 INFO [main] org.appng.upngizr.controller.Updater: Starting appNG 2019-09-10 16:24:01,669 INFO [main] org.appng.upngizr.controller.Updater: Started appNG in 3 seconds. 2019-09-10 16:24:01,671 INFO [upNGizr updater] org.appng.upngizr.controller.Updater: Starting appNGizer 2019-09-10 16:24:03,671 INFO [main] org.appng.upngizr.controller.Updater: Started appNGizer in 2 seconds. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.785 s - in org.appng.upngizr.controller.UpdaterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-war-plugin:3.1.0:war (default-war) @ appng-upngizr --- [INFO] Packaging webapp [INFO] Assembling webapp [appng-upngizr] in [/var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.20.1] [INFO] Processing war project [INFO] Copying webapp webResources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/src/main/webapp/META-INF] to [/var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.20.1] [INFO] Copying webapp webResources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/src/main/webapp/WEB-INF] to [/var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.20.1] [INFO] Copying webapp resources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/src/main/webapp] [INFO] Webapp assembled in [24 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.20.1.war [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-upngizr --- [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://projectlombok.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://tomcat.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.slf4j.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.slf4j.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.mockito.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://github.com/FasterXML/jackson/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://junit.org/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.upngizr.controller... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/apidocs/org/appng/upngizr/controller/Updater.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/apidocs/org/appng/upngizr/controller/UpNGizr.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/apidocs/org/appng/upngizr/controller/UpNGizrConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/apidocs/org/appng/upngizr/controller/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/apidocs/org/appng/upngizr/controller/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/apidocs/org/appng/upngizr/controller/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/apidocs/serialized-form.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/apidocs/org/appng/upngizr/controller/class-use/UpNGizrConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/apidocs/org/appng/upngizr/controller/class-use/UpNGizr.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/apidocs/org/appng/upngizr/controller/class-use/Updater.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/apidocs/org/appng/upngizr/controller/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.20.1-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-upngizr >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.4.7:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Action.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ActionField.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Datasource.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Element.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ErrorModel.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Field.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldValue.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Filter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Link.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Message.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Option.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/OptionType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Options.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Page.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Parameter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Permission.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Sort.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/User.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ValidationRule.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/HttpBasicAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/ApiKeyAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuthFlow.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/Authentication.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.swagger-codegen/VERSION [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-rest-api --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.20.1 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-upngizr <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-upngizr --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-upngizr --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.20.1-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-upngizr --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-upngizr --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.20.1.war to /var/lib/jenkins/.m2/repository/org/appng/appng-upngizr/1.20.1/appng-upngizr-1.20.1.war [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-upngizr/1.20.1/appng-upngizr-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.20.1-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-upngizr/1.20.1/appng-upngizr-1.20.1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.20.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-upngizr/1.20.1/appng-upngizr-1.20.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.20.1.war.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-upngizr/1.20.1/appng-upngizr-1.20.1.war.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.20.1.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-upngizr/1.20.1/appng-upngizr-1.20.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.20.1-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-upngizr/1.20.1/appng-upngizr-1.20.1-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.20.1-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-upngizr/1.20.1/appng-upngizr-1.20.1-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-upngizr --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.14-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.20.1.war to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-upngizr/1.20.1/appng-upngizr-1.20.1.war [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-upngizr/1.20.1/appng-upngizr-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.20.1-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-upngizr/1.20.1/appng-upngizr-1.20.1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.20.1-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-upngizr/1.20.1/appng-upngizr-1.20.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.20.1.war.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-upngizr/1.20.1/appng-upngizr-1.20.1.war.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.20.1.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-upngizr/1.20.1/appng-upngizr-1.20.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.20.1-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-upngizr/1.20.1/appng-upngizr-1.20.1-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.20.1-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-upngizr/1.20.1/appng-upngizr-1.20.1-sources.jar.asc [INFO] Performing remote staging... [INFO] [INFO] * Remote staging into staging profile ID "5db33f1e7729b7" [INFO] * Created staging repository with ID "orgappng-1055". [INFO] * Staging repository at https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055 [INFO] * Uploading locally staged artifacts to profile org.appng Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-template-parent/1.20.1/appng-template-parent-1.20.1.pom Progress (1): 2.0/5.5 kB Progress (1): 4.1/5.5 kB Progress (1): 5.5 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-template-parent/1.20.1/appng-template-parent-1.20.1.pom (5.5 kB at 4.6 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-template-parent/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-template-parent/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-template-parent/maven-metadata.xml Progress (1): 312 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-template-parent/maven-metadata.xml (312 B at 387 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-template-parent/maven-metadata.xml Progress (1): 312 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-template-parent/maven-metadata.xml (312 B at 48 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-maven-plugin/1.20.1/appng-maven-plugin-1.20.1-sources.jar Progress (1): 2.0/10 kB Progress (1): 4.1/10 kB Progress (1): 6.1/10 kB Progress (1): 8.2/10 kB Progress (1): 10/10 kB Progress (1): 10 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-maven-plugin/1.20.1/appng-maven-plugin-1.20.1-sources.jar (10 kB at 11 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-maven-plugin/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-maven-plugin/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-maven-plugin/maven-metadata.xml Progress (1): 309 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-maven-plugin/maven-metadata.xml (309 B at 238 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-maven-plugin/maven-metadata.xml Progress (1): 309 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-maven-plugin/maven-metadata.xml (309 B at 419 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-taglib/1.20.1/appng-taglib-1.20.1-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-taglib/1.20.1/appng-taglib-1.20.1-sources.jar.asc (473 B at 2.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-taglib/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-taglib/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-taglib/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-taglib/maven-metadata.xml (303 B at 333 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-taglib/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-taglib/maven-metadata.xml (303 B at 412 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-persistence/1.20.1/appng-persistence-1.20.1-sources.jar Progress (1): 2.0/22 kB Progress (1): 4.1/22 kB Progress (1): 6.1/22 kB Progress (1): 8.2/22 kB Progress (1): 10/22 kB Progress (1): 12/22 kB Progress (1): 14/22 kB Progress (1): 16/22 kB Progress (1): 18/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-persistence/1.20.1/appng-persistence-1.20.1-sources.jar (22 kB at 25 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-persistence/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-persistence/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-persistence/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-persistence/maven-metadata.xml (308 B at 348 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-persistence/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-persistence/maven-metadata.xml (308 B at 442 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-xmlapi/1.20.1/appng-xmlapi-1.20.1.jar Progress (1): 2.0/155 kB Progress (1): 4.1/155 kB Progress (1): 6.1/155 kB Progress (1): 8.2/155 kB Progress (1): 10/155 kB Progress (1): 12/155 kB Progress (1): 14/155 kB Progress (1): 16/155 kB Progress (1): 18/155 kB Progress (1): 20/155 kB Progress (1): 23/155 kB Progress (1): 25/155 kB Progress (1): 27/155 kB Progress (1): 29/155 kB Progress (1): 31/155 kB Progress (1): 33/155 kB Progress (1): 35/155 kB Progress (1): 37/155 kB Progress (1): 39/155 kB Progress (1): 41/155 kB Progress (1): 43/155 kB Progress (1): 45/155 kB Progress (1): 47/155 kB Progress (1): 49/155 kB Progress (1): 51/155 kB Progress (1): 53/155 kB Progress (1): 55/155 kB Progress (1): 57/155 kB Progress (1): 59/155 kB Progress (1): 61/155 kB Progress (1): 63/155 kB Progress (1): 66/155 kB Progress (1): 68/155 kB Progress (1): 70/155 kB Progress (1): 72/155 kB Progress (1): 74/155 kB Progress (1): 76/155 kB Progress (1): 78/155 kB Progress (1): 80/155 kB Progress (1): 82/155 kB Progress (1): 84/155 kB Progress (1): 86/155 kB Progress (1): 88/155 kB Progress (1): 90/155 kB Progress (1): 92/155 kB Progress (1): 94/155 kB Progress (1): 96/155 kB Progress (1): 98/155 kB Progress (1): 100/155 kB Progress (1): 102/155 kB Progress (1): 104/155 kB Progress (1): 106/155 kB Progress (1): 109/155 kB Progress (1): 111/155 kB Progress (1): 113/155 kB Progress (1): 115/155 kB Progress (1): 117/155 kB Progress (1): 119/155 kB Progress (1): 121/155 kB Progress (1): 123/155 kB Progress (1): 125/155 kB Progress (1): 127/155 kB Progress (1): 129/155 kB Progress (1): 131/155 kB Progress (1): 133/155 kB Progress (1): 135/155 kB Progress (1): 137/155 kB Progress (1): 139/155 kB Progress (1): 141/155 kB Progress (1): 143/155 kB Progress (1): 145/155 kB Progress (1): 147/155 kB Progress (1): 150/155 kB Progress (1): 152/155 kB Progress (1): 154/155 kB Progress (1): 155 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-xmlapi/1.20.1/appng-xmlapi-1.20.1.jar (155 kB at 155 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-xmlapi/1.20.1/appng-xmlapi-1.20.1.pom Progress (1): 2.0/3.1 kB Progress (1): 3.1 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-xmlapi/1.20.1/appng-xmlapi-1.20.1.pom (3.1 kB at 4.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-xmlapi/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-xmlapi/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-xmlapi/maven-metadata.xml (303 B at 348 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-xmlapi/maven-metadata.xml (303 B at 427 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-upngizr/1.20.1/appng-upngizr-1.20.1-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-upngizr/1.20.1/appng-upngizr-1.20.1-sources.jar.asc (473 B at 2.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-upngizr/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-upngizr/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-upngizr/maven-metadata.xml Progress (1): 304 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-upngizr/maven-metadata.xml (304 B at 349 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-upngizr/maven-metadata.xml Progress (1): 304 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-upngizr/maven-metadata.xml (304 B at 444 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application/1.20.1/appng-application-1.20.1.war Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105 MB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application/1.20.1/appng-application-1.20.1.war (105 MB at 2.3 MB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application/1.20.1/appng-application-1.20.1.pom Progress (1): 2.0/6.5 kB Progress (1): 4.1/6.5 kB Progress (1): 6.1/6.5 kB Progress (1): 6.5 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application/1.20.1/appng-application-1.20.1.pom (6.5 kB at 844 B/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application/maven-metadata.xml (308 B at 258 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application/maven-metadata.xml (308 B at 394 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-formtags/1.20.1/appng-formtags-1.20.1-javadoc.jar Progress (1): 2.0/109 kB Progress (1): 4.1/109 kB Progress (1): 6.1/109 kB Progress (1): 8.2/109 kB Progress (1): 10/109 kB Progress (1): 12/109 kB Progress (1): 14/109 kB Progress (1): 16/109 kB Progress (1): 18/109 kB Progress (1): 20/109 kB Progress (1): 23/109 kB Progress (1): 25/109 kB Progress (1): 27/109 kB Progress (1): 29/109 kB Progress (1): 31/109 kB Progress (1): 33/109 kB Progress (1): 35/109 kB Progress (1): 37/109 kB Progress (1): 39/109 kB Progress (1): 41/109 kB Progress (1): 43/109 kB Progress (1): 45/109 kB Progress (1): 47/109 kB Progress (1): 49/109 kB Progress (1): 51/109 kB Progress (1): 53/109 kB Progress (1): 55/109 kB Progress (1): 57/109 kB Progress (1): 59/109 kB Progress (1): 61/109 kB Progress (1): 63/109 kB Progress (1): 66/109 kB Progress (1): 68/109 kB Progress (1): 70/109 kB Progress (1): 72/109 kB Progress (1): 74/109 kB Progress (1): 76/109 kB Progress (1): 78/109 kB Progress (1): 80/109 kB Progress (1): 82/109 kB Progress (1): 84/109 kB Progress (1): 86/109 kB Progress (1): 88/109 kB Progress (1): 90/109 kB Progress (1): 92/109 kB Progress (1): 94/109 kB Progress (1): 96/109 kB Progress (1): 98/109 kB Progress (1): 100/109 kB Progress (1): 102/109 kB Progress (1): 104/109 kB Progress (1): 106/109 kB Progress (1): 109/109 kB Progress (1): 109 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-formtags/1.20.1/appng-formtags-1.20.1-javadoc.jar (109 kB at 100 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-formtags/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-formtags/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-formtags/maven-metadata.xml Progress (1): 305 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-formtags/maven-metadata.xml (305 B at 312 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-formtags/maven-metadata.xml Progress (1): 305 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-formtags/maven-metadata.xml (305 B at 386 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-rest-api/1.20.1/appng-rest-api-1.20.1-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-rest-api/1.20.1/appng-rest-api-1.20.1-sources.jar.asc (473 B at 2.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-rest-api/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-rest-api/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 305 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-rest-api/maven-metadata.xml (305 B at 337 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 305 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-rest-api/maven-metadata.xml (305 B at 329 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven/appng-appngizer-maven-plugin/1.20.1/appng-appngizer-maven-plugin-1.20.1-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven/appng-appngizer-maven-plugin/1.20.1/appng-appngizer-maven-plugin-1.20.1-sources.jar.asc (473 B at 2.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 325 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (325 B at 375 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 325 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (325 B at 487 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven/appng-appngizer-maven-plugin/1.20.1/appng-appngizer-maven-plugin-1.20.1-javadoc.jar Progress (1): 2.0/34 kB Progress (1): 4.1/34 kB Progress (1): 6.1/34 kB Progress (1): 8.2/34 kB Progress (1): 10/34 kB Progress (1): 12/34 kB Progress (1): 14/34 kB Progress (1): 16/34 kB Progress (1): 18/34 kB Progress (1): 20/34 kB Progress (1): 23/34 kB Progress (1): 25/34 kB Progress (1): 27/34 kB Progress (1): 29/34 kB Progress (1): 31/34 kB Progress (1): 33/34 kB Progress (1): 34 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven/appng-appngizer-maven-plugin/1.20.1/appng-appngizer-maven-plugin-1.20.1-javadoc.jar (34 kB at 41 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 325 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (325 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 325 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (325 B at 501 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-core/1.20.1/appng-core-1.20.1-sources.jar Progress (1): 2.0/376 kB Progress (1): 4.1/376 kB Progress (1): 6.1/376 kB Progress (1): 8.2/376 kB Progress (1): 10/376 kB Progress (1): 12/376 kB Progress (1): 14/376 kB Progress (1): 16/376 kB Progress (1): 18/376 kB Progress (1): 20/376 kB Progress (1): 23/376 kB Progress (1): 25/376 kB Progress (1): 27/376 kB Progress (1): 29/376 kB Progress (1): 31/376 kB Progress (1): 33/376 kB Progress (1): 35/376 kB Progress (1): 37/376 kB Progress (1): 39/376 kB Progress (1): 41/376 kB Progress (1): 43/376 kB Progress (1): 45/376 kB Progress (1): 47/376 kB Progress (1): 49/376 kB Progress (1): 51/376 kB Progress (1): 53/376 kB Progress (1): 55/376 kB Progress (1): 57/376 kB Progress (1): 59/376 kB Progress (1): 61/376 kB Progress (1): 63/376 kB Progress (1): 66/376 kB Progress (1): 68/376 kB Progress (1): 70/376 kB Progress (1): 72/376 kB Progress (1): 74/376 kB Progress (1): 76/376 kB Progress (1): 78/376 kB Progress (1): 80/376 kB Progress (1): 82/376 kB Progress (1): 84/376 kB Progress (1): 86/376 kB Progress (1): 88/376 kB Progress (1): 90/376 kB Progress (1): 92/376 kB Progress (1): 94/376 kB Progress (1): 96/376 kB Progress (1): 98/376 kB Progress (1): 100/376 kB Progress (1): 102/376 kB Progress (1): 104/376 kB Progress (1): 106/376 kB Progress (1): 109/376 kB Progress (1): 111/376 kB Progress (1): 113/376 kB Progress (1): 115/376 kB Progress (1): 117/376 kB Progress (1): 119/376 kB Progress (1): 121/376 kB Progress (1): 123/376 kB Progress (1): 125/376 kB Progress (1): 127/376 kB Progress (1): 129/376 kB Progress (1): 131/376 kB Progress (1): 133/376 kB Progress (1): 135/376 kB Progress (1): 137/376 kB Progress (1): 139/376 kB Progress (1): 141/376 kB Progress (1): 143/376 kB Progress (1): 145/376 kB Progress (1): 147/376 kB Progress (1): 150/376 kB Progress (1): 152/376 kB Progress (1): 154/376 kB Progress (1): 156/376 kB Progress (1): 158/376 kB Progress (1): 160/376 kB Progress (1): 162/376 kB Progress (1): 164/376 kB Progress (1): 166/376 kB Progress (1): 168/376 kB Progress (1): 170/376 kB Progress (1): 172/376 kB Progress (1): 174/376 kB Progress (1): 176/376 kB Progress (1): 178/376 kB Progress (1): 180/376 kB Progress (1): 182/376 kB Progress (1): 184/376 kB Progress (1): 186/376 kB Progress (1): 188/376 kB Progress (1): 190/376 kB Progress (1): 193/376 kB Progress (1): 195/376 kB Progress (1): 197/376 kB Progress (1): 199/376 kB Progress (1): 201/376 kB Progress (1): 203/376 kB Progress (1): 205/376 kB Progress (1): 207/376 kB Progress (1): 209/376 kB Progress (1): 211/376 kB Progress (1): 213/376 kB Progress (1): 215/376 kB Progress (1): 217/376 kB Progress (1): 219/376 kB Progress (1): 221/376 kB Progress (1): 223/376 kB Progress (1): 225/376 kB Progress (1): 227/376 kB Progress (1): 229/376 kB Progress (1): 231/376 kB Progress (1): 233/376 kB Progress (1): 236/376 kB Progress (1): 238/376 kB Progress (1): 240/376 kB Progress (1): 242/376 kB Progress (1): 244/376 kB Progress (1): 246/376 kB Progress (1): 248/376 kB Progress (1): 250/376 kB Progress (1): 252/376 kB Progress (1): 254/376 kB Progress (1): 256/376 kB Progress (1): 258/376 kB Progress (1): 260/376 kB Progress (1): 262/376 kB Progress (1): 264/376 kB Progress (1): 266/376 kB Progress (1): 268/376 kB Progress (1): 270/376 kB Progress (1): 272/376 kB Progress (1): 274/376 kB Progress (1): 276/376 kB Progress (1): 279/376 kB Progress (1): 281/376 kB Progress (1): 283/376 kB Progress (1): 285/376 kB Progress (1): 287/376 kB Progress (1): 289/376 kB Progress (1): 291/376 kB Progress (1): 293/376 kB Progress (1): 295/376 kB Progress (1): 297/376 kB Progress (1): 299/376 kB Progress (1): 301/376 kB Progress (1): 303/376 kB Progress (1): 305/376 kB Progress (1): 307/376 kB Progress (1): 309/376 kB Progress (1): 311/376 kB Progress (1): 313/376 kB Progress (1): 315/376 kB Progress (1): 317/376 kB Progress (1): 319/376 kB Progress (1): 322/376 kB Progress (1): 324/376 kB Progress (1): 326/376 kB Progress (1): 328/376 kB Progress (1): 330/376 kB Progress (1): 332/376 kB Progress (1): 334/376 kB Progress (1): 336/376 kB Progress (1): 338/376 kB Progress (1): 340/376 kB Progress (1): 342/376 kB Progress (1): 344/376 kB Progress (1): 346/376 kB Progress (1): 348/376 kB Progress (1): 350/376 kB Progress (1): 352/376 kB Progress (1): 354/376 kB Progress (1): 356/376 kB Progress (1): 358/376 kB Progress (1): 360/376 kB Progress (1): 362/376 kB Progress (1): 365/376 kB Progress (1): 367/376 kB Progress (1): 369/376 kB Progress (1): 371/376 kB Progress (1): 373/376 kB Progress (1): 375/376 kB Progress (1): 376 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-core/1.20.1/appng-core-1.20.1-sources.jar (376 kB at 56 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-core/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-core/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-core/maven-metadata.xml Progress (1): 301 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-core/maven-metadata.xml (301 B at 342 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-core/maven-metadata.xml Progress (1): 301 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-core/maven-metadata.xml (301 B at 416 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-xmlapi/1.20.1/appng-xmlapi-1.20.1-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-xmlapi/1.20.1/appng-xmlapi-1.20.1-sources.jar.asc (473 B at 2.0 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 303 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-xmlapi/maven-metadata.xml (303 B at 1.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-xmlapi/maven-metadata.xml (303 B at 427 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-search/1.20.1/appng-search-1.20.1.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-search/1.20.1/appng-search-1.20.1.pom.asc (473 B at 2.0 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-search/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-search/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-search/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-search/maven-metadata.xml (303 B at 38 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-search/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-search/maven-metadata.xml (303 B at 356 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-rest-api/1.20.1/appng-rest-api-1.20.1-javadoc.jar Progress (1): 2.0/275 kB Progress (1): 4.1/275 kB Progress (1): 6.1/275 kB Progress (1): 8.2/275 kB Progress (1): 10/275 kB Progress (1): 12/275 kB Progress (1): 14/275 kB Progress (1): 16/275 kB Progress (1): 18/275 kB Progress (1): 20/275 kB Progress (1): 23/275 kB Progress (1): 25/275 kB Progress (1): 27/275 kB Progress (1): 29/275 kB Progress (1): 31/275 kB Progress (1): 33/275 kB Progress (1): 35/275 kB Progress (1): 37/275 kB Progress (1): 39/275 kB Progress (1): 41/275 kB Progress (1): 43/275 kB Progress (1): 45/275 kB Progress (1): 47/275 kB Progress (1): 49/275 kB Progress (1): 51/275 kB Progress (1): 53/275 kB Progress (1): 55/275 kB Progress (1): 57/275 kB Progress (1): 59/275 kB Progress (1): 61/275 kB Progress (1): 63/275 kB Progress (1): 66/275 kB Progress (1): 68/275 kB Progress (1): 70/275 kB Progress (1): 72/275 kB Progress (1): 74/275 kB Progress (1): 76/275 kB Progress (1): 78/275 kB Progress (1): 80/275 kB Progress (1): 82/275 kB Progress (1): 84/275 kB Progress (1): 86/275 kB Progress (1): 88/275 kB Progress (1): 90/275 kB Progress (1): 92/275 kB Progress (1): 94/275 kB Progress (1): 96/275 kB Progress (1): 98/275 kB Progress (1): 100/275 kB Progress (1): 102/275 kB Progress (1): 104/275 kB Progress (1): 106/275 kB Progress (1): 109/275 kB Progress (1): 111/275 kB Progress (1): 113/275 kB Progress (1): 115/275 kB Progress (1): 117/275 kB Progress (1): 119/275 kB Progress (1): 121/275 kB Progress (1): 123/275 kB Progress (1): 125/275 kB Progress (1): 127/275 kB Progress (1): 129/275 kB Progress (1): 131/275 kB Progress (1): 133/275 kB Progress (1): 135/275 kB Progress (1): 137/275 kB Progress (1): 139/275 kB Progress (1): 141/275 kB Progress (1): 143/275 kB Progress (1): 145/275 kB Progress (1): 147/275 kB Progress (1): 150/275 kB Progress (1): 152/275 kB Progress (1): 154/275 kB Progress (1): 156/275 kB Progress (1): 158/275 kB Progress (1): 160/275 kB Progress (1): 162/275 kB Progress (1): 164/275 kB Progress (1): 166/275 kB Progress (1): 168/275 kB Progress (1): 170/275 kB Progress (1): 172/275 kB Progress (1): 174/275 kB Progress (1): 176/275 kB Progress (1): 178/275 kB Progress (1): 180/275 kB Progress (1): 182/275 kB Progress (1): 184/275 kB Progress (1): 186/275 kB Progress (1): 188/275 kB Progress (1): 190/275 kB Progress (1): 193/275 kB Progress (1): 195/275 kB Progress (1): 197/275 kB Progress (1): 199/275 kB Progress (1): 201/275 kB Progress (1): 203/275 kB Progress (1): 205/275 kB Progress (1): 207/275 kB Progress (1): 209/275 kB Progress (1): 211/275 kB Progress (1): 213/275 kB Progress (1): 215/275 kB Progress (1): 217/275 kB Progress (1): 219/275 kB Progress (1): 221/275 kB Progress (1): 223/275 kB Progress (1): 225/275 kB Progress (1): 227/275 kB Progress (1): 229/275 kB Progress (1): 231/275 kB Progress (1): 233/275 kB Progress (1): 236/275 kB Progress (1): 238/275 kB Progress (1): 240/275 kB Progress (1): 242/275 kB Progress (1): 244/275 kB Progress (1): 246/275 kB Progress (1): 248/275 kB Progress (1): 250/275 kB Progress (1): 252/275 kB Progress (1): 254/275 kB Progress (1): 256/275 kB Progress (1): 258/275 kB Progress (1): 260/275 kB Progress (1): 262/275 kB Progress (1): 264/275 kB Progress (1): 266/275 kB Progress (1): 268/275 kB Progress (1): 270/275 kB Progress (1): 272/275 kB Progress (1): 274/275 kB Progress (1): 275 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-rest-api/1.20.1/appng-rest-api-1.20.1-javadoc.jar (275 kB at 257 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 305 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-rest-api/maven-metadata.xml (305 B at 1.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 305 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-rest-api/maven-metadata.xml (305 B at 435 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-documentation/1.20.1/appng-documentation-1.20.1.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-documentation/1.20.1/appng-documentation-1.20.1.pom.asc (473 B at 1.7 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-documentation/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-documentation/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-documentation/maven-metadata.xml Progress (1): 310 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-documentation/maven-metadata.xml (310 B at 354 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-documentation/maven-metadata.xml Progress (1): 310 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-documentation/maven-metadata.xml (310 B at 449 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-camunda/1.20.1/appng-camunda-1.20.1-javadoc.jar Progress (1): 2.0/27 kB Progress (1): 4.1/27 kB Progress (1): 6.1/27 kB Progress (1): 8.2/27 kB Progress (1): 10/27 kB Progress (1): 12/27 kB Progress (1): 14/27 kB Progress (1): 16/27 kB Progress (1): 18/27 kB Progress (1): 20/27 kB Progress (1): 23/27 kB Progress (1): 25/27 kB Progress (1): 27/27 kB Progress (1): 27 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-camunda/1.20.1/appng-camunda-1.20.1-javadoc.jar (27 kB at 34 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-camunda/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-camunda/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-camunda/maven-metadata.xml Progress (1): 304 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-camunda/maven-metadata.xml (304 B at 354 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-camunda/maven-metadata.xml Progress (1): 304 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-camunda/maven-metadata.xml (304 B at 438 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-cli/1.20.1/appng-cli-1.20.1.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-cli/1.20.1/appng-cli-1.20.1.jar.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-cli/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-cli/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-cli/maven-metadata.xml Progress (1): 300 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-cli/maven-metadata.xml (300 B at 352 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-cli/maven-metadata.xml Progress (1): 300 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-cli/maven-metadata.xml (300 B at 436 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-testsupport/1.20.1/appng-testsupport-1.20.1.jar Progress (1): 2.0/61 kB Progress (1): 4.1/61 kB Progress (1): 6.1/61 kB Progress (1): 8.2/61 kB Progress (1): 10/61 kB Progress (1): 12/61 kB Progress (1): 14/61 kB Progress (1): 16/61 kB Progress (1): 18/61 kB Progress (1): 20/61 kB Progress (1): 23/61 kB Progress (1): 25/61 kB Progress (1): 27/61 kB Progress (1): 29/61 kB Progress (1): 31/61 kB Progress (1): 33/61 kB Progress (1): 35/61 kB Progress (1): 37/61 kB Progress (1): 39/61 kB Progress (1): 41/61 kB Progress (1): 43/61 kB Progress (1): 45/61 kB Progress (1): 47/61 kB Progress (1): 49/61 kB Progress (1): 51/61 kB Progress (1): 53/61 kB Progress (1): 55/61 kB Progress (1): 57/61 kB Progress (1): 59/61 kB Progress (1): 61 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-testsupport/1.20.1/appng-testsupport-1.20.1.jar (61 kB at 61 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-testsupport/1.20.1/appng-testsupport-1.20.1.pom Progress (1): 2.0/2.2 kB Progress (1): 2.2 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-testsupport/1.20.1/appng-testsupport-1.20.1.pom (2.2 kB at 3.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-testsupport/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-testsupport/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-testsupport/maven-metadata.xml (308 B at 386 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-testsupport/maven-metadata.xml (308 B at 461 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-core/1.20.1/appng-core-1.20.1.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-core/1.20.1/appng-core-1.20.1.pom.asc (473 B at 2.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-core/maven-metadata.xml Progress (1): 301 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-core/maven-metadata.xml (301 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-core/maven-metadata.xml Progress (1): 301 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-core/maven-metadata.xml (301 B at 425 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-core/1.20.1/appng-core-1.20.1-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-core/1.20.1/appng-core-1.20.1-javadoc.jar.asc (473 B at 2.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-core/maven-metadata.xml Progress (1): 301 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-core/maven-metadata.xml (301 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-core/maven-metadata.xml Progress (1): 301 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-core/maven-metadata.xml (301 B at 464 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-forms/1.20.1/appng-forms-1.20.1.jar Progress (1): 2.0/19 kB Progress (1): 4.1/19 kB Progress (1): 6.1/19 kB Progress (1): 8.2/19 kB Progress (1): 10/19 kB Progress (1): 12/19 kB Progress (1): 14/19 kB Progress (1): 16/19 kB Progress (1): 18/19 kB Progress (1): 19 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-forms/1.20.1/appng-forms-1.20.1.jar (19 kB at 26 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-forms/1.20.1/appng-forms-1.20.1.pom Progress (1): 1.6 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-forms/1.20.1/appng-forms-1.20.1.pom (1.6 kB at 2.4 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-forms/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-forms/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-forms/maven-metadata.xml Progress (1): 302 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-forms/maven-metadata.xml (302 B at 365 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-forms/maven-metadata.xml Progress (1): 302 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-forms/maven-metadata.xml (302 B at 436 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-camunda/1.20.1/appng-camunda-1.20.1.jar Progress (1): 2.0/6.3 kB Progress (1): 4.1/6.3 kB Progress (1): 6.1/6.3 kB Progress (1): 6.3 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-camunda/1.20.1/appng-camunda-1.20.1.jar (6.3 kB at 8.9 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-camunda/1.20.1/appng-camunda-1.20.1.pom Progress (1): 2.0 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-camunda/1.20.1/appng-camunda-1.20.1.pom (2.0 kB at 2.6 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-camunda/maven-metadata.xml Progress (1): 304 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-camunda/maven-metadata.xml (304 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-camunda/maven-metadata.xml Progress (1): 304 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-camunda/maven-metadata.xml (304 B at 443 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-assembly/1.20.1/appng-application-assembly-1.20.1.jar Progress (1): 1.6 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-assembly/1.20.1/appng-application-assembly-1.20.1.jar (1.6 kB at 2.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-assembly/1.20.1/appng-application-assembly-1.20.1.pom Progress (1): 533 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-assembly/1.20.1/appng-application-assembly-1.20.1.pom (533 B at 714 B/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-assembly/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-assembly/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-assembly/maven-metadata.xml Progress (1): 317 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-assembly/maven-metadata.xml (317 B at 359 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-assembly/maven-metadata.xml Progress (1): 317 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-assembly/maven-metadata.xml (317 B at 443 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-cli/1.20.1/appng-cli-1.20.1-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-cli/1.20.1/appng-cli-1.20.1-sources.jar.asc (473 B at 376 B/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-cli/maven-metadata.xml Progress (1): 300 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-cli/maven-metadata.xml (300 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-cli/maven-metadata.xml Progress (1): 300 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-cli/maven-metadata.xml (300 B at 441 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-camunda/1.20.1/appng-camunda-1.20.1.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-camunda/1.20.1/appng-camunda-1.20.1.jar.asc (473 B at 2.0 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-camunda/maven-metadata.xml Progress (1): 304 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-camunda/maven-metadata.xml (304 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-camunda/maven-metadata.xml Progress (1): 304 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-camunda/maven-metadata.xml (304 B at 436 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-forms/1.20.1/appng-forms-1.20.1-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-forms/1.20.1/appng-forms-1.20.1-sources.jar.asc (473 B at 2.0 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-forms/maven-metadata.xml Progress (1): 302 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-forms/maven-metadata.xml (302 B at 646 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-forms/maven-metadata.xml Progress (1): 302 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-forms/maven-metadata.xml (302 B at 432 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-persistence/1.20.1/appng-persistence-1.20.1.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-persistence/1.20.1/appng-persistence-1.20.1.jar.asc (473 B at 2.0 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-persistence/maven-metadata.xml Progress (1): 308 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-persistence/maven-metadata.xml (308 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-persistence/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-persistence/maven-metadata.xml (308 B at 115 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-formtags/1.20.1/appng-formtags-1.20.1.jar Progress (1): 2.0/30 kB Progress (1): 4.1/30 kB Progress (1): 6.1/30 kB Progress (1): 8.2/30 kB Progress (1): 10/30 kB Progress (1): 12/30 kB Progress (1): 14/30 kB Progress (1): 16/30 kB Progress (1): 18/30 kB Progress (1): 20/30 kB Progress (1): 23/30 kB Progress (1): 25/30 kB Progress (1): 27/30 kB Progress (1): 29/30 kB Progress (1): 30 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-formtags/1.20.1/appng-formtags-1.20.1.jar (30 kB at 37 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-formtags/1.20.1/appng-formtags-1.20.1.pom Progress (1): 1.8 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-formtags/1.20.1/appng-formtags-1.20.1.pom (1.8 kB at 2.5 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-formtags/maven-metadata.xml Progress (1): 305 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-formtags/maven-metadata.xml (305 B at 1.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-formtags/maven-metadata.xml Progress (1): 305 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-formtags/maven-metadata.xml (305 B at 438 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-parent/1.20.1/appng-application-parent-1.20.1.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-parent/1.20.1/appng-application-parent-1.20.1.pom.asc (473 B at 2.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-parent/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-parent/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-parent/maven-metadata.xml Progress (1): 315 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-parent/maven-metadata.xml (315 B at 350 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-parent/maven-metadata.xml Progress (1): 315 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-parent/maven-metadata.xml (315 B at 413 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-archetype-application/1.20.1/appng-archetype-application-1.20.1-sources.jar Progress (1): 2.0/15 kB Progress (1): 4.1/15 kB Progress (1): 6.1/15 kB Progress (1): 8.2/15 kB Progress (1): 10/15 kB Progress (1): 12/15 kB Progress (1): 14/15 kB Progress (1): 15 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-archetype-application/1.20.1/appng-archetype-application-1.20.1-sources.jar (15 kB at 18 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-archetype-application/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-archetype-application/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-archetype-application/maven-metadata.xml Progress (1): 318 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-archetype-application/maven-metadata.xml (318 B at 393 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-archetype-application/maven-metadata.xml Progress (1): 318 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-archetype-application/maven-metadata.xml (318 B at 492 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer/1.20.1/appng-appngizer-1.20.1-javadoc.jar Progress (1): 2.0/263 kB Progress (1): 4.1/263 kB Progress (1): 6.1/263 kB Progress (1): 8.2/263 kB Progress (1): 10/263 kB Progress (1): 12/263 kB Progress (1): 14/263 kB Progress (1): 16/263 kB Progress (1): 18/263 kB Progress (1): 20/263 kB Progress (1): 23/263 kB Progress (1): 25/263 kB Progress (1): 27/263 kB Progress (1): 29/263 kB Progress (1): 31/263 kB Progress (1): 33/263 kB Progress (1): 35/263 kB Progress (1): 37/263 kB Progress (1): 39/263 kB Progress (1): 41/263 kB Progress (1): 43/263 kB Progress (1): 45/263 kB Progress (1): 47/263 kB Progress (1): 49/263 kB Progress (1): 51/263 kB Progress (1): 53/263 kB Progress (1): 55/263 kB Progress (1): 57/263 kB Progress (1): 59/263 kB Progress (1): 61/263 kB Progress (1): 63/263 kB Progress (1): 66/263 kB Progress (1): 68/263 kB Progress (1): 70/263 kB Progress (1): 72/263 kB Progress (1): 74/263 kB Progress (1): 76/263 kB Progress (1): 78/263 kB Progress (1): 80/263 kB Progress (1): 82/263 kB Progress (1): 84/263 kB Progress (1): 86/263 kB Progress (1): 88/263 kB Progress (1): 90/263 kB Progress (1): 92/263 kB Progress (1): 94/263 kB Progress (1): 96/263 kB Progress (1): 98/263 kB Progress (1): 100/263 kB Progress (1): 102/263 kB Progress (1): 104/263 kB Progress (1): 106/263 kB Progress (1): 109/263 kB Progress (1): 111/263 kB Progress (1): 113/263 kB Progress (1): 115/263 kB Progress (1): 117/263 kB Progress (1): 119/263 kB Progress (1): 121/263 kB Progress (1): 123/263 kB Progress (1): 125/263 kB Progress (1): 127/263 kB Progress (1): 129/263 kB Progress (1): 131/263 kB Progress (1): 133/263 kB Progress (1): 135/263 kB Progress (1): 137/263 kB Progress (1): 139/263 kB Progress (1): 141/263 kB Progress (1): 143/263 kB Progress (1): 145/263 kB Progress (1): 147/263 kB Progress (1): 150/263 kB Progress (1): 152/263 kB Progress (1): 154/263 kB Progress (1): 156/263 kB Progress (1): 158/263 kB Progress (1): 160/263 kB Progress (1): 162/263 kB Progress (1): 164/263 kB Progress (1): 166/263 kB Progress (1): 168/263 kB Progress (1): 170/263 kB Progress (1): 172/263 kB Progress (1): 174/263 kB Progress (1): 176/263 kB Progress (1): 178/263 kB Progress (1): 180/263 kB Progress (1): 182/263 kB Progress (1): 184/263 kB Progress (1): 186/263 kB Progress (1): 188/263 kB Progress (1): 190/263 kB Progress (1): 193/263 kB Progress (1): 195/263 kB Progress (1): 197/263 kB Progress (1): 199/263 kB Progress (1): 201/263 kB Progress (1): 203/263 kB Progress (1): 205/263 kB Progress (1): 207/263 kB Progress (1): 209/263 kB Progress (1): 211/263 kB Progress (1): 213/263 kB Progress (1): 215/263 kB Progress (1): 217/263 kB Progress (1): 219/263 kB Progress (1): 221/263 kB Progress (1): 223/263 kB Progress (1): 225/263 kB Progress (1): 227/263 kB Progress (1): 229/263 kB Progress (1): 231/263 kB Progress (1): 233/263 kB Progress (1): 236/263 kB Progress (1): 238/263 kB Progress (1): 240/263 kB Progress (1): 242/263 kB Progress (1): 244/263 kB Progress (1): 246/263 kB Progress (1): 248/263 kB Progress (1): 250/263 kB Progress (1): 252/263 kB Progress (1): 254/263 kB Progress (1): 256/263 kB Progress (1): 258/263 kB Progress (1): 260/263 kB Progress (1): 262/263 kB Progress (1): 263 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer/1.20.1/appng-appngizer-1.20.1-javadoc.jar (263 kB at 267 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 306 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer/maven-metadata.xml (306 B at 340 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 306 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer/maven-metadata.xml (306 B at 449 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-api/1.20.1/appng-api-1.20.1.jar Progress (1): 2.0/334 kB Progress (1): 4.1/334 kB Progress (1): 6.1/334 kB Progress (1): 8.2/334 kB Progress (1): 10/334 kB Progress (1): 12/334 kB Progress (1): 14/334 kB Progress (1): 16/334 kB Progress (1): 18/334 kB Progress (1): 20/334 kB Progress (1): 23/334 kB Progress (1): 25/334 kB Progress (1): 27/334 kB Progress (1): 29/334 kB Progress (1): 31/334 kB Progress (1): 33/334 kB Progress (1): 35/334 kB Progress (1): 37/334 kB Progress (1): 39/334 kB Progress (1): 41/334 kB Progress (1): 43/334 kB Progress (1): 45/334 kB Progress (1): 47/334 kB Progress (1): 49/334 kB Progress (1): 51/334 kB Progress (1): 53/334 kB Progress (1): 55/334 kB Progress (1): 57/334 kB Progress (1): 59/334 kB Progress (1): 61/334 kB Progress (1): 63/334 kB Progress (1): 66/334 kB Progress (1): 68/334 kB Progress (1): 70/334 kB Progress (1): 72/334 kB Progress (1): 74/334 kB Progress (1): 76/334 kB Progress (1): 78/334 kB Progress (1): 80/334 kB Progress (1): 82/334 kB Progress (1): 84/334 kB Progress (1): 86/334 kB Progress (1): 88/334 kB Progress (1): 90/334 kB Progress (1): 92/334 kB Progress (1): 94/334 kB Progress (1): 96/334 kB Progress (1): 98/334 kB Progress (1): 100/334 kB Progress (1): 102/334 kB Progress (1): 104/334 kB Progress (1): 106/334 kB Progress (1): 109/334 kB Progress (1): 111/334 kB Progress (1): 113/334 kB Progress (1): 115/334 kB Progress (1): 117/334 kB Progress (1): 119/334 kB Progress (1): 121/334 kB Progress (1): 123/334 kB Progress (1): 125/334 kB Progress (1): 127/334 kB Progress (1): 129/334 kB Progress (1): 131/334 kB Progress (1): 133/334 kB Progress (1): 135/334 kB Progress (1): 137/334 kB Progress (1): 139/334 kB Progress (1): 141/334 kB Progress (1): 143/334 kB Progress (1): 145/334 kB Progress (1): 147/334 kB Progress (1): 150/334 kB Progress (1): 152/334 kB Progress (1): 154/334 kB Progress (1): 156/334 kB Progress (1): 158/334 kB Progress (1): 160/334 kB Progress (1): 162/334 kB Progress (1): 164/334 kB Progress (1): 166/334 kB Progress (1): 168/334 kB Progress (1): 170/334 kB Progress (1): 172/334 kB Progress (1): 174/334 kB Progress (1): 176/334 kB Progress (1): 178/334 kB Progress (1): 180/334 kB Progress (1): 182/334 kB Progress (1): 184/334 kB Progress (1): 186/334 kB Progress (1): 188/334 kB Progress (1): 190/334 kB Progress (1): 193/334 kB Progress (1): 195/334 kB Progress (1): 197/334 kB Progress (1): 199/334 kB Progress (1): 201/334 kB Progress (1): 203/334 kB Progress (1): 205/334 kB Progress (1): 207/334 kB Progress (1): 209/334 kB Progress (1): 211/334 kB Progress (1): 213/334 kB Progress (1): 215/334 kB Progress (1): 217/334 kB Progress (1): 219/334 kB Progress (1): 221/334 kB Progress (1): 223/334 kB Progress (1): 225/334 kB Progress (1): 227/334 kB Progress (1): 229/334 kB Progress (1): 231/334 kB Progress (1): 233/334 kB Progress (1): 236/334 kB Progress (1): 238/334 kB Progress (1): 240/334 kB Progress (1): 242/334 kB Progress (1): 244/334 kB Progress (1): 246/334 kB Progress (1): 248/334 kB Progress (1): 250/334 kB Progress (1): 252/334 kB Progress (1): 254/334 kB Progress (1): 256/334 kB Progress (1): 258/334 kB Progress (1): 260/334 kB Progress (1): 262/334 kB Progress (1): 264/334 kB Progress (1): 266/334 kB Progress (1): 268/334 kB Progress (1): 270/334 kB Progress (1): 272/334 kB Progress (1): 274/334 kB Progress (1): 276/334 kB Progress (1): 279/334 kB Progress (1): 281/334 kB Progress (1): 283/334 kB Progress (1): 285/334 kB Progress (1): 287/334 kB Progress (1): 289/334 kB Progress (1): 291/334 kB Progress (1): 293/334 kB Progress (1): 295/334 kB Progress (1): 297/334 kB Progress (1): 299/334 kB Progress (1): 301/334 kB Progress (1): 303/334 kB Progress (1): 305/334 kB Progress (1): 307/334 kB Progress (1): 309/334 kB Progress (1): 311/334 kB Progress (1): 313/334 kB Progress (1): 315/334 kB Progress (1): 317/334 kB Progress (1): 319/334 kB Progress (1): 322/334 kB Progress (1): 324/334 kB Progress (1): 326/334 kB Progress (1): 328/334 kB Progress (1): 330/334 kB Progress (1): 332/334 kB Progress (1): 334/334 kB Progress (1): 334 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-api/1.20.1/appng-api-1.20.1.jar (334 kB at 262 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-api/1.20.1/appng-api-1.20.1.pom Progress (1): 2.0/3.9 kB Progress (1): 3.9 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-api/1.20.1/appng-api-1.20.1.pom (3.9 kB at 5.8 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-api/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-api/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-api/maven-metadata.xml Progress (1): 300 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-api/maven-metadata.xml (300 B at 358 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-api/maven-metadata.xml Progress (1): 300 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-api/maven-metadata.xml (300 B at 438 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-core/1.20.1/appng-core-1.20.1.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-core/1.20.1/appng-core-1.20.1.jar.asc (473 B at 2.0 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-core/maven-metadata.xml Progress (1): 301 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-core/maven-metadata.xml (301 B at 1.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-core/maven-metadata.xml Progress (1): 301 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-core/maven-metadata.xml (301 B at 419 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-maven-plugin/1.20.1/appng-maven-plugin-1.20.1-javadoc.jar Progress (1): 2.0/36 kB Progress (1): 4.1/36 kB Progress (1): 6.1/36 kB Progress (1): 8.2/36 kB Progress (1): 10/36 kB Progress (1): 12/36 kB Progress (1): 14/36 kB Progress (1): 16/36 kB Progress (1): 18/36 kB Progress (1): 20/36 kB Progress (1): 23/36 kB Progress (1): 25/36 kB Progress (1): 27/36 kB Progress (1): 29/36 kB Progress (1): 31/36 kB Progress (1): 33/36 kB Progress (1): 35/36 kB Progress (1): 36 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-maven-plugin/1.20.1/appng-maven-plugin-1.20.1-javadoc.jar (36 kB at 41 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-maven-plugin/maven-metadata.xml Progress (1): 309 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-maven-plugin/maven-metadata.xml (309 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-maven-plugin/maven-metadata.xml Progress (1): 309 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-maven-plugin/maven-metadata.xml (309 B at 442 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-persistence/1.20.1/appng-persistence-1.20.1-javadoc.jar Progress (1): 2.0/125 kB Progress (1): 4.1/125 kB Progress (1): 6.1/125 kB Progress (1): 8.2/125 kB Progress (1): 10/125 kB Progress (1): 12/125 kB Progress (1): 14/125 kB Progress (1): 16/125 kB Progress (1): 18/125 kB Progress (1): 20/125 kB Progress (1): 23/125 kB Progress (1): 25/125 kB Progress (1): 27/125 kB Progress (1): 29/125 kB Progress (1): 31/125 kB Progress (1): 33/125 kB Progress (1): 35/125 kB Progress (1): 37/125 kB Progress (1): 39/125 kB Progress (1): 41/125 kB Progress (1): 43/125 kB Progress (1): 45/125 kB Progress (1): 47/125 kB Progress (1): 49/125 kB Progress (1): 51/125 kB Progress (1): 53/125 kB Progress (1): 55/125 kB Progress (1): 57/125 kB Progress (1): 59/125 kB Progress (1): 61/125 kB Progress (1): 63/125 kB Progress (1): 66/125 kB Progress (1): 68/125 kB Progress (1): 70/125 kB Progress (1): 72/125 kB Progress (1): 74/125 kB Progress (1): 76/125 kB Progress (1): 78/125 kB Progress (1): 80/125 kB Progress (1): 82/125 kB Progress (1): 84/125 kB Progress (1): 86/125 kB Progress (1): 88/125 kB Progress (1): 90/125 kB Progress (1): 92/125 kB Progress (1): 94/125 kB Progress (1): 96/125 kB Progress (1): 98/125 kB Progress (1): 100/125 kB Progress (1): 102/125 kB Progress (1): 104/125 kB Progress (1): 106/125 kB Progress (1): 109/125 kB Progress (1): 111/125 kB Progress (1): 113/125 kB Progress (1): 115/125 kB Progress (1): 117/125 kB Progress (1): 119/125 kB Progress (1): 121/125 kB Progress (1): 123/125 kB Progress (1): 125/125 kB Progress (1): 125 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-persistence/1.20.1/appng-persistence-1.20.1-javadoc.jar (125 kB at 163 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-persistence/maven-metadata.xml Progress (1): 308 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-persistence/maven-metadata.xml (308 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-persistence/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-persistence/maven-metadata.xml (308 B at 488 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-upngizr/1.20.1/appng-upngizr-1.20.1-sources.jar Progress (1): 2.0/26 kB Progress (1): 4.1/26 kB Progress (1): 6.1/26 kB Progress (1): 8.2/26 kB Progress (1): 10/26 kB Progress (1): 12/26 kB Progress (1): 14/26 kB Progress (1): 16/26 kB Progress (1): 18/26 kB Progress (1): 20/26 kB Progress (1): 23/26 kB Progress (1): 25/26 kB Progress (1): 26 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-upngizr/1.20.1/appng-upngizr-1.20.1-sources.jar (26 kB at 35 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-upngizr/maven-metadata.xml Progress (1): 304 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-upngizr/maven-metadata.xml (304 B at 1.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-upngizr/maven-metadata.xml Progress (1): 304 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-upngizr/maven-metadata.xml (304 B at 426 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-template-assembly/1.20.1/appng-template-assembly-1.20.1.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-template-assembly/1.20.1/appng-template-assembly-1.20.1.pom.asc (473 B at 1.9 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-template-assembly/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-template-assembly/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-template-assembly/maven-metadata.xml Progress (1): 314 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-template-assembly/maven-metadata.xml (314 B at 372 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-template-assembly/maven-metadata.xml Progress (1): 314 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-template-assembly/maven-metadata.xml (314 B at 506 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer-jaxb/1.20.1/appng-appngizer-jaxb-1.20.1-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer-jaxb/1.20.1/appng-appngizer-jaxb-1.20.1-javadoc.jar.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer-jaxb/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer-jaxb/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 311 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer-jaxb/maven-metadata.xml (311 B at 364 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 311 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer-jaxb/maven-metadata.xml (311 B at 179 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-mail/1.20.1/appng-mail-1.20.1.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-mail/1.20.1/appng-mail-1.20.1.pom.asc (473 B at 2.0 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-mail/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-mail/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-mail/maven-metadata.xml Progress (1): 301 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-mail/maven-metadata.xml (301 B at 363 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-mail/maven-metadata.xml Progress (1): 301 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-mail/maven-metadata.xml (301 B at 458 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-maven-plugin/1.20.1/appng-maven-plugin-1.20.1-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-maven-plugin/1.20.1/appng-maven-plugin-1.20.1-javadoc.jar.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-maven-plugin/maven-metadata.xml Progress (1): 309 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-maven-plugin/maven-metadata.xml (309 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-maven-plugin/maven-metadata.xml Progress (1): 309 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-maven-plugin/maven-metadata.xml (309 B at 455 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-taglib/1.20.1/appng-taglib-1.20.1.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-taglib/1.20.1/appng-taglib-1.20.1.pom.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-taglib/maven-metadata.xml Progress (1): 303 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-taglib/maven-metadata.xml (303 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-taglib/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-taglib/maven-metadata.xml (303 B at 452 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-search/1.20.1/appng-search-1.20.1.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-search/1.20.1/appng-search-1.20.1.jar.asc (473 B at 2.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-search/maven-metadata.xml Progress (1): 303 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-search/maven-metadata.xml (303 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-search/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-search/maven-metadata.xml (303 B at 461 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-bom/1.20.1/appng-application-bom-1.20.1.pom Progress (1): 2.0/43 kB Progress (1): 4.1/43 kB Progress (1): 6.1/43 kB Progress (1): 8.2/43 kB Progress (1): 10/43 kB Progress (1): 12/43 kB Progress (1): 14/43 kB Progress (1): 16/43 kB Progress (1): 18/43 kB Progress (1): 20/43 kB Progress (1): 23/43 kB Progress (1): 25/43 kB Progress (1): 27/43 kB Progress (1): 29/43 kB Progress (1): 31/43 kB Progress (1): 33/43 kB Progress (1): 35/43 kB Progress (1): 37/43 kB Progress (1): 39/43 kB Progress (1): 41/43 kB Progress (1): 43/43 kB Progress (1): 43 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-bom/1.20.1/appng-application-bom-1.20.1.pom (43 kB at 46 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-bom/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-bom/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-bom/maven-metadata.xml Progress (1): 312 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-bom/maven-metadata.xml (312 B at 348 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-bom/maven-metadata.xml Progress (1): 312 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-bom/maven-metadata.xml (312 B at 445 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-tools/1.20.1/appng-tools-1.20.1.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-tools/1.20.1/appng-tools-1.20.1.pom.asc (473 B at 2.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-tools/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-tools/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-tools/maven-metadata.xml Progress (1): 302 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-tools/maven-metadata.xml (302 B at 354 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-tools/maven-metadata.xml Progress (1): 302 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-tools/maven-metadata.xml (302 B at 44 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-core/1.20.1/appng-core-1.20.1-javadoc.jar Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.2/1.2 MB Progress (1): 1.2/1.2 MB Progress (1): 1.2/1.2 MB Progress (1): 1.2/1.2 MB Progress (1): 1.2/1.2 MB Progress (1): 1.2/1.2 MB Progress (1): 1.2/1.2 MB Progress (1): 1.2/1.2 MB Progress (1): 1.2/1.2 MB Progress (1): 1.2/1.2 MB Progress (1): 1.2/1.2 MB Progress (1): 1.2 MB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-core/1.20.1/appng-core-1.20.1-javadoc.jar (1.2 MB at 166 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-core/maven-metadata.xml Progress (1): 301 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-core/maven-metadata.xml (301 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-core/maven-metadata.xml Progress (1): 301 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-core/maven-metadata.xml (301 B at 419 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application/1.20.1/appng-application-1.20.1-sources.jar Progress (1): 2.0/2.9 kB Progress (1): 2.9 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application/1.20.1/appng-application-1.20.1-sources.jar (2.9 kB at 4.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application/maven-metadata.xml Progress (1): 308 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application/maven-metadata.xml (308 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application/maven-metadata.xml (308 B at 419 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-cli/1.20.1/appng-cli-1.20.1-sources.jar Progress (1): 2.0/87 kB Progress (1): 4.1/87 kB Progress (1): 6.1/87 kB Progress (1): 8.2/87 kB Progress (1): 10/87 kB Progress (1): 12/87 kB Progress (1): 14/87 kB Progress (1): 16/87 kB Progress (1): 18/87 kB Progress (1): 20/87 kB Progress (1): 23/87 kB Progress (1): 25/87 kB Progress (1): 27/87 kB Progress (1): 29/87 kB Progress (1): 31/87 kB Progress (1): 33/87 kB Progress (1): 35/87 kB Progress (1): 37/87 kB Progress (1): 39/87 kB Progress (1): 41/87 kB Progress (1): 43/87 kB Progress (1): 45/87 kB Progress (1): 47/87 kB Progress (1): 49/87 kB Progress (1): 51/87 kB Progress (1): 53/87 kB Progress (1): 55/87 kB Progress (1): 57/87 kB Progress (1): 59/87 kB Progress (1): 61/87 kB Progress (1): 63/87 kB Progress (1): 66/87 kB Progress (1): 68/87 kB Progress (1): 70/87 kB Progress (1): 72/87 kB Progress (1): 74/87 kB Progress (1): 76/87 kB Progress (1): 78/87 kB Progress (1): 80/87 kB Progress (1): 82/87 kB Progress (1): 84/87 kB Progress (1): 86/87 kB Progress (1): 87 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-cli/1.20.1/appng-cli-1.20.1-sources.jar (87 kB at 98 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-cli/maven-metadata.xml Progress (1): 300 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-cli/maven-metadata.xml (300 B at 1.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-cli/maven-metadata.xml Progress (1): 300 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-cli/maven-metadata.xml (300 B at 432 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer-jaxb/1.20.1/appng-appngizer-jaxb-1.20.1-sources.jar Progress (1): 2.0/51 kB Progress (1): 4.1/51 kB Progress (1): 6.1/51 kB Progress (1): 8.2/51 kB Progress (1): 10/51 kB Progress (1): 12/51 kB Progress (1): 14/51 kB Progress (1): 16/51 kB Progress (1): 18/51 kB Progress (1): 20/51 kB Progress (1): 23/51 kB Progress (1): 25/51 kB Progress (1): 27/51 kB Progress (1): 29/51 kB Progress (1): 31/51 kB Progress (1): 33/51 kB Progress (1): 35/51 kB Progress (1): 37/51 kB Progress (1): 39/51 kB Progress (1): 41/51 kB Progress (1): 43/51 kB Progress (1): 45/51 kB Progress (1): 47/51 kB Progress (1): 49/51 kB Progress (1): 51 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer-jaxb/1.20.1/appng-appngizer-jaxb-1.20.1-sources.jar (51 kB at 63 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 311 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer-jaxb/maven-metadata.xml (311 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 311 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer-jaxb/maven-metadata.xml (311 B at 408 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-documentation/1.20.1/appng-documentation-1.20.1.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-documentation/1.20.1/appng-documentation-1.20.1.jar.asc (473 B at 2.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-documentation/maven-metadata.xml Progress (1): 310 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-documentation/maven-metadata.xml (310 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-documentation/maven-metadata.xml Progress (1): 310 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-documentation/maven-metadata.xml (310 B at 455 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-xmlapi/1.20.1/appng-xmlapi-1.20.1-sources.jar Progress (1): 2.0/163 kB Progress (1): 4.1/163 kB Progress (1): 6.1/163 kB Progress (1): 8.2/163 kB Progress (1): 10/163 kB Progress (1): 12/163 kB Progress (1): 14/163 kB Progress (1): 16/163 kB Progress (1): 18/163 kB Progress (1): 20/163 kB Progress (1): 23/163 kB Progress (1): 25/163 kB Progress (1): 27/163 kB Progress (1): 29/163 kB Progress (1): 31/163 kB Progress (1): 33/163 kB Progress (1): 35/163 kB Progress (1): 37/163 kB Progress (1): 39/163 kB Progress (1): 41/163 kB Progress (1): 43/163 kB Progress (1): 45/163 kB Progress (1): 47/163 kB Progress (1): 49/163 kB Progress (1): 51/163 kB Progress (1): 53/163 kB Progress (1): 55/163 kB Progress (1): 57/163 kB Progress (1): 59/163 kB Progress (1): 61/163 kB Progress (1): 63/163 kB Progress (1): 66/163 kB Progress (1): 68/163 kB Progress (1): 70/163 kB Progress (1): 72/163 kB Progress (1): 74/163 kB Progress (1): 76/163 kB Progress (1): 78/163 kB Progress (1): 80/163 kB Progress (1): 82/163 kB Progress (1): 84/163 kB Progress (1): 86/163 kB Progress (1): 88/163 kB Progress (1): 90/163 kB Progress (1): 92/163 kB Progress (1): 94/163 kB Progress (1): 96/163 kB Progress (1): 98/163 kB Progress (1): 100/163 kB Progress (1): 102/163 kB Progress (1): 104/163 kB Progress (1): 106/163 kB Progress (1): 109/163 kB Progress (1): 111/163 kB Progress (1): 113/163 kB Progress (1): 115/163 kB Progress (1): 117/163 kB Progress (1): 119/163 kB Progress (1): 121/163 kB Progress (1): 123/163 kB Progress (1): 125/163 kB Progress (1): 127/163 kB Progress (1): 129/163 kB Progress (1): 131/163 kB Progress (1): 133/163 kB Progress (1): 135/163 kB Progress (1): 137/163 kB Progress (1): 139/163 kB Progress (1): 141/163 kB Progress (1): 143/163 kB Progress (1): 145/163 kB Progress (1): 147/163 kB Progress (1): 150/163 kB Progress (1): 152/163 kB Progress (1): 154/163 kB Progress (1): 156/163 kB Progress (1): 158/163 kB Progress (1): 160/163 kB Progress (1): 162/163 kB Progress (1): 163 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-xmlapi/1.20.1/appng-xmlapi-1.20.1-sources.jar (163 kB at 206 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 303 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-xmlapi/maven-metadata.xml (303 B at 1.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-xmlapi/maven-metadata.xml (303 B at 396 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-template-assembly/1.20.1/appng-template-assembly-1.20.1.jar Progress (1): 1.5 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-template-assembly/1.20.1/appng-template-assembly-1.20.1.jar (1.5 kB at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-template-assembly/1.20.1/appng-template-assembly-1.20.1.pom Progress (1): 871 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-template-assembly/1.20.1/appng-template-assembly-1.20.1.pom (871 B at 1.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-template-assembly/maven-metadata.xml Progress (1): 314 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-template-assembly/maven-metadata.xml (314 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-template-assembly/maven-metadata.xml Progress (1): 314 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-template-assembly/maven-metadata.xml (314 B at 483 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-camunda/1.20.1/appng-camunda-1.20.1-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-camunda/1.20.1/appng-camunda-1.20.1-sources.jar.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-camunda/maven-metadata.xml Progress (1): 304 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-camunda/maven-metadata.xml (304 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-camunda/maven-metadata.xml Progress (1): 304 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-camunda/maven-metadata.xml (304 B at 459 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-tools/1.20.1/appng-tools-1.20.1-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-tools/1.20.1/appng-tools-1.20.1-javadoc.jar.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-tools/maven-metadata.xml Progress (1): 302 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-tools/maven-metadata.xml (302 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-tools/maven-metadata.xml Progress (1): 302 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-tools/maven-metadata.xml (302 B at 472 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-persistence/1.20.1/appng-persistence-1.20.1-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-persistence/1.20.1/appng-persistence-1.20.1-javadoc.jar.asc (473 B at 2.0 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-persistence/maven-metadata.xml Progress (1): 308 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-persistence/maven-metadata.xml (308 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-persistence/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-persistence/maven-metadata.xml (308 B at 485 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-taglib/1.20.1/appng-taglib-1.20.1-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-taglib/1.20.1/appng-taglib-1.20.1-javadoc.jar.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-taglib/maven-metadata.xml Progress (1): 303 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-taglib/maven-metadata.xml (303 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-taglib/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-taglib/maven-metadata.xml (303 B at 495 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-assembly/1.20.1/appng-application-assembly-1.20.1-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-assembly/1.20.1/appng-application-assembly-1.20.1-sources.jar.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-assembly/maven-metadata.xml Progress (1): 317 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-assembly/maven-metadata.xml (317 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-assembly/maven-metadata.xml Progress (1): 317 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-assembly/maven-metadata.xml (317 B at 500 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-template-assembly/1.20.1/appng-template-assembly-1.20.1.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-template-assembly/1.20.1/appng-template-assembly-1.20.1.jar.asc (473 B at 2.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-template-assembly/maven-metadata.xml Progress (1): 314 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-template-assembly/maven-metadata.xml (314 B at 1.6 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-template-assembly/maven-metadata.xml Progress (1): 314 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-template-assembly/maven-metadata.xml (314 B at 471 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application/1.20.1/appng-application-1.20.1.war.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application/1.20.1/appng-application-1.20.1.war.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application/maven-metadata.xml Progress (1): 308 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application/maven-metadata.xml (308 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application/maven-metadata.xml (308 B at 494 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-upngizr/1.20.1/appng-upngizr-1.20.1-javadoc.jar Progress (1): 2.0/37 kB Progress (1): 4.1/37 kB Progress (1): 6.1/37 kB Progress (1): 8.2/37 kB Progress (1): 10/37 kB Progress (1): 12/37 kB Progress (1): 14/37 kB Progress (1): 16/37 kB Progress (1): 18/37 kB Progress (1): 20/37 kB Progress (1): 23/37 kB Progress (1): 25/37 kB Progress (1): 27/37 kB Progress (1): 29/37 kB Progress (1): 31/37 kB Progress (1): 33/37 kB Progress (1): 35/37 kB Progress (1): 37/37 kB Progress (1): 37 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-upngizr/1.20.1/appng-upngizr-1.20.1-javadoc.jar (37 kB at 4.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-upngizr/maven-metadata.xml Progress (1): 304 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-upngizr/maven-metadata.xml (304 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-upngizr/maven-metadata.xml Progress (1): 304 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-upngizr/maven-metadata.xml (304 B at 44 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-rest-api/1.20.1/appng-rest-api-1.20.1.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-rest-api/1.20.1/appng-rest-api-1.20.1.pom.asc (473 B at 989 B/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 305 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-rest-api/maven-metadata.xml (305 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 305 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-rest-api/maven-metadata.xml (305 B at 45 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-search/1.20.1/appng-search-1.20.1-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-search/1.20.1/appng-search-1.20.1-sources.jar.asc (473 B at 967 B/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-search/maven-metadata.xml Progress (1): 303 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-search/maven-metadata.xml (303 B at 753 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-search/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-search/maven-metadata.xml (303 B at 405 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-mail/1.20.1/appng-mail-1.20.1.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-mail/1.20.1/appng-mail-1.20.1.jar.asc (473 B at 2.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-mail/maven-metadata.xml Progress (1): 301 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-mail/maven-metadata.xml (301 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-mail/maven-metadata.xml Progress (1): 301 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-mail/maven-metadata.xml (301 B at 477 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-taglib/1.20.1/appng-taglib-1.20.1.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-taglib/1.20.1/appng-taglib-1.20.1.jar.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-taglib/maven-metadata.xml Progress (1): 303 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-taglib/maven-metadata.xml (303 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-taglib/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-taglib/maven-metadata.xml (303 B at 457 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-mail/1.20.1/appng-mail-1.20.1-sources.jar Progress (1): 2.0/12 kB Progress (1): 4.1/12 kB Progress (1): 6.1/12 kB Progress (1): 8.2/12 kB Progress (1): 10/12 kB Progress (1): 12 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-mail/1.20.1/appng-mail-1.20.1-sources.jar (12 kB at 20 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-mail/maven-metadata.xml Progress (1): 301 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-mail/maven-metadata.xml (301 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-mail/maven-metadata.xml Progress (1): 301 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-mail/maven-metadata.xml (301 B at 473 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-rest-api/1.20.1/appng-rest-api-1.20.1-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-rest-api/1.20.1/appng-rest-api-1.20.1-javadoc.jar.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 305 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-rest-api/maven-metadata.xml (305 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 305 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-rest-api/maven-metadata.xml (305 B at 23 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-tools/1.20.1/appng-tools-1.20.1.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-tools/1.20.1/appng-tools-1.20.1.jar.asc (473 B at 81 B/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-tools/maven-metadata.xml Progress (1): 302 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-tools/maven-metadata.xml (302 B at 380 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-tools/maven-metadata.xml Progress (1): 302 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-tools/maven-metadata.xml (302 B at 381 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven/appng-appngizer-maven-plugin/1.20.1/appng-appngizer-maven-plugin-1.20.1-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven/appng-appngizer-maven-plugin/1.20.1/appng-appngizer-maven-plugin-1.20.1-javadoc.jar.asc (473 B at 2.0 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 325 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (325 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 325 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (325 B at 407 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-bom/1.20.1/appng-application-bom-1.20.1.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-bom/1.20.1/appng-application-bom-1.20.1.pom.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-bom/maven-metadata.xml Progress (1): 312 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-bom/maven-metadata.xml (312 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-bom/maven-metadata.xml Progress (1): 312 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-bom/maven-metadata.xml (312 B at 185 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-formtags/1.20.1/appng-formtags-1.20.1-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-formtags/1.20.1/appng-formtags-1.20.1-sources.jar.asc (473 B at 2.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-formtags/maven-metadata.xml Progress (1): 305 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-formtags/maven-metadata.xml (305 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-formtags/maven-metadata.xml Progress (1): 305 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-formtags/maven-metadata.xml (305 B at 472 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-xmlapi/1.20.1/appng-xmlapi-1.20.1-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-xmlapi/1.20.1/appng-xmlapi-1.20.1-javadoc.jar.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 303 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-xmlapi/maven-metadata.xml (303 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-xmlapi/maven-metadata.xml (303 B at 452 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-cli/1.20.1/appng-cli-1.20.1-javadoc.jar Progress (1): 2.0/393 kB Progress (1): 4.1/393 kB Progress (1): 6.1/393 kB Progress (1): 8.2/393 kB Progress (1): 10/393 kB Progress (1): 12/393 kB Progress (1): 14/393 kB Progress (1): 16/393 kB Progress (1): 18/393 kB Progress (1): 20/393 kB Progress (1): 23/393 kB Progress (1): 25/393 kB Progress (1): 27/393 kB Progress (1): 29/393 kB Progress (1): 31/393 kB Progress (1): 33/393 kB Progress (1): 35/393 kB Progress (1): 37/393 kB Progress (1): 39/393 kB Progress (1): 41/393 kB Progress (1): 43/393 kB Progress (1): 45/393 kB Progress (1): 47/393 kB Progress (1): 49/393 kB Progress (1): 51/393 kB Progress (1): 53/393 kB Progress (1): 55/393 kB Progress (1): 57/393 kB Progress (1): 59/393 kB Progress (1): 61/393 kB Progress (1): 63/393 kB Progress (1): 66/393 kB Progress (1): 68/393 kB Progress (1): 70/393 kB Progress (1): 72/393 kB Progress (1): 74/393 kB Progress (1): 76/393 kB Progress (1): 78/393 kB Progress (1): 80/393 kB Progress (1): 82/393 kB Progress (1): 84/393 kB Progress (1): 86/393 kB Progress (1): 88/393 kB Progress (1): 90/393 kB Progress (1): 92/393 kB Progress (1): 94/393 kB Progress (1): 96/393 kB Progress (1): 98/393 kB Progress (1): 100/393 kB Progress (1): 102/393 kB Progress (1): 104/393 kB Progress (1): 106/393 kB Progress (1): 109/393 kB Progress (1): 111/393 kB Progress (1): 113/393 kB Progress (1): 115/393 kB Progress (1): 117/393 kB Progress (1): 119/393 kB Progress (1): 121/393 kB Progress (1): 123/393 kB Progress (1): 125/393 kB Progress (1): 127/393 kB Progress (1): 129/393 kB Progress (1): 131/393 kB Progress (1): 133/393 kB Progress (1): 135/393 kB Progress (1): 137/393 kB Progress (1): 139/393 kB Progress (1): 141/393 kB Progress (1): 143/393 kB Progress (1): 145/393 kB Progress (1): 147/393 kB Progress (1): 150/393 kB Progress (1): 152/393 kB Progress (1): 154/393 kB Progress (1): 156/393 kB Progress (1): 158/393 kB Progress (1): 160/393 kB Progress (1): 162/393 kB Progress (1): 164/393 kB Progress (1): 166/393 kB Progress (1): 168/393 kB Progress (1): 170/393 kB Progress (1): 172/393 kB Progress (1): 174/393 kB Progress (1): 176/393 kB Progress (1): 178/393 kB Progress (1): 180/393 kB Progress (1): 182/393 kB Progress (1): 184/393 kB Progress (1): 186/393 kB Progress (1): 188/393 kB Progress (1): 190/393 kB Progress (1): 193/393 kB Progress (1): 195/393 kB Progress (1): 197/393 kB Progress (1): 199/393 kB Progress (1): 201/393 kB Progress (1): 203/393 kB Progress (1): 205/393 kB Progress (1): 207/393 kB Progress (1): 209/393 kB Progress (1): 211/393 kB Progress (1): 213/393 kB Progress (1): 215/393 kB Progress (1): 217/393 kB Progress (1): 219/393 kB Progress (1): 221/393 kB Progress (1): 223/393 kB Progress (1): 225/393 kB Progress (1): 227/393 kB Progress (1): 229/393 kB Progress (1): 231/393 kB Progress (1): 233/393 kB Progress (1): 236/393 kB Progress (1): 238/393 kB Progress (1): 240/393 kB Progress (1): 242/393 kB Progress (1): 244/393 kB Progress (1): 246/393 kB Progress (1): 248/393 kB Progress (1): 250/393 kB Progress (1): 252/393 kB Progress (1): 254/393 kB Progress (1): 256/393 kB Progress (1): 258/393 kB Progress (1): 260/393 kB Progress (1): 262/393 kB Progress (1): 264/393 kB Progress (1): 266/393 kB Progress (1): 268/393 kB Progress (1): 270/393 kB Progress (1): 272/393 kB Progress (1): 274/393 kB Progress (1): 276/393 kB Progress (1): 279/393 kB Progress (1): 281/393 kB Progress (1): 283/393 kB Progress (1): 285/393 kB Progress (1): 287/393 kB Progress (1): 289/393 kB Progress (1): 291/393 kB Progress (1): 293/393 kB Progress (1): 295/393 kB Progress (1): 297/393 kB Progress (1): 299/393 kB Progress (1): 301/393 kB Progress (1): 303/393 kB Progress (1): 305/393 kB Progress (1): 307/393 kB Progress (1): 309/393 kB Progress (1): 311/393 kB Progress (1): 313/393 kB Progress (1): 315/393 kB Progress (1): 317/393 kB Progress (1): 319/393 kB Progress (1): 322/393 kB Progress (1): 324/393 kB Progress (1): 326/393 kB Progress (1): 328/393 kB Progress (1): 330/393 kB Progress (1): 332/393 kB Progress (1): 334/393 kB Progress (1): 336/393 kB Progress (1): 338/393 kB Progress (1): 340/393 kB Progress (1): 342/393 kB Progress (1): 344/393 kB Progress (1): 346/393 kB Progress (1): 348/393 kB Progress (1): 350/393 kB Progress (1): 352/393 kB Progress (1): 354/393 kB Progress (1): 356/393 kB Progress (1): 358/393 kB Progress (1): 360/393 kB Progress (1): 362/393 kB Progress (1): 365/393 kB Progress (1): 367/393 kB Progress (1): 369/393 kB Progress (1): 371/393 kB Progress (1): 373/393 kB Progress (1): 375/393 kB Progress (1): 377/393 kB Progress (1): 379/393 kB Progress (1): 381/393 kB Progress (1): 383/393 kB Progress (1): 385/393 kB Progress (1): 387/393 kB Progress (1): 389/393 kB Progress (1): 391/393 kB Progress (1): 393 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-cli/1.20.1/appng-cli-1.20.1-javadoc.jar (393 kB at 47 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-cli/maven-metadata.xml Progress (1): 300 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-cli/maven-metadata.xml (300 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-cli/maven-metadata.xml Progress (1): 300 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-cli/maven-metadata.xml (300 B at 435 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-testsupport/1.20.1/appng-testsupport-1.20.1.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-testsupport/1.20.1/appng-testsupport-1.20.1.pom.asc (473 B at 1.9 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 308 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-testsupport/maven-metadata.xml (308 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-testsupport/maven-metadata.xml (308 B at 427 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven/appng-appngizer-maven-plugin/1.20.1/appng-appngizer-maven-plugin-1.20.1.jar Progress (1): 2.0/16 kB Progress (1): 4.1/16 kB Progress (1): 6.1/16 kB Progress (1): 8.2/16 kB Progress (1): 10/16 kB Progress (1): 12/16 kB Progress (1): 14/16 kB Progress (1): 16 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven/appng-appngizer-maven-plugin/1.20.1/appng-appngizer-maven-plugin-1.20.1.jar (16 kB at 20 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven/appng-appngizer-maven-plugin/1.20.1/appng-appngizer-maven-plugin-1.20.1.pom Progress (1): 2.0/4.1 kB Progress (1): 4.1 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven/appng-appngizer-maven-plugin/1.20.1/appng-appngizer-maven-plugin-1.20.1.pom (4.1 kB at 6.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 325 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (325 B at 1.5 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 353 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (353 B at 437 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven/maven-metadata.xml Progress (1): 261 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven/maven-metadata.xml (261 B at 429 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer/1.20.1/appng-appngizer-1.20.1.war Progress (1): 2.0/170 kB Progress (1): 4.1/170 kB Progress (1): 6.1/170 kB Progress (1): 8.2/170 kB Progress (1): 10/170 kB Progress (1): 12/170 kB Progress (1): 14/170 kB Progress (1): 16/170 kB Progress (1): 18/170 kB Progress (1): 20/170 kB Progress (1): 23/170 kB Progress (1): 25/170 kB Progress (1): 27/170 kB Progress (1): 29/170 kB Progress (1): 31/170 kB Progress (1): 33/170 kB Progress (1): 35/170 kB Progress (1): 37/170 kB Progress (1): 39/170 kB Progress (1): 41/170 kB Progress (1): 43/170 kB Progress (1): 45/170 kB Progress (1): 47/170 kB Progress (1): 49/170 kB Progress (1): 51/170 kB Progress (1): 53/170 kB Progress (1): 55/170 kB Progress (1): 57/170 kB Progress (1): 59/170 kB Progress (1): 61/170 kB Progress (1): 63/170 kB Progress (1): 66/170 kB Progress (1): 68/170 kB Progress (1): 70/170 kB Progress (1): 72/170 kB Progress (1): 74/170 kB Progress (1): 76/170 kB Progress (1): 78/170 kB Progress (1): 80/170 kB Progress (1): 82/170 kB Progress (1): 84/170 kB Progress (1): 86/170 kB Progress (1): 88/170 kB Progress (1): 90/170 kB Progress (1): 92/170 kB Progress (1): 94/170 kB Progress (1): 96/170 kB Progress (1): 98/170 kB Progress (1): 100/170 kB Progress (1): 102/170 kB Progress (1): 104/170 kB Progress (1): 106/170 kB Progress (1): 109/170 kB Progress (1): 111/170 kB Progress (1): 113/170 kB Progress (1): 115/170 kB Progress (1): 117/170 kB Progress (1): 119/170 kB Progress (1): 121/170 kB Progress (1): 123/170 kB Progress (1): 125/170 kB Progress (1): 127/170 kB Progress (1): 129/170 kB Progress (1): 131/170 kB Progress (1): 133/170 kB Progress (1): 135/170 kB Progress (1): 137/170 kB Progress (1): 139/170 kB Progress (1): 141/170 kB Progress (1): 143/170 kB Progress (1): 145/170 kB Progress (1): 147/170 kB Progress (1): 150/170 kB Progress (1): 152/170 kB Progress (1): 154/170 kB Progress (1): 156/170 kB Progress (1): 158/170 kB Progress (1): 160/170 kB Progress (1): 162/170 kB Progress (1): 164/170 kB Progress (1): 166/170 kB Progress (1): 168/170 kB Progress (1): 170/170 kB Progress (1): 170 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer/1.20.1/appng-appngizer-1.20.1.war (170 kB at 179 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer/1.20.1/appng-appngizer-1.20.1.pom Progress (1): 2.0/7.7 kB Progress (1): 4.1/7.7 kB Progress (1): 6.1/7.7 kB Progress (1): 7.7 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer/1.20.1/appng-appngizer-1.20.1.pom (7.7 kB at 12 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 306 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer/maven-metadata.xml (306 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 306 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer/maven-metadata.xml (306 B at 433 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-template-parent/1.20.1/appng-template-parent-1.20.1.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-template-parent/1.20.1/appng-template-parent-1.20.1.pom.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-template-parent/maven-metadata.xml Progress (1): 312 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-template-parent/maven-metadata.xml (312 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-template-parent/maven-metadata.xml Progress (1): 312 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-template-parent/maven-metadata.xml (312 B at 498 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-mail/1.20.1/appng-mail-1.20.1-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-mail/1.20.1/appng-mail-1.20.1-sources.jar.asc (473 B at 1.6 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-mail/maven-metadata.xml Progress (1): 301 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-mail/maven-metadata.xml (301 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-mail/maven-metadata.xml Progress (1): 301 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-mail/maven-metadata.xml (301 B at 451 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-upngizr/1.20.1/appng-upngizr-1.20.1.war.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-upngizr/1.20.1/appng-upngizr-1.20.1.war.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-upngizr/maven-metadata.xml Progress (1): 304 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-upngizr/maven-metadata.xml (304 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-upngizr/maven-metadata.xml Progress (1): 304 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-upngizr/maven-metadata.xml (304 B at 491 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-cli/1.20.1/appng-cli-1.20.1.jar Progress (1): 2.0/111 kB Progress (1): 4.1/111 kB Progress (1): 6.1/111 kB Progress (1): 8.2/111 kB Progress (1): 10/111 kB Progress (1): 12/111 kB Progress (1): 14/111 kB Progress (1): 16/111 kB Progress (1): 18/111 kB Progress (1): 20/111 kB Progress (1): 23/111 kB Progress (1): 25/111 kB Progress (1): 27/111 kB Progress (1): 29/111 kB Progress (1): 31/111 kB Progress (1): 33/111 kB Progress (1): 35/111 kB Progress (1): 37/111 kB Progress (1): 39/111 kB Progress (1): 41/111 kB Progress (1): 43/111 kB Progress (1): 45/111 kB Progress (1): 47/111 kB Progress (1): 49/111 kB Progress (1): 51/111 kB Progress (1): 53/111 kB Progress (1): 55/111 kB Progress (1): 57/111 kB Progress (1): 59/111 kB Progress (1): 61/111 kB Progress (1): 63/111 kB Progress (1): 66/111 kB Progress (1): 68/111 kB Progress (1): 70/111 kB Progress (1): 72/111 kB Progress (1): 74/111 kB Progress (1): 76/111 kB Progress (1): 78/111 kB Progress (1): 80/111 kB Progress (1): 82/111 kB Progress (1): 84/111 kB Progress (1): 86/111 kB Progress (1): 88/111 kB Progress (1): 90/111 kB Progress (1): 92/111 kB Progress (1): 94/111 kB Progress (1): 96/111 kB Progress (1): 98/111 kB Progress (1): 100/111 kB Progress (1): 102/111 kB Progress (1): 104/111 kB Progress (1): 106/111 kB Progress (1): 109/111 kB Progress (1): 111/111 kB Progress (1): 111 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-cli/1.20.1/appng-cli-1.20.1.jar (111 kB at 160 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-cli/1.20.1/appng-cli-1.20.1.pom Progress (1): 1.2 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-cli/1.20.1/appng-cli-1.20.1.pom (1.2 kB at 1.7 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-cli/maven-metadata.xml Progress (1): 300 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-cli/maven-metadata.xml (300 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-cli/maven-metadata.xml Progress (1): 300 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-cli/maven-metadata.xml (300 B at 444 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-upngizr/1.20.1/appng-upngizr-1.20.1-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-upngizr/1.20.1/appng-upngizr-1.20.1-javadoc.jar.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-upngizr/maven-metadata.xml Progress (1): 304 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-upngizr/maven-metadata.xml (304 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-upngizr/maven-metadata.xml Progress (1): 304 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-upngizr/maven-metadata.xml (304 B at 460 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-taglib/1.20.1/appng-taglib-1.20.1-sources.jar Progress (1): 2.0/42 kB Progress (1): 4.1/42 kB Progress (1): 6.1/42 kB Progress (1): 8.2/42 kB Progress (1): 10/42 kB Progress (1): 12/42 kB Progress (1): 14/42 kB Progress (1): 16/42 kB Progress (1): 18/42 kB Progress (1): 20/42 kB Progress (1): 23/42 kB Progress (1): 25/42 kB Progress (1): 27/42 kB Progress (1): 29/42 kB Progress (1): 31/42 kB Progress (1): 33/42 kB Progress (1): 35/42 kB Progress (1): 37/42 kB Progress (1): 39/42 kB Progress (1): 41/42 kB Progress (1): 42 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-taglib/1.20.1/appng-taglib-1.20.1-sources.jar (42 kB at 49 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-taglib/maven-metadata.xml Progress (1): 303 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-taglib/maven-metadata.xml (303 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-taglib/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-taglib/maven-metadata.xml (303 B at 429 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-cli/1.20.1/appng-cli-1.20.1-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-cli/1.20.1/appng-cli-1.20.1-javadoc.jar.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-cli/maven-metadata.xml Progress (1): 300 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-cli/maven-metadata.xml (300 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-cli/maven-metadata.xml Progress (1): 300 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-cli/maven-metadata.xml (300 B at 389 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-taglib/1.20.1/appng-taglib-1.20.1.jar Progress (1): 2.0/56 kB Progress (1): 4.1/56 kB Progress (1): 6.1/56 kB Progress (1): 8.2/56 kB Progress (1): 10/56 kB Progress (1): 12/56 kB Progress (1): 14/56 kB Progress (1): 16/56 kB Progress (1): 18/56 kB Progress (1): 20/56 kB Progress (1): 23/56 kB Progress (1): 25/56 kB Progress (1): 27/56 kB Progress (1): 29/56 kB Progress (1): 31/56 kB Progress (1): 33/56 kB Progress (1): 35/56 kB Progress (1): 37/56 kB Progress (1): 39/56 kB Progress (1): 41/56 kB Progress (1): 43/56 kB Progress (1): 45/56 kB Progress (1): 47/56 kB Progress (1): 49/56 kB Progress (1): 51/56 kB Progress (1): 53/56 kB Progress (1): 55/56 kB Progress (1): 56 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-taglib/1.20.1/appng-taglib-1.20.1.jar (56 kB at 53 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-taglib/1.20.1/appng-taglib-1.20.1.pom Progress (1): 1.8 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-taglib/1.20.1/appng-taglib-1.20.1.pom (1.8 kB at 2.6 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-taglib/maven-metadata.xml Progress (1): 303 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-taglib/maven-metadata.xml (303 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-taglib/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-taglib/maven-metadata.xml (303 B at 484 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-assembly/1.20.1/appng-application-assembly-1.20.1-sources.jar Progress (1): 2.0/2.7 kB Progress (1): 2.7 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-assembly/1.20.1/appng-application-assembly-1.20.1-sources.jar (2.7 kB at 4.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-assembly/maven-metadata.xml Progress (1): 317 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-assembly/maven-metadata.xml (317 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-assembly/maven-metadata.xml Progress (1): 317 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-assembly/maven-metadata.xml (317 B at 507 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-forms/1.20.1/appng-forms-1.20.1-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-forms/1.20.1/appng-forms-1.20.1-javadoc.jar.asc (473 B at 2.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-forms/maven-metadata.xml Progress (1): 302 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-forms/maven-metadata.xml (302 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-forms/maven-metadata.xml Progress (1): 302 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-forms/maven-metadata.xml (302 B at 479 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer/1.20.1/appng-appngizer-1.20.1-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer/1.20.1/appng-appngizer-1.20.1-sources.jar.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 306 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer/maven-metadata.xml (306 B at 1.6 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 306 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer/maven-metadata.xml (306 B at 471 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-forms/1.20.1/appng-forms-1.20.1-sources.jar Progress (1): 2.0/19 kB Progress (1): 4.1/19 kB Progress (1): 6.1/19 kB Progress (1): 8.2/19 kB Progress (1): 10/19 kB Progress (1): 12/19 kB Progress (1): 14/19 kB Progress (1): 16/19 kB Progress (1): 18/19 kB Progress (1): 19 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-forms/1.20.1/appng-forms-1.20.1-sources.jar (19 kB at 27 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-forms/maven-metadata.xml Progress (1): 302 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-forms/maven-metadata.xml (302 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-forms/maven-metadata.xml Progress (1): 302 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-forms/maven-metadata.xml (302 B at 458 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer-jaxb/1.20.1/appng-appngizer-jaxb-1.20.1-javadoc.jar Progress (1): 2.0/281 kB Progress (1): 4.1/281 kB Progress (1): 6.1/281 kB Progress (1): 8.2/281 kB Progress (1): 10/281 kB Progress (1): 12/281 kB Progress (1): 14/281 kB Progress (1): 16/281 kB Progress (1): 18/281 kB Progress (1): 20/281 kB Progress (1): 23/281 kB Progress (1): 25/281 kB Progress (1): 27/281 kB Progress (1): 29/281 kB Progress (1): 31/281 kB Progress (1): 33/281 kB Progress (1): 35/281 kB Progress (1): 37/281 kB Progress (1): 39/281 kB Progress (1): 41/281 kB Progress (1): 43/281 kB Progress (1): 45/281 kB Progress (1): 47/281 kB Progress (1): 49/281 kB Progress (1): 51/281 kB Progress (1): 53/281 kB Progress (1): 55/281 kB Progress (1): 57/281 kB Progress (1): 59/281 kB Progress (1): 61/281 kB Progress (1): 63/281 kB Progress (1): 66/281 kB Progress (1): 68/281 kB Progress (1): 70/281 kB Progress (1): 72/281 kB Progress (1): 74/281 kB Progress (1): 76/281 kB Progress (1): 78/281 kB Progress (1): 80/281 kB Progress (1): 82/281 kB Progress (1): 84/281 kB Progress (1): 86/281 kB Progress (1): 88/281 kB Progress (1): 90/281 kB Progress (1): 92/281 kB Progress (1): 94/281 kB Progress (1): 96/281 kB Progress (1): 98/281 kB Progress (1): 100/281 kB Progress (1): 102/281 kB Progress (1): 104/281 kB Progress (1): 106/281 kB Progress (1): 109/281 kB Progress (1): 111/281 kB Progress (1): 113/281 kB Progress (1): 115/281 kB Progress (1): 117/281 kB Progress (1): 119/281 kB Progress (1): 121/281 kB Progress (1): 123/281 kB Progress (1): 125/281 kB Progress (1): 127/281 kB Progress (1): 129/281 kB Progress (1): 131/281 kB Progress (1): 133/281 kB Progress (1): 135/281 kB Progress (1): 137/281 kB Progress (1): 139/281 kB Progress (1): 141/281 kB Progress (1): 143/281 kB Progress (1): 145/281 kB Progress (1): 147/281 kB Progress (1): 150/281 kB Progress (1): 152/281 kB Progress (1): 154/281 kB Progress (1): 156/281 kB Progress (1): 158/281 kB Progress (1): 160/281 kB Progress (1): 162/281 kB Progress (1): 164/281 kB Progress (1): 166/281 kB Progress (1): 168/281 kB Progress (1): 170/281 kB Progress (1): 172/281 kB Progress (1): 174/281 kB Progress (1): 176/281 kB Progress (1): 178/281 kB Progress (1): 180/281 kB Progress (1): 182/281 kB Progress (1): 184/281 kB Progress (1): 186/281 kB Progress (1): 188/281 kB Progress (1): 190/281 kB Progress (1): 193/281 kB Progress (1): 195/281 kB Progress (1): 197/281 kB Progress (1): 199/281 kB Progress (1): 201/281 kB Progress (1): 203/281 kB Progress (1): 205/281 kB Progress (1): 207/281 kB Progress (1): 209/281 kB Progress (1): 211/281 kB Progress (1): 213/281 kB Progress (1): 215/281 kB Progress (1): 217/281 kB Progress (1): 219/281 kB Progress (1): 221/281 kB Progress (1): 223/281 kB Progress (1): 225/281 kB Progress (1): 227/281 kB Progress (1): 229/281 kB Progress (1): 231/281 kB Progress (1): 233/281 kB Progress (1): 236/281 kB Progress (1): 238/281 kB Progress (1): 240/281 kB Progress (1): 242/281 kB Progress (1): 244/281 kB Progress (1): 246/281 kB Progress (1): 248/281 kB Progress (1): 250/281 kB Progress (1): 252/281 kB Progress (1): 254/281 kB Progress (1): 256/281 kB Progress (1): 258/281 kB Progress (1): 260/281 kB Progress (1): 262/281 kB Progress (1): 264/281 kB Progress (1): 266/281 kB Progress (1): 268/281 kB Progress (1): 270/281 kB Progress (1): 272/281 kB Progress (1): 274/281 kB Progress (1): 276/281 kB Progress (1): 279/281 kB Progress (1): 281 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer-jaxb/1.20.1/appng-appngizer-jaxb-1.20.1-javadoc.jar (281 kB at 338 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 311 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer-jaxb/maven-metadata.xml (311 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 311 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer-jaxb/maven-metadata.xml (311 B at 24 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-template-assembly/1.20.1/appng-template-assembly-1.20.1-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-template-assembly/1.20.1/appng-template-assembly-1.20.1-sources.jar.asc (473 B at 2.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-template-assembly/maven-metadata.xml Progress (1): 314 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-template-assembly/maven-metadata.xml (314 B at 9 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-template-assembly/maven-metadata.xml Progress (1): 314 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-template-assembly/maven-metadata.xml (314 B at 30 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-tools/1.20.1/appng-tools-1.20.1.jar Progress (1): 2.0/50 kB Progress (1): 4.1/50 kB Progress (1): 6.1/50 kB Progress (1): 8.2/50 kB Progress (1): 10/50 kB Progress (1): 12/50 kB Progress (1): 14/50 kB Progress (1): 16/50 kB Progress (1): 18/50 kB Progress (1): 20/50 kB Progress (1): 23/50 kB Progress (1): 25/50 kB Progress (1): 27/50 kB Progress (1): 29/50 kB Progress (1): 31/50 kB Progress (1): 33/50 kB Progress (1): 35/50 kB Progress (1): 37/50 kB Progress (1): 39/50 kB Progress (1): 41/50 kB Progress (1): 43/50 kB Progress (1): 45/50 kB Progress (1): 47/50 kB Progress (1): 49/50 kB Progress (1): 50 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-tools/1.20.1/appng-tools-1.20.1.jar (50 kB at 5.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-tools/1.20.1/appng-tools-1.20.1.pom Progress (1): 2.0 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-tools/1.20.1/appng-tools-1.20.1.pom (2.0 kB at 1.7 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-tools/maven-metadata.xml Progress (1): 302 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-tools/maven-metadata.xml (302 B at 967 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-tools/maven-metadata.xml Progress (1): 302 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-tools/maven-metadata.xml (302 B at 327 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-formtags/1.20.1/appng-formtags-1.20.1.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-formtags/1.20.1/appng-formtags-1.20.1.pom.asc (473 B at 1.6 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-formtags/maven-metadata.xml Progress (1): 305 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-formtags/maven-metadata.xml (305 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-formtags/maven-metadata.xml Progress (1): 305 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-formtags/maven-metadata.xml (305 B at 269 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-rest-api/1.20.1/appng-rest-api-1.20.1.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-rest-api/1.20.1/appng-rest-api-1.20.1.jar.asc (473 B at 2.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 305 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-rest-api/maven-metadata.xml (305 B at 1.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 305 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-rest-api/maven-metadata.xml (305 B at 431 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-search/1.20.1/appng-search-1.20.1-sources.jar Progress (1): 2.0/39 kB Progress (1): 4.1/39 kB Progress (1): 6.1/39 kB Progress (1): 8.2/39 kB Progress (1): 10/39 kB Progress (1): 12/39 kB Progress (1): 14/39 kB Progress (1): 16/39 kB Progress (1): 18/39 kB Progress (1): 20/39 kB Progress (1): 23/39 kB Progress (1): 25/39 kB Progress (1): 27/39 kB Progress (1): 29/39 kB Progress (1): 31/39 kB Progress (1): 33/39 kB Progress (1): 35/39 kB Progress (1): 37/39 kB Progress (1): 39/39 kB Progress (1): 39 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-search/1.20.1/appng-search-1.20.1-sources.jar (39 kB at 45 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-search/maven-metadata.xml Progress (1): 303 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-search/maven-metadata.xml (303 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-search/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-search/maven-metadata.xml (303 B at 446 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-xmlapi/1.20.1/appng-xmlapi-1.20.1-javadoc.jar Progress (1): 2.0/804 kB Progress (1): 4.1/804 kB Progress (1): 6.1/804 kB Progress (1): 8.2/804 kB Progress (1): 10/804 kB Progress (1): 12/804 kB Progress (1): 14/804 kB Progress (1): 16/804 kB Progress (1): 18/804 kB Progress (1): 20/804 kB Progress (1): 23/804 kB Progress (1): 25/804 kB Progress (1): 27/804 kB Progress (1): 29/804 kB Progress (1): 31/804 kB Progress (1): 33/804 kB Progress (1): 35/804 kB Progress (1): 37/804 kB Progress (1): 39/804 kB Progress (1): 41/804 kB Progress (1): 43/804 kB Progress (1): 45/804 kB Progress (1): 47/804 kB Progress (1): 49/804 kB Progress (1): 51/804 kB Progress (1): 53/804 kB Progress (1): 55/804 kB Progress (1): 57/804 kB Progress (1): 59/804 kB Progress (1): 61/804 kB Progress (1): 63/804 kB Progress (1): 66/804 kB Progress (1): 68/804 kB Progress (1): 70/804 kB Progress (1): 72/804 kB Progress (1): 74/804 kB Progress (1): 76/804 kB Progress (1): 78/804 kB Progress (1): 80/804 kB Progress (1): 82/804 kB Progress (1): 84/804 kB Progress (1): 86/804 kB Progress (1): 88/804 kB Progress (1): 90/804 kB Progress (1): 92/804 kB Progress (1): 94/804 kB Progress (1): 96/804 kB Progress (1): 98/804 kB Progress (1): 100/804 kB Progress (1): 102/804 kB Progress (1): 104/804 kB Progress (1): 106/804 kB Progress (1): 109/804 kB Progress (1): 111/804 kB Progress (1): 113/804 kB Progress (1): 115/804 kB Progress (1): 117/804 kB Progress (1): 119/804 kB Progress (1): 121/804 kB Progress (1): 123/804 kB Progress (1): 125/804 kB Progress (1): 127/804 kB Progress (1): 129/804 kB Progress (1): 131/804 kB Progress (1): 133/804 kB Progress (1): 135/804 kB Progress (1): 137/804 kB Progress (1): 139/804 kB Progress (1): 141/804 kB Progress (1): 143/804 kB Progress (1): 145/804 kB Progress (1): 147/804 kB Progress (1): 150/804 kB Progress (1): 152/804 kB Progress (1): 154/804 kB Progress (1): 156/804 kB Progress (1): 158/804 kB Progress (1): 160/804 kB Progress (1): 162/804 kB Progress (1): 164/804 kB Progress (1): 166/804 kB Progress (1): 168/804 kB Progress (1): 170/804 kB Progress (1): 172/804 kB Progress (1): 174/804 kB Progress (1): 176/804 kB Progress (1): 178/804 kB Progress (1): 180/804 kB Progress (1): 182/804 kB Progress (1): 184/804 kB Progress (1): 186/804 kB Progress (1): 188/804 kB Progress (1): 190/804 kB Progress (1): 193/804 kB Progress (1): 195/804 kB Progress (1): 197/804 kB Progress (1): 199/804 kB Progress (1): 201/804 kB Progress (1): 203/804 kB Progress (1): 205/804 kB Progress (1): 207/804 kB Progress (1): 209/804 kB Progress (1): 211/804 kB Progress (1): 213/804 kB Progress (1): 215/804 kB Progress (1): 217/804 kB Progress (1): 219/804 kB Progress (1): 221/804 kB Progress (1): 223/804 kB Progress (1): 225/804 kB Progress (1): 227/804 kB Progress (1): 229/804 kB Progress (1): 231/804 kB Progress (1): 233/804 kB Progress (1): 236/804 kB Progress (1): 238/804 kB Progress (1): 240/804 kB Progress (1): 242/804 kB Progress (1): 244/804 kB Progress (1): 246/804 kB Progress (1): 248/804 kB Progress (1): 250/804 kB Progress (1): 252/804 kB Progress (1): 254/804 kB Progress (1): 256/804 kB Progress (1): 258/804 kB Progress (1): 260/804 kB Progress (1): 262/804 kB Progress (1): 264/804 kB Progress (1): 266/804 kB Progress (1): 268/804 kB Progress (1): 270/804 kB Progress (1): 272/804 kB Progress (1): 274/804 kB Progress (1): 276/804 kB Progress (1): 279/804 kB Progress (1): 281/804 kB Progress (1): 283/804 kB Progress (1): 285/804 kB Progress (1): 287/804 kB Progress (1): 289/804 kB Progress (1): 291/804 kB Progress (1): 293/804 kB Progress (1): 295/804 kB Progress (1): 297/804 kB Progress (1): 299/804 kB Progress (1): 301/804 kB Progress (1): 303/804 kB Progress (1): 305/804 kB Progress (1): 307/804 kB Progress (1): 309/804 kB Progress (1): 311/804 kB Progress (1): 313/804 kB Progress (1): 315/804 kB Progress (1): 317/804 kB Progress (1): 319/804 kB Progress (1): 322/804 kB Progress (1): 324/804 kB Progress (1): 326/804 kB Progress (1): 328/804 kB Progress (1): 330/804 kB Progress (1): 332/804 kB Progress (1): 334/804 kB Progress (1): 336/804 kB Progress (1): 338/804 kB Progress (1): 340/804 kB Progress (1): 342/804 kB Progress (1): 344/804 kB Progress (1): 346/804 kB Progress (1): 348/804 kB Progress (1): 350/804 kB Progress (1): 352/804 kB Progress (1): 354/804 kB Progress (1): 356/804 kB Progress (1): 358/804 kB Progress (1): 360/804 kB Progress (1): 362/804 kB Progress (1): 365/804 kB Progress (1): 367/804 kB Progress (1): 369/804 kB Progress (1): 371/804 kB Progress (1): 373/804 kB Progress (1): 375/804 kB Progress (1): 377/804 kB Progress (1): 379/804 kB Progress (1): 381/804 kB Progress (1): 383/804 kB Progress (1): 385/804 kB Progress (1): 387/804 kB Progress (1): 389/804 kB Progress (1): 391/804 kB Progress (1): 393/804 kB Progress (1): 395/804 kB Progress (1): 397/804 kB Progress (1): 399/804 kB Progress (1): 401/804 kB Progress (1): 403/804 kB Progress (1): 406/804 kB Progress (1): 408/804 kB Progress (1): 410/804 kB Progress (1): 412/804 kB Progress (1): 414/804 kB Progress (1): 416/804 kB Progress (1): 418/804 kB Progress (1): 420/804 kB Progress (1): 422/804 kB Progress (1): 424/804 kB Progress (1): 426/804 kB Progress (1): 428/804 kB Progress (1): 430/804 kB Progress (1): 432/804 kB Progress (1): 434/804 kB Progress (1): 436/804 kB Progress (1): 438/804 kB Progress (1): 440/804 kB Progress (1): 442/804 kB Progress (1): 444/804 kB Progress (1): 446/804 kB Progress (1): 449/804 kB Progress (1): 451/804 kB Progress (1): 453/804 kB Progress (1): 455/804 kB Progress (1): 457/804 kB Progress (1): 459/804 kB Progress (1): 461/804 kB Progress (1): 463/804 kB Progress (1): 465/804 kB Progress (1): 467/804 kB Progress (1): 469/804 kB Progress (1): 471/804 kB Progress (1): 473/804 kB Progress (1): 475/804 kB Progress (1): 477/804 kB Progress (1): 479/804 kB Progress (1): 481/804 kB Progress (1): 483/804 kB Progress (1): 485/804 kB Progress (1): 487/804 kB Progress (1): 489/804 kB Progress (1): 492/804 kB Progress (1): 494/804 kB Progress (1): 496/804 kB Progress (1): 498/804 kB Progress (1): 500/804 kB Progress (1): 502/804 kB Progress (1): 504/804 kB Progress (1): 506/804 kB Progress (1): 508/804 kB Progress (1): 510/804 kB Progress (1): 512/804 kB Progress (1): 514/804 kB Progress (1): 516/804 kB Progress (1): 518/804 kB Progress (1): 520/804 kB Progress (1): 522/804 kB Progress (1): 524/804 kB Progress (1): 526/804 kB Progress (1): 528/804 kB Progress (1): 530/804 kB Progress (1): 532/804 kB Progress (1): 535/804 kB Progress (1): 537/804 kB Progress (1): 539/804 kB Progress (1): 541/804 kB Progress (1): 543/804 kB Progress (1): 545/804 kB Progress (1): 547/804 kB Progress (1): 549/804 kB Progress (1): 551/804 kB Progress (1): 553/804 kB Progress (1): 555/804 kB Progress (1): 557/804 kB Progress (1): 559/804 kB Progress (1): 561/804 kB Progress (1): 563/804 kB Progress (1): 565/804 kB Progress (1): 567/804 kB Progress (1): 569/804 kB Progress (1): 571/804 kB Progress (1): 573/804 kB Progress (1): 575/804 kB Progress (1): 578/804 kB Progress (1): 580/804 kB Progress (1): 582/804 kB Progress (1): 584/804 kB Progress (1): 586/804 kB Progress (1): 588/804 kB Progress (1): 590/804 kB Progress (1): 592/804 kB Progress (1): 594/804 kB Progress (1): 596/804 kB Progress (1): 598/804 kB Progress (1): 600/804 kB Progress (1): 602/804 kB Progress (1): 604/804 kB Progress (1): 606/804 kB Progress (1): 608/804 kB Progress (1): 610/804 kB Progress (1): 612/804 kB Progress (1): 614/804 kB Progress (1): 616/804 kB Progress (1): 618/804 kB Progress (1): 621/804 kB Progress (1): 623/804 kB Progress (1): 625/804 kB Progress (1): 627/804 kB Progress (1): 629/804 kB Progress (1): 631/804 kB Progress (1): 633/804 kB Progress (1): 635/804 kB Progress (1): 637/804 kB Progress (1): 639/804 kB Progress (1): 641/804 kB Progress (1): 643/804 kB Progress (1): 645/804 kB Progress (1): 647/804 kB Progress (1): 649/804 kB Progress (1): 651/804 kB Progress (1): 653/804 kB Progress (1): 655/804 kB Progress (1): 657/804 kB Progress (1): 659/804 kB Progress (1): 662/804 kB Progress (1): 664/804 kB Progress (1): 666/804 kB Progress (1): 668/804 kB Progress (1): 670/804 kB Progress (1): 672/804 kB Progress (1): 674/804 kB Progress (1): 676/804 kB Progress (1): 678/804 kB Progress (1): 680/804 kB Progress (1): 682/804 kB Progress (1): 684/804 kB Progress (1): 686/804 kB Progress (1): 688/804 kB Progress (1): 690/804 kB Progress (1): 692/804 kB Progress (1): 694/804 kB Progress (1): 696/804 kB Progress (1): 698/804 kB Progress (1): 700/804 kB Progress (1): 702/804 kB Progress (1): 705/804 kB Progress (1): 707/804 kB Progress (1): 709/804 kB Progress (1): 711/804 kB Progress (1): 713/804 kB Progress (1): 715/804 kB Progress (1): 717/804 kB Progress (1): 719/804 kB Progress (1): 721/804 kB Progress (1): 723/804 kB Progress (1): 725/804 kB Progress (1): 727/804 kB Progress (1): 729/804 kB Progress (1): 731/804 kB Progress (1): 733/804 kB Progress (1): 735/804 kB Progress (1): 737/804 kB Progress (1): 739/804 kB Progress (1): 741/804 kB Progress (1): 743/804 kB Progress (1): 745/804 kB Progress (1): 748/804 kB Progress (1): 750/804 kB Progress (1): 752/804 kB Progress (1): 754/804 kB Progress (1): 756/804 kB Progress (1): 758/804 kB Progress (1): 760/804 kB Progress (1): 762/804 kB Progress (1): 764/804 kB Progress (1): 766/804 kB Progress (1): 768/804 kB Progress (1): 770/804 kB Progress (1): 772/804 kB Progress (1): 774/804 kB Progress (1): 776/804 kB Progress (1): 778/804 kB Progress (1): 780/804 kB Progress (1): 782/804 kB Progress (1): 784/804 kB Progress (1): 786/804 kB Progress (1): 788/804 kB Progress (1): 791/804 kB Progress (1): 793/804 kB Progress (1): 795/804 kB Progress (1): 797/804 kB Progress (1): 799/804 kB Progress (1): 801/804 kB Progress (1): 803/804 kB Progress (1): 804 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-xmlapi/1.20.1/appng-xmlapi-1.20.1-javadoc.jar (804 kB at 508 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 303 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-xmlapi/maven-metadata.xml (303 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-xmlapi/maven-metadata.xml (303 B at 430 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-testsupport/1.20.1/appng-testsupport-1.20.1-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-testsupport/1.20.1/appng-testsupport-1.20.1-sources.jar.asc (473 B at 2.0 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 308 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-testsupport/maven-metadata.xml (308 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-testsupport/maven-metadata.xml (308 B at 447 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-core/1.20.1/appng-core-1.20.1.jar Progress (1): 2.0/600 kB Progress (1): 4.1/600 kB Progress (1): 6.1/600 kB Progress (1): 8.2/600 kB Progress (1): 10/600 kB Progress (1): 12/600 kB Progress (1): 14/600 kB Progress (1): 16/600 kB Progress (1): 18/600 kB Progress (1): 20/600 kB Progress (1): 23/600 kB Progress (1): 25/600 kB Progress (1): 27/600 kB Progress (1): 29/600 kB Progress (1): 31/600 kB Progress (1): 33/600 kB Progress (1): 35/600 kB Progress (1): 37/600 kB Progress (1): 39/600 kB Progress (1): 41/600 kB Progress (1): 43/600 kB Progress (1): 45/600 kB Progress (1): 47/600 kB Progress (1): 49/600 kB Progress (1): 51/600 kB Progress (1): 53/600 kB Progress (1): 55/600 kB Progress (1): 57/600 kB Progress (1): 59/600 kB Progress (1): 61/600 kB Progress (1): 63/600 kB Progress (1): 66/600 kB Progress (1): 68/600 kB Progress (1): 70/600 kB Progress (1): 72/600 kB Progress (1): 74/600 kB Progress (1): 76/600 kB Progress (1): 78/600 kB Progress (1): 80/600 kB Progress (1): 82/600 kB Progress (1): 84/600 kB Progress (1): 86/600 kB Progress (1): 88/600 kB Progress (1): 90/600 kB Progress (1): 92/600 kB Progress (1): 94/600 kB Progress (1): 96/600 kB Progress (1): 98/600 kB Progress (1): 100/600 kB Progress (1): 102/600 kB Progress (1): 104/600 kB Progress (1): 106/600 kB Progress (1): 109/600 kB Progress (1): 111/600 kB Progress (1): 113/600 kB Progress (1): 115/600 kB Progress (1): 117/600 kB Progress (1): 119/600 kB Progress (1): 121/600 kB Progress (1): 123/600 kB Progress (1): 125/600 kB Progress (1): 127/600 kB Progress (1): 129/600 kB Progress (1): 131/600 kB Progress (1): 133/600 kB Progress (1): 135/600 kB Progress (1): 137/600 kB Progress (1): 139/600 kB Progress (1): 141/600 kB Progress (1): 143/600 kB Progress (1): 145/600 kB Progress (1): 147/600 kB Progress (1): 150/600 kB Progress (1): 152/600 kB Progress (1): 154/600 kB Progress (1): 156/600 kB Progress (1): 158/600 kB Progress (1): 160/600 kB Progress (1): 162/600 kB Progress (1): 164/600 kB Progress (1): 166/600 kB Progress (1): 168/600 kB Progress (1): 170/600 kB Progress (1): 172/600 kB Progress (1): 174/600 kB Progress (1): 176/600 kB Progress (1): 178/600 kB Progress (1): 180/600 kB Progress (1): 182/600 kB Progress (1): 184/600 kB Progress (1): 186/600 kB Progress (1): 188/600 kB Progress (1): 190/600 kB Progress (1): 193/600 kB Progress (1): 195/600 kB Progress (1): 197/600 kB Progress (1): 199/600 kB Progress (1): 201/600 kB Progress (1): 203/600 kB Progress (1): 205/600 kB Progress (1): 207/600 kB Progress (1): 209/600 kB Progress (1): 211/600 kB Progress (1): 213/600 kB Progress (1): 215/600 kB Progress (1): 217/600 kB Progress (1): 219/600 kB Progress (1): 221/600 kB Progress (1): 223/600 kB Progress (1): 225/600 kB Progress (1): 227/600 kB Progress (1): 229/600 kB Progress (1): 231/600 kB Progress (1): 233/600 kB Progress (1): 236/600 kB Progress (1): 238/600 kB Progress (1): 240/600 kB Progress (1): 242/600 kB Progress (1): 244/600 kB Progress (1): 246/600 kB Progress (1): 248/600 kB Progress (1): 250/600 kB Progress (1): 252/600 kB Progress (1): 254/600 kB Progress (1): 256/600 kB Progress (1): 258/600 kB Progress (1): 260/600 kB Progress (1): 262/600 kB Progress (1): 264/600 kB Progress (1): 266/600 kB Progress (1): 268/600 kB Progress (1): 270/600 kB Progress (1): 272/600 kB Progress (1): 274/600 kB Progress (1): 276/600 kB Progress (1): 279/600 kB Progress (1): 281/600 kB Progress (1): 283/600 kB Progress (1): 285/600 kB Progress (1): 287/600 kB Progress (1): 289/600 kB Progress (1): 291/600 kB Progress (1): 293/600 kB Progress (1): 295/600 kB Progress (1): 297/600 kB Progress (1): 299/600 kB Progress (1): 301/600 kB Progress (1): 303/600 kB Progress (1): 305/600 kB Progress (1): 307/600 kB Progress (1): 309/600 kB Progress (1): 311/600 kB Progress (1): 313/600 kB Progress (1): 315/600 kB Progress (1): 317/600 kB Progress (1): 319/600 kB Progress (1): 322/600 kB Progress (1): 324/600 kB Progress (1): 326/600 kB Progress (1): 328/600 kB Progress (1): 330/600 kB Progress (1): 332/600 kB Progress (1): 334/600 kB Progress (1): 336/600 kB Progress (1): 338/600 kB Progress (1): 340/600 kB Progress (1): 342/600 kB Progress (1): 344/600 kB Progress (1): 346/600 kB Progress (1): 348/600 kB Progress (1): 350/600 kB Progress (1): 352/600 kB Progress (1): 354/600 kB Progress (1): 356/600 kB Progress (1): 358/600 kB Progress (1): 360/600 kB Progress (1): 362/600 kB Progress (1): 365/600 kB Progress (1): 367/600 kB Progress (1): 369/600 kB Progress (1): 371/600 kB Progress (1): 373/600 kB Progress (1): 375/600 kB Progress (1): 377/600 kB Progress (1): 379/600 kB Progress (1): 381/600 kB Progress (1): 383/600 kB Progress (1): 385/600 kB Progress (1): 387/600 kB Progress (1): 389/600 kB Progress (1): 391/600 kB Progress (1): 393/600 kB Progress (1): 395/600 kB Progress (1): 397/600 kB Progress (1): 399/600 kB Progress (1): 401/600 kB Progress (1): 403/600 kB Progress (1): 406/600 kB Progress (1): 408/600 kB Progress (1): 410/600 kB Progress (1): 412/600 kB Progress (1): 414/600 kB Progress (1): 416/600 kB Progress (1): 418/600 kB Progress (1): 420/600 kB Progress (1): 422/600 kB Progress (1): 424/600 kB Progress (1): 426/600 kB Progress (1): 428/600 kB Progress (1): 430/600 kB Progress (1): 432/600 kB Progress (1): 434/600 kB Progress (1): 436/600 kB Progress (1): 438/600 kB Progress (1): 440/600 kB Progress (1): 442/600 kB Progress (1): 444/600 kB Progress (1): 446/600 kB Progress (1): 449/600 kB Progress (1): 451/600 kB Progress (1): 453/600 kB Progress (1): 455/600 kB Progress (1): 457/600 kB Progress (1): 459/600 kB Progress (1): 461/600 kB Progress (1): 463/600 kB Progress (1): 465/600 kB Progress (1): 467/600 kB Progress (1): 469/600 kB Progress (1): 471/600 kB Progress (1): 473/600 kB Progress (1): 475/600 kB Progress (1): 477/600 kB Progress (1): 479/600 kB Progress (1): 481/600 kB Progress (1): 483/600 kB Progress (1): 485/600 kB Progress (1): 487/600 kB Progress (1): 489/600 kB Progress (1): 492/600 kB Progress (1): 494/600 kB Progress (1): 496/600 kB Progress (1): 498/600 kB Progress (1): 500/600 kB Progress (1): 502/600 kB Progress (1): 504/600 kB Progress (1): 506/600 kB Progress (1): 508/600 kB Progress (1): 510/600 kB Progress (1): 512/600 kB Progress (1): 514/600 kB Progress (1): 516/600 kB Progress (1): 518/600 kB Progress (1): 520/600 kB Progress (1): 522/600 kB Progress (1): 524/600 kB Progress (1): 526/600 kB Progress (1): 528/600 kB Progress (1): 530/600 kB Progress (1): 532/600 kB Progress (1): 535/600 kB Progress (1): 537/600 kB Progress (1): 539/600 kB Progress (1): 541/600 kB Progress (1): 543/600 kB Progress (1): 545/600 kB Progress (1): 547/600 kB Progress (1): 549/600 kB Progress (1): 551/600 kB Progress (1): 553/600 kB Progress (1): 555/600 kB Progress (1): 557/600 kB Progress (1): 559/600 kB Progress (1): 561/600 kB Progress (1): 563/600 kB Progress (1): 565/600 kB Progress (1): 567/600 kB Progress (1): 569/600 kB Progress (1): 571/600 kB Progress (1): 573/600 kB Progress (1): 575/600 kB Progress (1): 578/600 kB Progress (1): 580/600 kB Progress (1): 582/600 kB Progress (1): 584/600 kB Progress (1): 586/600 kB Progress (1): 588/600 kB Progress (1): 590/600 kB Progress (1): 592/600 kB Progress (1): 594/600 kB Progress (1): 596/600 kB Progress (1): 598/600 kB Progress (1): 600 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-core/1.20.1/appng-core-1.20.1.jar (600 kB at 714 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-core/1.20.1/appng-core-1.20.1.pom Progress (1): 2.0/10 kB Progress (1): 4.1/10 kB Progress (1): 6.1/10 kB Progress (1): 8.2/10 kB Progress (1): 10 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-core/1.20.1/appng-core-1.20.1.pom (10 kB at 15 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-core/maven-metadata.xml Progress (1): 301 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-core/maven-metadata.xml (301 B at 1.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-core/maven-metadata.xml Progress (1): 301 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-core/maven-metadata.xml (301 B at 473 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-api/1.20.1/appng-api-1.20.1-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-api/1.20.1/appng-api-1.20.1-sources.jar.asc (473 B at 2.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-api/maven-metadata.xml Progress (1): 300 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-api/maven-metadata.xml (300 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-api/maven-metadata.xml Progress (1): 300 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-api/maven-metadata.xml (300 B at 449 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-mail/1.20.1/appng-mail-1.20.1-javadoc.jar Progress (1): 2.0/86 kB Progress (1): 4.1/86 kB Progress (1): 6.1/86 kB Progress (1): 8.2/86 kB Progress (1): 10/86 kB Progress (1): 12/86 kB Progress (1): 14/86 kB Progress (1): 16/86 kB Progress (1): 18/86 kB Progress (1): 20/86 kB Progress (1): 23/86 kB Progress (1): 25/86 kB Progress (1): 27/86 kB Progress (1): 29/86 kB Progress (1): 31/86 kB Progress (1): 33/86 kB Progress (1): 35/86 kB Progress (1): 37/86 kB Progress (1): 39/86 kB Progress (1): 41/86 kB Progress (1): 43/86 kB Progress (1): 45/86 kB Progress (1): 47/86 kB Progress (1): 49/86 kB Progress (1): 51/86 kB Progress (1): 53/86 kB Progress (1): 55/86 kB Progress (1): 57/86 kB Progress (1): 59/86 kB Progress (1): 61/86 kB Progress (1): 63/86 kB Progress (1): 66/86 kB Progress (1): 68/86 kB Progress (1): 70/86 kB Progress (1): 72/86 kB Progress (1): 74/86 kB Progress (1): 76/86 kB Progress (1): 78/86 kB Progress (1): 80/86 kB Progress (1): 82/86 kB Progress (1): 84/86 kB Progress (1): 86/86 kB Progress (1): 86 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-mail/1.20.1/appng-mail-1.20.1-javadoc.jar (86 kB at 123 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-mail/maven-metadata.xml Progress (1): 301 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-mail/maven-metadata.xml (301 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-mail/maven-metadata.xml Progress (1): 301 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-mail/maven-metadata.xml (301 B at 460 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application/1.20.1/appng-application-1.20.1.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application/1.20.1/appng-application-1.20.1.pom.asc (473 B at 1.7 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application/maven-metadata.xml Progress (1): 308 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application/maven-metadata.xml (308 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application/maven-metadata.xml (308 B at 482 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-maven-plugin/1.20.1/appng-maven-plugin-1.20.1.jar Progress (1): 2.0/526 kB Progress (1): 4.1/526 kB Progress (1): 6.1/526 kB Progress (1): 8.2/526 kB Progress (1): 10/526 kB Progress (1): 12/526 kB Progress (1): 14/526 kB Progress (1): 16/526 kB Progress (1): 18/526 kB Progress (1): 20/526 kB Progress (1): 23/526 kB Progress (1): 25/526 kB Progress (1): 27/526 kB Progress (1): 29/526 kB Progress (1): 31/526 kB Progress (1): 33/526 kB Progress (1): 35/526 kB Progress (1): 37/526 kB Progress (1): 39/526 kB Progress (1): 41/526 kB Progress (1): 43/526 kB Progress (1): 45/526 kB Progress (1): 47/526 kB Progress (1): 49/526 kB Progress (1): 51/526 kB Progress (1): 53/526 kB Progress (1): 55/526 kB Progress (1): 57/526 kB Progress (1): 59/526 kB Progress (1): 61/526 kB Progress (1): 63/526 kB Progress (1): 66/526 kB Progress (1): 68/526 kB Progress (1): 70/526 kB Progress (1): 72/526 kB Progress (1): 74/526 kB Progress (1): 76/526 kB Progress (1): 78/526 kB Progress (1): 80/526 kB Progress (1): 82/526 kB Progress (1): 84/526 kB Progress (1): 86/526 kB Progress (1): 88/526 kB Progress (1): 90/526 kB Progress (1): 92/526 kB Progress (1): 94/526 kB Progress (1): 96/526 kB Progress (1): 98/526 kB Progress (1): 100/526 kB Progress (1): 102/526 kB Progress (1): 104/526 kB Progress (1): 106/526 kB Progress (1): 109/526 kB Progress (1): 111/526 kB Progress (1): 113/526 kB Progress (1): 115/526 kB Progress (1): 117/526 kB Progress (1): 119/526 kB Progress (1): 121/526 kB Progress (1): 123/526 kB Progress (1): 125/526 kB Progress (1): 127/526 kB Progress (1): 129/526 kB Progress (1): 131/526 kB Progress (1): 133/526 kB Progress (1): 135/526 kB Progress (1): 137/526 kB Progress (1): 139/526 kB Progress (1): 141/526 kB Progress (1): 143/526 kB Progress (1): 145/526 kB Progress (1): 147/526 kB Progress (1): 150/526 kB Progress (1): 152/526 kB Progress (1): 154/526 kB Progress (1): 156/526 kB Progress (1): 158/526 kB Progress (1): 160/526 kB Progress (1): 162/526 kB Progress (1): 164/526 kB Progress (1): 166/526 kB Progress (1): 168/526 kB Progress (1): 170/526 kB Progress (1): 172/526 kB Progress (1): 174/526 kB Progress (1): 176/526 kB Progress (1): 178/526 kB Progress (1): 180/526 kB Progress (1): 182/526 kB Progress (1): 184/526 kB Progress (1): 186/526 kB Progress (1): 188/526 kB Progress (1): 190/526 kB Progress (1): 193/526 kB Progress (1): 195/526 kB Progress (1): 197/526 kB Progress (1): 199/526 kB Progress (1): 201/526 kB Progress (1): 203/526 kB Progress (1): 205/526 kB Progress (1): 207/526 kB Progress (1): 209/526 kB Progress (1): 211/526 kB Progress (1): 213/526 kB Progress (1): 215/526 kB Progress (1): 217/526 kB Progress (1): 219/526 kB Progress (1): 221/526 kB Progress (1): 223/526 kB Progress (1): 225/526 kB Progress (1): 227/526 kB Progress (1): 229/526 kB Progress (1): 231/526 kB Progress (1): 233/526 kB Progress (1): 236/526 kB Progress (1): 238/526 kB Progress (1): 240/526 kB Progress (1): 242/526 kB Progress (1): 244/526 kB Progress (1): 246/526 kB Progress (1): 248/526 kB Progress (1): 250/526 kB Progress (1): 252/526 kB Progress (1): 254/526 kB Progress (1): 256/526 kB Progress (1): 258/526 kB Progress (1): 260/526 kB Progress (1): 262/526 kB Progress (1): 264/526 kB Progress (1): 266/526 kB Progress (1): 268/526 kB Progress (1): 270/526 kB Progress (1): 272/526 kB Progress (1): 274/526 kB Progress (1): 276/526 kB Progress (1): 279/526 kB Progress (1): 281/526 kB Progress (1): 283/526 kB Progress (1): 285/526 kB Progress (1): 287/526 kB Progress (1): 289/526 kB Progress (1): 291/526 kB Progress (1): 293/526 kB Progress (1): 295/526 kB Progress (1): 297/526 kB Progress (1): 299/526 kB Progress (1): 301/526 kB Progress (1): 303/526 kB Progress (1): 305/526 kB Progress (1): 307/526 kB Progress (1): 309/526 kB Progress (1): 311/526 kB Progress (1): 313/526 kB Progress (1): 315/526 kB Progress (1): 317/526 kB Progress (1): 319/526 kB Progress (1): 322/526 kB Progress (1): 324/526 kB Progress (1): 326/526 kB Progress (1): 328/526 kB Progress (1): 330/526 kB Progress (1): 332/526 kB Progress (1): 334/526 kB Progress (1): 336/526 kB Progress (1): 338/526 kB Progress (1): 340/526 kB Progress (1): 342/526 kB Progress (1): 344/526 kB Progress (1): 346/526 kB Progress (1): 348/526 kB Progress (1): 350/526 kB Progress (1): 352/526 kB Progress (1): 354/526 kB Progress (1): 356/526 kB Progress (1): 358/526 kB Progress (1): 360/526 kB Progress (1): 362/526 kB Progress (1): 365/526 kB Progress (1): 367/526 kB Progress (1): 369/526 kB Progress (1): 371/526 kB Progress (1): 373/526 kB Progress (1): 375/526 kB Progress (1): 377/526 kB Progress (1): 379/526 kB Progress (1): 381/526 kB Progress (1): 383/526 kB Progress (1): 385/526 kB Progress (1): 387/526 kB Progress (1): 389/526 kB Progress (1): 391/526 kB Progress (1): 393/526 kB Progress (1): 395/526 kB Progress (1): 397/526 kB Progress (1): 399/526 kB Progress (1): 401/526 kB Progress (1): 403/526 kB Progress (1): 406/526 kB Progress (1): 408/526 kB Progress (1): 410/526 kB Progress (1): 412/526 kB Progress (1): 414/526 kB Progress (1): 416/526 kB Progress (1): 418/526 kB Progress (1): 420/526 kB Progress (1): 422/526 kB Progress (1): 424/526 kB Progress (1): 426/526 kB Progress (1): 428/526 kB Progress (1): 430/526 kB Progress (1): 432/526 kB Progress (1): 434/526 kB Progress (1): 436/526 kB Progress (1): 438/526 kB Progress (1): 440/526 kB Progress (1): 442/526 kB Progress (1): 444/526 kB Progress (1): 446/526 kB Progress (1): 449/526 kB Progress (1): 451/526 kB Progress (1): 453/526 kB Progress (1): 455/526 kB Progress (1): 457/526 kB Progress (1): 459/526 kB Progress (1): 461/526 kB Progress (1): 463/526 kB Progress (1): 465/526 kB Progress (1): 467/526 kB Progress (1): 469/526 kB Progress (1): 471/526 kB Progress (1): 473/526 kB Progress (1): 475/526 kB Progress (1): 477/526 kB Progress (1): 479/526 kB Progress (1): 481/526 kB Progress (1): 483/526 kB Progress (1): 485/526 kB Progress (1): 487/526 kB Progress (1): 489/526 kB Progress (1): 492/526 kB Progress (1): 494/526 kB Progress (1): 496/526 kB Progress (1): 498/526 kB Progress (1): 500/526 kB Progress (1): 502/526 kB Progress (1): 504/526 kB Progress (1): 506/526 kB Progress (1): 508/526 kB Progress (1): 510/526 kB Progress (1): 512/526 kB Progress (1): 514/526 kB Progress (1): 516/526 kB Progress (1): 518/526 kB Progress (1): 520/526 kB Progress (1): 522/526 kB Progress (1): 524/526 kB Progress (1): 526 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-maven-plugin/1.20.1/appng-maven-plugin-1.20.1.jar (526 kB at 697 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-maven-plugin/1.20.1/appng-maven-plugin-1.20.1.pom Progress (1): 2.0/5.6 kB Progress (1): 4.1/5.6 kB Progress (1): 5.6 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-maven-plugin/1.20.1/appng-maven-plugin-1.20.1.pom (5.6 kB at 8.7 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-maven-plugin/maven-metadata.xml Progress (1): 309 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-maven-plugin/maven-metadata.xml (309 B at 676 B/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-maven-plugin/maven-metadata.xml Progress (1): 337 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-maven-plugin/maven-metadata.xml (337 B at 399 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven-metadata.xml Progress (1): 231 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven-metadata.xml (231 B at 332 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-upngizr/1.20.1/appng-upngizr-1.20.1.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-upngizr/1.20.1/appng-upngizr-1.20.1.pom.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-upngizr/maven-metadata.xml Progress (1): 304 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-upngizr/maven-metadata.xml (304 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-upngizr/maven-metadata.xml Progress (1): 304 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-upngizr/maven-metadata.xml (304 B at 442 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-testsupport/1.20.1/appng-testsupport-1.20.1.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-testsupport/1.20.1/appng-testsupport-1.20.1.jar.asc (473 B at 2.0 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 308 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-testsupport/maven-metadata.xml (308 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-testsupport/maven-metadata.xml (308 B at 470 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-documentation/1.20.1/appng-documentation-1.20.1-sources.jar Progress (1): 2.0/35 kB Progress (1): 4.1/35 kB Progress (1): 6.1/35 kB Progress (1): 8.2/35 kB Progress (1): 10/35 kB Progress (1): 12/35 kB Progress (1): 14/35 kB Progress (1): 16/35 kB Progress (1): 18/35 kB Progress (1): 20/35 kB Progress (1): 23/35 kB Progress (1): 25/35 kB Progress (1): 27/35 kB Progress (1): 29/35 kB Progress (1): 31/35 kB Progress (1): 33/35 kB Progress (1): 35/35 kB Progress (1): 35 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-documentation/1.20.1/appng-documentation-1.20.1-sources.jar (35 kB at 44 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-documentation/maven-metadata.xml Progress (1): 310 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-documentation/maven-metadata.xml (310 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-documentation/maven-metadata.xml Progress (1): 310 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-documentation/maven-metadata.xml (310 B at 485 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-api/1.20.1/appng-api-1.20.1-sources.jar Progress (1): 2.0/272 kB Progress (1): 4.1/272 kB Progress (1): 6.1/272 kB Progress (1): 8.2/272 kB Progress (1): 10/272 kB Progress (1): 12/272 kB Progress (1): 14/272 kB Progress (1): 16/272 kB Progress (1): 18/272 kB Progress (1): 20/272 kB Progress (1): 23/272 kB Progress (1): 25/272 kB Progress (1): 27/272 kB Progress (1): 29/272 kB Progress (1): 31/272 kB Progress (1): 33/272 kB Progress (1): 35/272 kB Progress (1): 37/272 kB Progress (1): 39/272 kB Progress (1): 41/272 kB Progress (1): 43/272 kB Progress (1): 45/272 kB Progress (1): 47/272 kB Progress (1): 49/272 kB Progress (1): 51/272 kB Progress (1): 53/272 kB Progress (1): 55/272 kB Progress (1): 57/272 kB Progress (1): 59/272 kB Progress (1): 61/272 kB Progress (1): 63/272 kB Progress (1): 66/272 kB Progress (1): 68/272 kB Progress (1): 70/272 kB Progress (1): 72/272 kB Progress (1): 74/272 kB Progress (1): 76/272 kB Progress (1): 78/272 kB Progress (1): 80/272 kB Progress (1): 82/272 kB Progress (1): 84/272 kB Progress (1): 86/272 kB Progress (1): 88/272 kB Progress (1): 90/272 kB Progress (1): 92/272 kB Progress (1): 94/272 kB Progress (1): 96/272 kB Progress (1): 98/272 kB Progress (1): 100/272 kB Progress (1): 102/272 kB Progress (1): 104/272 kB Progress (1): 106/272 kB Progress (1): 109/272 kB Progress (1): 111/272 kB Progress (1): 113/272 kB Progress (1): 115/272 kB Progress (1): 117/272 kB Progress (1): 119/272 kB Progress (1): 121/272 kB Progress (1): 123/272 kB Progress (1): 125/272 kB Progress (1): 127/272 kB Progress (1): 129/272 kB Progress (1): 131/272 kB Progress (1): 133/272 kB Progress (1): 135/272 kB Progress (1): 137/272 kB Progress (1): 139/272 kB Progress (1): 141/272 kB Progress (1): 143/272 kB Progress (1): 145/272 kB Progress (1): 147/272 kB Progress (1): 150/272 kB Progress (1): 152/272 kB Progress (1): 154/272 kB Progress (1): 156/272 kB Progress (1): 158/272 kB Progress (1): 160/272 kB Progress (1): 162/272 kB Progress (1): 164/272 kB Progress (1): 166/272 kB Progress (1): 168/272 kB Progress (1): 170/272 kB Progress (1): 172/272 kB Progress (1): 174/272 kB Progress (1): 176/272 kB Progress (1): 178/272 kB Progress (1): 180/272 kB Progress (1): 182/272 kB Progress (1): 184/272 kB Progress (1): 186/272 kB Progress (1): 188/272 kB Progress (1): 190/272 kB Progress (1): 193/272 kB Progress (1): 195/272 kB Progress (1): 197/272 kB Progress (1): 199/272 kB Progress (1): 201/272 kB Progress (1): 203/272 kB Progress (1): 205/272 kB Progress (1): 207/272 kB Progress (1): 209/272 kB Progress (1): 211/272 kB Progress (1): 213/272 kB Progress (1): 215/272 kB Progress (1): 217/272 kB Progress (1): 219/272 kB Progress (1): 221/272 kB Progress (1): 223/272 kB Progress (1): 225/272 kB Progress (1): 227/272 kB Progress (1): 229/272 kB Progress (1): 231/272 kB Progress (1): 233/272 kB Progress (1): 236/272 kB Progress (1): 238/272 kB Progress (1): 240/272 kB Progress (1): 242/272 kB Progress (1): 244/272 kB Progress (1): 246/272 kB Progress (1): 248/272 kB Progress (1): 250/272 kB Progress (1): 252/272 kB Progress (1): 254/272 kB Progress (1): 256/272 kB Progress (1): 258/272 kB Progress (1): 260/272 kB Progress (1): 262/272 kB Progress (1): 264/272 kB Progress (1): 266/272 kB Progress (1): 268/272 kB Progress (1): 270/272 kB Progress (1): 272 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-api/1.20.1/appng-api-1.20.1-sources.jar (272 kB at 317 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-api/maven-metadata.xml Progress (1): 300 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-api/maven-metadata.xml (300 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-api/maven-metadata.xml Progress (1): 300 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-api/maven-metadata.xml (300 B at 440 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-xmlapi/1.20.1/appng-xmlapi-1.20.1.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-xmlapi/1.20.1/appng-xmlapi-1.20.1.pom.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 303 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-xmlapi/maven-metadata.xml (303 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-xmlapi/maven-metadata.xml (303 B at 469 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-documentation/1.20.1/appng-documentation-1.20.1-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-documentation/1.20.1/appng-documentation-1.20.1-sources.jar.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-documentation/maven-metadata.xml Progress (1): 310 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-documentation/maven-metadata.xml (310 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-documentation/maven-metadata.xml Progress (1): 310 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-documentation/maven-metadata.xml (310 B at 485 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-taglib/1.20.1/appng-taglib-1.20.1-javadoc.jar Progress (1): 2.0/146 kB Progress (1): 4.1/146 kB Progress (1): 6.1/146 kB Progress (1): 8.2/146 kB Progress (1): 10/146 kB Progress (1): 12/146 kB Progress (1): 14/146 kB Progress (1): 16/146 kB Progress (1): 18/146 kB Progress (1): 20/146 kB Progress (1): 23/146 kB Progress (1): 25/146 kB Progress (1): 27/146 kB Progress (1): 29/146 kB Progress (1): 31/146 kB Progress (1): 33/146 kB Progress (1): 35/146 kB Progress (1): 37/146 kB Progress (1): 39/146 kB Progress (1): 41/146 kB Progress (1): 43/146 kB Progress (1): 45/146 kB Progress (1): 47/146 kB Progress (1): 49/146 kB Progress (1): 51/146 kB Progress (1): 53/146 kB Progress (1): 55/146 kB Progress (1): 57/146 kB Progress (1): 59/146 kB Progress (1): 61/146 kB Progress (1): 63/146 kB Progress (1): 66/146 kB Progress (1): 68/146 kB Progress (1): 70/146 kB Progress (1): 72/146 kB Progress (1): 74/146 kB Progress (1): 76/146 kB Progress (1): 78/146 kB Progress (1): 80/146 kB Progress (1): 82/146 kB Progress (1): 84/146 kB Progress (1): 86/146 kB Progress (1): 88/146 kB Progress (1): 90/146 kB Progress (1): 92/146 kB Progress (1): 94/146 kB Progress (1): 96/146 kB Progress (1): 98/146 kB Progress (1): 100/146 kB Progress (1): 102/146 kB Progress (1): 104/146 kB Progress (1): 106/146 kB Progress (1): 109/146 kB Progress (1): 111/146 kB Progress (1): 113/146 kB Progress (1): 115/146 kB Progress (1): 117/146 kB Progress (1): 119/146 kB Progress (1): 121/146 kB Progress (1): 123/146 kB Progress (1): 125/146 kB Progress (1): 127/146 kB Progress (1): 129/146 kB Progress (1): 131/146 kB Progress (1): 133/146 kB Progress (1): 135/146 kB Progress (1): 137/146 kB Progress (1): 139/146 kB Progress (1): 141/146 kB Progress (1): 143/146 kB Progress (1): 145/146 kB Progress (1): 146 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-taglib/1.20.1/appng-taglib-1.20.1-javadoc.jar (146 kB at 226 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-taglib/maven-metadata.xml Progress (1): 303 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-taglib/maven-metadata.xml (303 B at 1.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-taglib/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-taglib/maven-metadata.xml (303 B at 484 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-rest-api/1.20.1/appng-rest-api-1.20.1.jar Progress (1): 2.0/82 kB Progress (1): 4.1/82 kB Progress (1): 6.1/82 kB Progress (1): 8.2/82 kB Progress (1): 10/82 kB Progress (1): 12/82 kB Progress (1): 14/82 kB Progress (1): 16/82 kB Progress (1): 18/82 kB Progress (1): 20/82 kB Progress (1): 23/82 kB Progress (1): 25/82 kB Progress (1): 27/82 kB Progress (1): 29/82 kB Progress (1): 31/82 kB Progress (1): 33/82 kB Progress (1): 35/82 kB Progress (1): 37/82 kB Progress (1): 39/82 kB Progress (1): 41/82 kB Progress (1): 43/82 kB Progress (1): 45/82 kB Progress (1): 47/82 kB Progress (1): 49/82 kB Progress (1): 51/82 kB Progress (1): 53/82 kB Progress (1): 55/82 kB Progress (1): 57/82 kB Progress (1): 59/82 kB Progress (1): 61/82 kB Progress (1): 63/82 kB Progress (1): 66/82 kB Progress (1): 68/82 kB Progress (1): 70/82 kB Progress (1): 72/82 kB Progress (1): 74/82 kB Progress (1): 76/82 kB Progress (1): 78/82 kB Progress (1): 80/82 kB Progress (1): 82 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-rest-api/1.20.1/appng-rest-api-1.20.1.jar (82 kB at 131 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-rest-api/1.20.1/appng-rest-api-1.20.1.pom Progress (1): 2.0/4.3 kB Progress (1): 4.1/4.3 kB Progress (1): 4.3 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-rest-api/1.20.1/appng-rest-api-1.20.1.pom (4.3 kB at 6.5 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 305 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-rest-api/maven-metadata.xml (305 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 305 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-rest-api/maven-metadata.xml (305 B at 475 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-archetype-application/1.20.1/appng-archetype-application-1.20.1.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-archetype-application/1.20.1/appng-archetype-application-1.20.1.pom.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-archetype-application/maven-metadata.xml Progress (1): 318 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-archetype-application/maven-metadata.xml (318 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-archetype-application/maven-metadata.xml Progress (1): 318 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-archetype-application/maven-metadata.xml (318 B at 437 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer/1.20.1/appng-appngizer-1.20.1.war.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer/1.20.1/appng-appngizer-1.20.1.war.asc (473 B at 1.9 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 306 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer/maven-metadata.xml (306 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 306 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer/maven-metadata.xml (306 B at 393 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-persistence/1.20.1/appng-persistence-1.20.1.jar Progress (1): 2.0/24 kB Progress (1): 4.1/24 kB Progress (1): 6.1/24 kB Progress (1): 8.2/24 kB Progress (1): 10/24 kB Progress (1): 12/24 kB Progress (1): 14/24 kB Progress (1): 16/24 kB Progress (1): 18/24 kB Progress (1): 20/24 kB Progress (1): 23/24 kB Progress (1): 24 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-persistence/1.20.1/appng-persistence-1.20.1.jar (24 kB at 34 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-persistence/1.20.1/appng-persistence-1.20.1.pom Progress (1): 2.0/2.5 kB Progress (1): 2.5 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-persistence/1.20.1/appng-persistence-1.20.1.pom (2.5 kB at 3.6 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-persistence/maven-metadata.xml Progress (1): 308 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-persistence/maven-metadata.xml (308 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-persistence/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-persistence/maven-metadata.xml (308 B at 431 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-api/1.20.1/appng-api-1.20.1.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-api/1.20.1/appng-api-1.20.1.pom.asc (473 B at 2.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-api/maven-metadata.xml Progress (1): 300 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-api/maven-metadata.xml (300 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-api/maven-metadata.xml Progress (1): 300 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-api/maven-metadata.xml (300 B at 429 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-camunda/1.20.1/appng-application-camunda-1.20.1.war.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-camunda/1.20.1/appng-application-camunda-1.20.1.war.asc (473 B at 2.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-camunda/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-camunda/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-camunda/maven-metadata.xml Progress (1): 316 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-camunda/maven-metadata.xml (316 B at 352 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-camunda/maven-metadata.xml Progress (1): 316 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-camunda/maven-metadata.xml (316 B at 482 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-forms/1.20.1/appng-forms-1.20.1-javadoc.jar Progress (1): 2.0/89 kB Progress (1): 4.1/89 kB Progress (1): 6.1/89 kB Progress (1): 8.2/89 kB Progress (1): 10/89 kB Progress (1): 12/89 kB Progress (1): 14/89 kB Progress (1): 16/89 kB Progress (1): 18/89 kB Progress (1): 20/89 kB Progress (1): 23/89 kB Progress (1): 25/89 kB Progress (1): 27/89 kB Progress (1): 29/89 kB Progress (1): 31/89 kB Progress (1): 33/89 kB Progress (1): 35/89 kB Progress (1): 37/89 kB Progress (1): 39/89 kB Progress (1): 41/89 kB Progress (1): 43/89 kB Progress (1): 45/89 kB Progress (1): 47/89 kB Progress (1): 49/89 kB Progress (1): 51/89 kB Progress (1): 53/89 kB Progress (1): 55/89 kB Progress (1): 57/89 kB Progress (1): 59/89 kB Progress (1): 61/89 kB Progress (1): 63/89 kB Progress (1): 66/89 kB Progress (1): 68/89 kB Progress (1): 70/89 kB Progress (1): 72/89 kB Progress (1): 74/89 kB Progress (1): 76/89 kB Progress (1): 78/89 kB Progress (1): 80/89 kB Progress (1): 82/89 kB Progress (1): 84/89 kB Progress (1): 86/89 kB Progress (1): 88/89 kB Progress (1): 89 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-forms/1.20.1/appng-forms-1.20.1-javadoc.jar (89 kB at 109 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-forms/maven-metadata.xml Progress (1): 302 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-forms/maven-metadata.xml (302 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-forms/maven-metadata.xml Progress (1): 302 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-forms/maven-metadata.xml (302 B at 456 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer-jaxb/1.20.1/appng-appngizer-jaxb-1.20.1.jar Progress (1): 2.0/89 kB Progress (1): 4.1/89 kB Progress (1): 6.1/89 kB Progress (1): 8.2/89 kB Progress (1): 10/89 kB Progress (1): 12/89 kB Progress (1): 14/89 kB Progress (1): 16/89 kB Progress (1): 18/89 kB Progress (1): 20/89 kB Progress (1): 23/89 kB Progress (1): 25/89 kB Progress (1): 27/89 kB Progress (1): 29/89 kB Progress (1): 31/89 kB Progress (1): 33/89 kB Progress (1): 35/89 kB Progress (1): 37/89 kB Progress (1): 39/89 kB Progress (1): 41/89 kB Progress (1): 43/89 kB Progress (1): 45/89 kB Progress (1): 47/89 kB Progress (1): 49/89 kB Progress (1): 51/89 kB Progress (1): 53/89 kB Progress (1): 55/89 kB Progress (1): 57/89 kB Progress (1): 59/89 kB Progress (1): 61/89 kB Progress (1): 63/89 kB Progress (1): 66/89 kB Progress (1): 68/89 kB Progress (1): 70/89 kB Progress (1): 72/89 kB Progress (1): 74/89 kB Progress (1): 76/89 kB Progress (1): 78/89 kB Progress (1): 80/89 kB Progress (1): 82/89 kB Progress (1): 84/89 kB Progress (1): 86/89 kB Progress (1): 88/89 kB Progress (1): 89 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer-jaxb/1.20.1/appng-appngizer-jaxb-1.20.1.jar (89 kB at 140 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer-jaxb/1.20.1/appng-appngizer-jaxb-1.20.1.pom Progress (1): 2.0/2.5 kB Progress (1): 2.5 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer-jaxb/1.20.1/appng-appngizer-jaxb-1.20.1.pom (2.5 kB at 3.8 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 311 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer-jaxb/maven-metadata.xml (311 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 311 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer-jaxb/maven-metadata.xml (311 B at 444 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-tools/1.20.1/appng-tools-1.20.1-sources.jar Progress (1): 2.0/41 kB Progress (1): 4.1/41 kB Progress (1): 6.1/41 kB Progress (1): 8.2/41 kB Progress (1): 10/41 kB Progress (1): 12/41 kB Progress (1): 14/41 kB Progress (1): 16/41 kB Progress (1): 18/41 kB Progress (1): 20/41 kB Progress (1): 23/41 kB Progress (1): 25/41 kB Progress (1): 27/41 kB Progress (1): 29/41 kB Progress (1): 31/41 kB Progress (1): 33/41 kB Progress (1): 35/41 kB Progress (1): 37/41 kB Progress (1): 39/41 kB Progress (1): 41 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-tools/1.20.1/appng-tools-1.20.1-sources.jar (41 kB at 56 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-tools/maven-metadata.xml Progress (1): 302 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-tools/maven-metadata.xml (302 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-tools/maven-metadata.xml Progress (1): 302 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-tools/maven-metadata.xml (302 B at 487 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-formtags/1.20.1/appng-formtags-1.20.1.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-formtags/1.20.1/appng-formtags-1.20.1.jar.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-formtags/maven-metadata.xml Progress (1): 305 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-formtags/maven-metadata.xml (305 B at 1.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-formtags/maven-metadata.xml Progress (1): 305 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-formtags/maven-metadata.xml (305 B at 475 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-documentation/1.20.1/appng-documentation-1.20.1.jar Progress (1): 2.0/33 kB Progress (1): 4.1/33 kB Progress (1): 6.1/33 kB Progress (1): 8.2/33 kB Progress (1): 10/33 kB Progress (1): 12/33 kB Progress (1): 14/33 kB Progress (1): 16/33 kB Progress (1): 18/33 kB Progress (1): 20/33 kB Progress (1): 23/33 kB Progress (1): 25/33 kB Progress (1): 27/33 kB Progress (1): 29/33 kB Progress (1): 31/33 kB Progress (1): 33/33 kB Progress (1): 33 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-documentation/1.20.1/appng-documentation-1.20.1.jar (33 kB at 44 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-documentation/1.20.1/appng-documentation-1.20.1.pom Progress (1): 2.0/3.2 kB Progress (1): 3.2 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-documentation/1.20.1/appng-documentation-1.20.1.pom (3.2 kB at 4.7 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-documentation/maven-metadata.xml Progress (1): 310 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-documentation/maven-metadata.xml (310 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-documentation/maven-metadata.xml Progress (1): 310 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-documentation/maven-metadata.xml (310 B at 498 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-search/1.20.1/appng-search-1.20.1-javadoc.jar Progress (1): 2.0/196 kB Progress (1): 4.1/196 kB Progress (1): 6.1/196 kB Progress (1): 8.2/196 kB Progress (1): 10/196 kB Progress (1): 12/196 kB Progress (1): 14/196 kB Progress (1): 16/196 kB Progress (1): 18/196 kB Progress (1): 20/196 kB Progress (1): 23/196 kB Progress (1): 25/196 kB Progress (1): 27/196 kB Progress (1): 29/196 kB Progress (1): 31/196 kB Progress (1): 33/196 kB Progress (1): 35/196 kB Progress (1): 37/196 kB Progress (1): 39/196 kB Progress (1): 41/196 kB Progress (1): 43/196 kB Progress (1): 45/196 kB Progress (1): 47/196 kB Progress (1): 49/196 kB Progress (1): 51/196 kB Progress (1): 53/196 kB Progress (1): 55/196 kB Progress (1): 57/196 kB Progress (1): 59/196 kB Progress (1): 61/196 kB Progress (1): 63/196 kB Progress (1): 66/196 kB Progress (1): 68/196 kB Progress (1): 70/196 kB Progress (1): 72/196 kB Progress (1): 74/196 kB Progress (1): 76/196 kB Progress (1): 78/196 kB Progress (1): 80/196 kB Progress (1): 82/196 kB Progress (1): 84/196 kB Progress (1): 86/196 kB Progress (1): 88/196 kB Progress (1): 90/196 kB Progress (1): 92/196 kB Progress (1): 94/196 kB Progress (1): 96/196 kB Progress (1): 98/196 kB Progress (1): 100/196 kB Progress (1): 102/196 kB Progress (1): 104/196 kB Progress (1): 106/196 kB Progress (1): 109/196 kB Progress (1): 111/196 kB Progress (1): 113/196 kB Progress (1): 115/196 kB Progress (1): 117/196 kB Progress (1): 119/196 kB Progress (1): 121/196 kB Progress (1): 123/196 kB Progress (1): 125/196 kB Progress (1): 127/196 kB Progress (1): 129/196 kB Progress (1): 131/196 kB Progress (1): 133/196 kB Progress (1): 135/196 kB Progress (1): 137/196 kB Progress (1): 139/196 kB Progress (1): 141/196 kB Progress (1): 143/196 kB Progress (1): 145/196 kB Progress (1): 147/196 kB Progress (1): 150/196 kB Progress (1): 152/196 kB Progress (1): 154/196 kB Progress (1): 156/196 kB Progress (1): 158/196 kB Progress (1): 160/196 kB Progress (1): 162/196 kB Progress (1): 164/196 kB Progress (1): 166/196 kB Progress (1): 168/196 kB Progress (1): 170/196 kB Progress (1): 172/196 kB Progress (1): 174/196 kB Progress (1): 176/196 kB Progress (1): 178/196 kB Progress (1): 180/196 kB Progress (1): 182/196 kB Progress (1): 184/196 kB Progress (1): 186/196 kB Progress (1): 188/196 kB Progress (1): 190/196 kB Progress (1): 193/196 kB Progress (1): 195/196 kB Progress (1): 196 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-search/1.20.1/appng-search-1.20.1-javadoc.jar (196 kB at 275 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-search/maven-metadata.xml Progress (1): 303 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-search/maven-metadata.xml (303 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-search/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-search/maven-metadata.xml (303 B at 485 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-testsupport/1.20.1/appng-testsupport-1.20.1-sources.jar Progress (1): 2.0/37 kB Progress (1): 4.1/37 kB Progress (1): 6.1/37 kB Progress (1): 8.2/37 kB Progress (1): 10/37 kB Progress (1): 12/37 kB Progress (1): 14/37 kB Progress (1): 16/37 kB Progress (1): 18/37 kB Progress (1): 20/37 kB Progress (1): 23/37 kB Progress (1): 25/37 kB Progress (1): 27/37 kB Progress (1): 29/37 kB Progress (1): 31/37 kB Progress (1): 33/37 kB Progress (1): 35/37 kB Progress (1): 37/37 kB Progress (1): 37 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-testsupport/1.20.1/appng-testsupport-1.20.1-sources.jar (37 kB at 53 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 308 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-testsupport/maven-metadata.xml (308 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-testsupport/maven-metadata.xml (308 B at 428 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-search/1.20.1/appng-search-1.20.1-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-search/1.20.1/appng-search-1.20.1-javadoc.jar.asc (473 B at 2.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-search/maven-metadata.xml Progress (1): 303 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-search/maven-metadata.xml (303 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-search/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-search/maven-metadata.xml (303 B at 487 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-archetype-application/1.20.1/appng-archetype-application-1.20.1.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-archetype-application/1.20.1/appng-archetype-application-1.20.1.jar.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-archetype-application/maven-metadata.xml Progress (1): 318 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-archetype-application/maven-metadata.xml (318 B at 1.6 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-archetype-application/maven-metadata.xml Progress (1): 318 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-archetype-application/maven-metadata.xml (318 B at 460 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer-jaxb/1.20.1/appng-appngizer-jaxb-1.20.1.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer-jaxb/1.20.1/appng-appngizer-jaxb-1.20.1.pom.asc (473 B at 2.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 311 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer-jaxb/maven-metadata.xml (311 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 311 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer-jaxb/maven-metadata.xml (311 B at 471 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-camunda/1.20.1/appng-camunda-1.20.1-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-camunda/1.20.1/appng-camunda-1.20.1-javadoc.jar.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-camunda/maven-metadata.xml Progress (1): 304 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-camunda/maven-metadata.xml (304 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-camunda/maven-metadata.xml Progress (1): 304 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-camunda/maven-metadata.xml (304 B at 496 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-maven-plugin/1.20.1/appng-maven-plugin-1.20.1.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-maven-plugin/1.20.1/appng-maven-plugin-1.20.1.pom.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-maven-plugin/maven-metadata.xml Progress (1): 337 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-maven-plugin/maven-metadata.xml (337 B at 1.7 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-maven-plugin/maven-metadata.xml Progress (1): 337 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-maven-plugin/maven-metadata.xml (337 B at 541 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer/1.20.1/appng-appngizer-1.20.1.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer/1.20.1/appng-appngizer-1.20.1.pom.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 306 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer/maven-metadata.xml (306 B at 1.6 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 306 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer/maven-metadata.xml (306 B at 501 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-archetype-application/1.20.1/appng-archetype-application-1.20.1.jar Progress (1): 2.0/14 kB Progress (1): 4.1/14 kB Progress (1): 6.1/14 kB Progress (1): 8.2/14 kB Progress (1): 10/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-archetype-application/1.20.1/appng-archetype-application-1.20.1.jar (14 kB at 21 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-archetype-application/1.20.1/appng-archetype-application-1.20.1.pom Progress (1): 504 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-archetype-application/1.20.1/appng-archetype-application-1.20.1.pom (504 B at 794 B/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-archetype-application/maven-metadata.xml Progress (1): 318 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-archetype-application/maven-metadata.xml (318 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-archetype-application/maven-metadata.xml Progress (1): 318 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-archetype-application/maven-metadata.xml (318 B at 472 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-api/1.20.1/appng-api-1.20.1-javadoc.jar Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.1/1.1 MB Progress (1): 1.1/1.1 MB Progress (1): 1.1/1.1 MB Progress (1): 1.1/1.1 MB Progress (1): 1.1/1.1 MB Progress (1): 1.1/1.1 MB Progress (1): 1.1/1.1 MB Progress (1): 1.1/1.1 MB Progress (1): 1.1/1.1 MB Progress (1): 1.1/1.1 MB Progress (1): 1.1/1.1 MB Progress (1): 1.1 MB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-api/1.20.1/appng-api-1.20.1-javadoc.jar (1.1 MB at 1.4 MB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-api/maven-metadata.xml Progress (1): 300 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-api/maven-metadata.xml (300 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-api/maven-metadata.xml Progress (1): 300 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-api/maven-metadata.xml (300 B at 472 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-xmlapi/1.20.1/appng-xmlapi-1.20.1.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-xmlapi/1.20.1/appng-xmlapi-1.20.1.jar.asc (473 B at 2.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 303 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-xmlapi/maven-metadata.xml (303 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-xmlapi/maven-metadata.xml (303 B at 461 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-mail/1.20.1/appng-mail-1.20.1-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-mail/1.20.1/appng-mail-1.20.1-javadoc.jar.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-mail/maven-metadata.xml Progress (1): 301 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-mail/maven-metadata.xml (301 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-mail/maven-metadata.xml Progress (1): 301 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-mail/maven-metadata.xml (301 B at 476 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-api/1.20.1/appng-api-1.20.1.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-api/1.20.1/appng-api-1.20.1.jar.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-api/maven-metadata.xml Progress (1): 300 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-api/maven-metadata.xml (300 B at 1.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-api/maven-metadata.xml Progress (1): 300 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-api/maven-metadata.xml (300 B at 459 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-core/1.20.1/appng-core-1.20.1-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-core/1.20.1/appng-core-1.20.1-sources.jar.asc (473 B at 1.0 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-core/maven-metadata.xml Progress (1): 301 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-core/maven-metadata.xml (301 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-core/maven-metadata.xml Progress (1): 301 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-core/maven-metadata.xml (301 B at 471 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer/1.20.1/appng-appngizer-1.20.1-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer/1.20.1/appng-appngizer-1.20.1-javadoc.jar.asc (473 B at 1.7 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 306 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer/maven-metadata.xml (306 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 306 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer/maven-metadata.xml (306 B at 427 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-formtags/1.20.1/appng-formtags-1.20.1-sources.jar Progress (1): 2.0/21 kB Progress (1): 4.1/21 kB Progress (1): 6.1/21 kB Progress (1): 8.2/21 kB Progress (1): 10/21 kB Progress (1): 12/21 kB Progress (1): 14/21 kB Progress (1): 16/21 kB Progress (1): 18/21 kB Progress (1): 20/21 kB Progress (1): 21 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-formtags/1.20.1/appng-formtags-1.20.1-sources.jar (21 kB at 2.8 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-formtags/maven-metadata.xml Progress (1): 305 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-formtags/maven-metadata.xml (305 B at 1.0 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-formtags/maven-metadata.xml Progress (1): 305 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-formtags/maven-metadata.xml (305 B at 392 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-formtags/1.20.1/appng-formtags-1.20.1-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-formtags/1.20.1/appng-formtags-1.20.1-javadoc.jar.asc (473 B at 80 B/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-formtags/maven-metadata.xml Progress (1): 305 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-formtags/maven-metadata.xml (305 B at 987 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-formtags/maven-metadata.xml Progress (1): 305 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-formtags/maven-metadata.xml (305 B at 290 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-assembly/1.20.1/appng-application-assembly-1.20.1.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-assembly/1.20.1/appng-application-assembly-1.20.1.pom.asc (473 B at 1.9 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-assembly/maven-metadata.xml Progress (1): 317 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-assembly/maven-metadata.xml (317 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-assembly/maven-metadata.xml Progress (1): 317 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-assembly/maven-metadata.xml (317 B at 475 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-parent/1.20.1/appng-parent-1.20.1.pom Progress (1): 2.0/34 kB Progress (1): 4.1/34 kB Progress (1): 6.1/34 kB Progress (1): 8.2/34 kB Progress (1): 10/34 kB Progress (1): 12/34 kB Progress (1): 14/34 kB Progress (1): 16/34 kB Progress (1): 18/34 kB Progress (1): 20/34 kB Progress (1): 23/34 kB Progress (1): 25/34 kB Progress (1): 27/34 kB Progress (1): 29/34 kB Progress (1): 31/34 kB Progress (1): 33/34 kB Progress (1): 34 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-parent/1.20.1/appng-parent-1.20.1.pom (34 kB at 39 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-parent/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-parent/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-parent/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-parent/maven-metadata.xml (303 B at 360 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-parent/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-parent/maven-metadata.xml (303 B at 449 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-tools/1.20.1/appng-tools-1.20.1-javadoc.jar Progress (1): 2.0/236 kB Progress (1): 4.1/236 kB Progress (1): 6.1/236 kB Progress (1): 8.2/236 kB Progress (1): 10/236 kB Progress (1): 12/236 kB Progress (1): 14/236 kB Progress (1): 16/236 kB Progress (1): 18/236 kB Progress (1): 20/236 kB Progress (1): 23/236 kB Progress (1): 25/236 kB Progress (1): 27/236 kB Progress (1): 29/236 kB Progress (1): 31/236 kB Progress (1): 33/236 kB Progress (1): 35/236 kB Progress (1): 37/236 kB Progress (1): 39/236 kB Progress (1): 41/236 kB Progress (1): 43/236 kB Progress (1): 45/236 kB Progress (1): 47/236 kB Progress (1): 49/236 kB Progress (1): 51/236 kB Progress (1): 53/236 kB Progress (1): 55/236 kB Progress (1): 57/236 kB Progress (1): 59/236 kB Progress (1): 61/236 kB Progress (1): 63/236 kB Progress (1): 66/236 kB Progress (1): 68/236 kB Progress (1): 70/236 kB Progress (1): 72/236 kB Progress (1): 74/236 kB Progress (1): 76/236 kB Progress (1): 78/236 kB Progress (1): 80/236 kB Progress (1): 82/236 kB Progress (1): 84/236 kB Progress (1): 86/236 kB Progress (1): 88/236 kB Progress (1): 90/236 kB Progress (1): 92/236 kB Progress (1): 94/236 kB Progress (1): 96/236 kB Progress (1): 98/236 kB Progress (1): 100/236 kB Progress (1): 102/236 kB Progress (1): 104/236 kB Progress (1): 106/236 kB Progress (1): 109/236 kB Progress (1): 111/236 kB Progress (1): 113/236 kB Progress (1): 115/236 kB Progress (1): 117/236 kB Progress (1): 119/236 kB Progress (1): 121/236 kB Progress (1): 123/236 kB Progress (1): 125/236 kB Progress (1): 127/236 kB Progress (1): 129/236 kB Progress (1): 131/236 kB Progress (1): 133/236 kB Progress (1): 135/236 kB Progress (1): 137/236 kB Progress (1): 139/236 kB Progress (1): 141/236 kB Progress (1): 143/236 kB Progress (1): 145/236 kB Progress (1): 147/236 kB Progress (1): 150/236 kB Progress (1): 152/236 kB Progress (1): 154/236 kB Progress (1): 156/236 kB Progress (1): 158/236 kB Progress (1): 160/236 kB Progress (1): 162/236 kB Progress (1): 164/236 kB Progress (1): 166/236 kB Progress (1): 168/236 kB Progress (1): 170/236 kB Progress (1): 172/236 kB Progress (1): 174/236 kB Progress (1): 176/236 kB Progress (1): 178/236 kB Progress (1): 180/236 kB Progress (1): 182/236 kB Progress (1): 184/236 kB Progress (1): 186/236 kB Progress (1): 188/236 kB Progress (1): 190/236 kB Progress (1): 193/236 kB Progress (1): 195/236 kB Progress (1): 197/236 kB Progress (1): 199/236 kB Progress (1): 201/236 kB Progress (1): 203/236 kB Progress (1): 205/236 kB Progress (1): 207/236 kB Progress (1): 209/236 kB Progress (1): 211/236 kB Progress (1): 213/236 kB Progress (1): 215/236 kB Progress (1): 217/236 kB Progress (1): 219/236 kB Progress (1): 221/236 kB Progress (1): 223/236 kB Progress (1): 225/236 kB Progress (1): 227/236 kB Progress (1): 229/236 kB Progress (1): 231/236 kB Progress (1): 233/236 kB Progress (1): 236/236 kB Progress (1): 236 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-tools/1.20.1/appng-tools-1.20.1-javadoc.jar (236 kB at 235 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-tools/maven-metadata.xml Progress (1): 302 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-tools/maven-metadata.xml (302 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-tools/maven-metadata.xml Progress (1): 302 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-tools/maven-metadata.xml (302 B at 40 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-parent/1.20.1/appng-parent-1.20.1.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-parent/1.20.1/appng-parent-1.20.1.pom.asc (473 B at 2.0 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-parent/maven-metadata.xml Progress (1): 303 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-parent/maven-metadata.xml (303 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-parent/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-parent/maven-metadata.xml (303 B at 428 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-camunda/1.20.1/appng-application-camunda-1.20.1.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-camunda/1.20.1/appng-application-camunda-1.20.1.pom.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-camunda/maven-metadata.xml Progress (1): 316 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-camunda/maven-metadata.xml (316 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-camunda/maven-metadata.xml Progress (1): 316 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-camunda/maven-metadata.xml (316 B at 457 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-rest-api/1.20.1/appng-rest-api-1.20.1-sources.jar Progress (1): 2.0/53 kB Progress (1): 4.1/53 kB Progress (1): 6.1/53 kB Progress (1): 8.2/53 kB Progress (1): 10/53 kB Progress (1): 12/53 kB Progress (1): 14/53 kB Progress (1): 16/53 kB Progress (1): 18/53 kB Progress (1): 20/53 kB Progress (1): 23/53 kB Progress (1): 25/53 kB Progress (1): 27/53 kB Progress (1): 29/53 kB Progress (1): 31/53 kB Progress (1): 33/53 kB Progress (1): 35/53 kB Progress (1): 37/53 kB Progress (1): 39/53 kB Progress (1): 41/53 kB Progress (1): 43/53 kB Progress (1): 45/53 kB Progress (1): 47/53 kB Progress (1): 49/53 kB Progress (1): 51/53 kB Progress (1): 53 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-rest-api/1.20.1/appng-rest-api-1.20.1-sources.jar (53 kB at 58 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 305 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-rest-api/maven-metadata.xml (305 B at 1.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 305 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-rest-api/maven-metadata.xml (305 B at 446 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-archetype-application/1.20.1/appng-archetype-application-1.20.1-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-archetype-application/1.20.1/appng-archetype-application-1.20.1-sources.jar.asc (473 B at 2.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-archetype-application/maven-metadata.xml Progress (1): 318 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-archetype-application/maven-metadata.xml (318 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-archetype-application/maven-metadata.xml Progress (1): 318 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-archetype-application/maven-metadata.xml (318 B at 476 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-testsupport/1.20.1/appng-testsupport-1.20.1-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-testsupport/1.20.1/appng-testsupport-1.20.1-javadoc.jar.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 308 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-testsupport/maven-metadata.xml (308 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-testsupport/maven-metadata.xml (308 B at 462 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-testsupport/1.20.1/appng-testsupport-1.20.1-javadoc.jar Progress (1): 2.0/162 kB Progress (1): 4.1/162 kB Progress (1): 6.1/162 kB Progress (1): 8.2/162 kB Progress (1): 10/162 kB Progress (1): 12/162 kB Progress (1): 14/162 kB Progress (1): 16/162 kB Progress (1): 18/162 kB Progress (1): 20/162 kB Progress (1): 23/162 kB Progress (1): 25/162 kB Progress (1): 27/162 kB Progress (1): 29/162 kB Progress (1): 31/162 kB Progress (1): 33/162 kB Progress (1): 35/162 kB Progress (1): 37/162 kB Progress (1): 39/162 kB Progress (1): 41/162 kB Progress (1): 43/162 kB Progress (1): 45/162 kB Progress (1): 47/162 kB Progress (1): 49/162 kB Progress (1): 51/162 kB Progress (1): 53/162 kB Progress (1): 55/162 kB Progress (1): 57/162 kB Progress (1): 59/162 kB Progress (1): 61/162 kB Progress (1): 63/162 kB Progress (1): 66/162 kB Progress (1): 68/162 kB Progress (1): 70/162 kB Progress (1): 72/162 kB Progress (1): 74/162 kB Progress (1): 76/162 kB Progress (1): 78/162 kB Progress (1): 80/162 kB Progress (1): 82/162 kB Progress (1): 84/162 kB Progress (1): 86/162 kB Progress (1): 88/162 kB Progress (1): 90/162 kB Progress (1): 92/162 kB Progress (1): 94/162 kB Progress (1): 96/162 kB Progress (1): 98/162 kB Progress (1): 100/162 kB Progress (1): 102/162 kB Progress (1): 104/162 kB Progress (1): 106/162 kB Progress (1): 109/162 kB Progress (1): 111/162 kB Progress (1): 113/162 kB Progress (1): 115/162 kB Progress (1): 117/162 kB Progress (1): 119/162 kB Progress (1): 121/162 kB Progress (1): 123/162 kB Progress (1): 125/162 kB Progress (1): 127/162 kB Progress (1): 129/162 kB Progress (1): 131/162 kB Progress (1): 133/162 kB Progress (1): 135/162 kB Progress (1): 137/162 kB Progress (1): 139/162 kB Progress (1): 141/162 kB Progress (1): 143/162 kB Progress (1): 145/162 kB Progress (1): 147/162 kB Progress (1): 150/162 kB Progress (1): 152/162 kB Progress (1): 154/162 kB Progress (1): 156/162 kB Progress (1): 158/162 kB Progress (1): 160/162 kB Progress (1): 162 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-testsupport/1.20.1/appng-testsupport-1.20.1-javadoc.jar (162 kB at 212 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 308 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-testsupport/maven-metadata.xml (308 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-testsupport/maven-metadata.xml (308 B at 468 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven/appng-appngizer-maven-plugin/1.20.1/appng-appngizer-maven-plugin-1.20.1.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven/appng-appngizer-maven-plugin/1.20.1/appng-appngizer-maven-plugin-1.20.1.pom.asc (473 B at 1.9 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 353 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (353 B at 1.6 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 353 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (353 B at 539 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-api/1.20.1/appng-api-1.20.1-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-api/1.20.1/appng-api-1.20.1-javadoc.jar.asc (473 B at 2.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-api/maven-metadata.xml Progress (1): 300 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-api/maven-metadata.xml (300 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-api/maven-metadata.xml Progress (1): 300 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-api/maven-metadata.xml (300 B at 453 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer-jaxb/1.20.1/appng-appngizer-jaxb-1.20.1.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer-jaxb/1.20.1/appng-appngizer-jaxb-1.20.1.jar.asc (473 B at 2.4 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 311 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer-jaxb/maven-metadata.xml (311 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 311 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer-jaxb/maven-metadata.xml (311 B at 476 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application/1.20.1/appng-application-1.20.1.zip Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105 MB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application/1.20.1/appng-application-1.20.1.zip (105 MB at 13 MB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application/maven-metadata.xml Progress (1): 308 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application/maven-metadata.xml (308 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application/maven-metadata.xml (308 B at 493 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-maven-plugin/1.20.1/appng-maven-plugin-1.20.1.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-maven-plugin/1.20.1/appng-maven-plugin-1.20.1.jar.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-maven-plugin/maven-metadata.xml Progress (1): 337 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-maven-plugin/maven-metadata.xml (337 B at 1.6 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-maven-plugin/maven-metadata.xml Progress (1): 337 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-maven-plugin/maven-metadata.xml (337 B at 501 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-template-assembly/1.20.1/appng-template-assembly-1.20.1-sources.jar Progress (1): 2.0/2.7 kB Progress (1): 2.7 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-template-assembly/1.20.1/appng-template-assembly-1.20.1-sources.jar (2.7 kB at 4.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-template-assembly/maven-metadata.xml Progress (1): 314 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-template-assembly/maven-metadata.xml (314 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-template-assembly/maven-metadata.xml Progress (1): 314 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-template-assembly/maven-metadata.xml (314 B at 487 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-mail/1.20.1/appng-mail-1.20.1.jar Progress (1): 2.0/15 kB Progress (1): 4.1/15 kB Progress (1): 6.1/15 kB Progress (1): 8.2/15 kB Progress (1): 10/15 kB Progress (1): 12/15 kB Progress (1): 14/15 kB Progress (1): 15 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-mail/1.20.1/appng-mail-1.20.1.jar (15 kB at 20 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-mail/1.20.1/appng-mail-1.20.1.pom Progress (1): 1.2 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-mail/1.20.1/appng-mail-1.20.1.pom (1.2 kB at 1.8 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-mail/maven-metadata.xml Progress (1): 301 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-mail/maven-metadata.xml (301 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-mail/maven-metadata.xml Progress (1): 301 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-mail/maven-metadata.xml (301 B at 471 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer-jaxb/1.20.1/appng-appngizer-jaxb-1.20.1-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer-jaxb/1.20.1/appng-appngizer-jaxb-1.20.1-sources.jar.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 311 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer-jaxb/maven-metadata.xml (311 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 311 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer-jaxb/maven-metadata.xml (311 B at 479 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application/1.20.1/appng-application-1.20.1-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application/1.20.1/appng-application-1.20.1-sources.jar.asc (473 B at 2.0 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application/maven-metadata.xml Progress (1): 308 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application/maven-metadata.xml (308 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application/maven-metadata.xml (308 B at 479 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-search/1.20.1/appng-search-1.20.1.jar Progress (1): 2.0/54 kB Progress (1): 4.1/54 kB Progress (1): 6.1/54 kB Progress (1): 8.2/54 kB Progress (1): 10/54 kB Progress (1): 12/54 kB Progress (1): 14/54 kB Progress (1): 16/54 kB Progress (1): 18/54 kB Progress (1): 20/54 kB Progress (1): 23/54 kB Progress (1): 25/54 kB Progress (1): 27/54 kB Progress (1): 29/54 kB Progress (1): 31/54 kB Progress (1): 33/54 kB Progress (1): 35/54 kB Progress (1): 37/54 kB Progress (1): 39/54 kB Progress (1): 41/54 kB Progress (1): 43/54 kB Progress (1): 45/54 kB Progress (1): 47/54 kB Progress (1): 49/54 kB Progress (1): 51/54 kB Progress (1): 53/54 kB Progress (1): 54 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-search/1.20.1/appng-search-1.20.1.jar (54 kB at 63 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-search/1.20.1/appng-search-1.20.1.pom Progress (1): 2.0/2.5 kB Progress (1): 2.5 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-search/1.20.1/appng-search-1.20.1.pom (2.5 kB at 3.9 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-search/maven-metadata.xml Progress (1): 303 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-search/maven-metadata.xml (303 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-search/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-search/maven-metadata.xml (303 B at 470 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-maven-plugin/1.20.1/appng-maven-plugin-1.20.1-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-maven-plugin/1.20.1/appng-maven-plugin-1.20.1-sources.jar.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-maven-plugin/maven-metadata.xml Progress (1): 337 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-maven-plugin/maven-metadata.xml (337 B at 1.6 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-maven-plugin/maven-metadata.xml Progress (1): 337 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-maven-plugin/maven-metadata.xml (337 B at 492 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-forms/1.20.1/appng-forms-1.20.1.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-forms/1.20.1/appng-forms-1.20.1.pom.asc (473 B at 2.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-forms/maven-metadata.xml Progress (1): 302 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-forms/maven-metadata.xml (302 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-forms/maven-metadata.xml Progress (1): 302 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-forms/maven-metadata.xml (302 B at 473 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven/appng-appngizer-maven-plugin/1.20.1/appng-appngizer-maven-plugin-1.20.1-sources.jar Progress (1): 2.0/8.7 kB Progress (1): 4.1/8.7 kB Progress (1): 6.1/8.7 kB Progress (1): 8.2/8.7 kB Progress (1): 8.7 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven/appng-appngizer-maven-plugin/1.20.1/appng-appngizer-maven-plugin-1.20.1-sources.jar (8.7 kB at 13 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 353 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (353 B at 1.7 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 353 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (353 B at 518 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer/1.20.1/appng-appngizer-1.20.1-sources.jar Progress (1): 2.0/59 kB Progress (1): 4.1/59 kB Progress (1): 6.1/59 kB Progress (1): 8.2/59 kB Progress (1): 10/59 kB Progress (1): 12/59 kB Progress (1): 14/59 kB Progress (1): 16/59 kB Progress (1): 18/59 kB Progress (1): 20/59 kB Progress (1): 23/59 kB Progress (1): 25/59 kB Progress (1): 27/59 kB Progress (1): 29/59 kB Progress (1): 31/59 kB Progress (1): 33/59 kB Progress (1): 35/59 kB Progress (1): 37/59 kB Progress (1): 39/59 kB Progress (1): 41/59 kB Progress (1): 43/59 kB Progress (1): 45/59 kB Progress (1): 47/59 kB Progress (1): 49/59 kB Progress (1): 51/59 kB Progress (1): 53/59 kB Progress (1): 55/59 kB Progress (1): 57/59 kB Progress (1): 59 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer/1.20.1/appng-appngizer-1.20.1-sources.jar (59 kB at 86 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 306 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer/maven-metadata.xml (306 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 306 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-appngizer/maven-metadata.xml (306 B at 447 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-camunda/1.20.1/appng-camunda-1.20.1-sources.jar Progress (1): 2.0/4.8 kB Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-camunda/1.20.1/appng-camunda-1.20.1-sources.jar (4.8 kB at 7.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-camunda/maven-metadata.xml Progress (1): 304 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-camunda/maven-metadata.xml (304 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-camunda/maven-metadata.xml Progress (1): 304 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-camunda/maven-metadata.xml (304 B at 467 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application/1.20.1/appng-application-1.20.1.zip.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application/1.20.1/appng-application-1.20.1.zip.asc (473 B at 2.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application/maven-metadata.xml Progress (1): 308 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application/maven-metadata.xml (308 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application/maven-metadata.xml (308 B at 451 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-cli/1.20.1/appng-cli-1.20.1.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-cli/1.20.1/appng-cli-1.20.1.pom.asc (473 B at 2.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-cli/maven-metadata.xml Progress (1): 300 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-cli/maven-metadata.xml (300 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-cli/maven-metadata.xml Progress (1): 300 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-cli/maven-metadata.xml (300 B at 422 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-parent/1.20.1/appng-application-parent-1.20.1.pom Progress (1): 2.0/6.2 kB Progress (1): 4.1/6.2 kB Progress (1): 6.1/6.2 kB Progress (1): 6.2 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-parent/1.20.1/appng-application-parent-1.20.1.pom (6.2 kB at 9.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-parent/maven-metadata.xml Progress (1): 315 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-parent/maven-metadata.xml (315 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-parent/maven-metadata.xml Progress (1): 315 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-parent/maven-metadata.xml (315 B at 481 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-forms/1.20.1/appng-forms-1.20.1.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-forms/1.20.1/appng-forms-1.20.1.jar.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-forms/maven-metadata.xml Progress (1): 302 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-forms/maven-metadata.xml (302 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-forms/maven-metadata.xml Progress (1): 302 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-forms/maven-metadata.xml (302 B at 480 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-assembly/1.20.1/appng-application-assembly-1.20.1.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-assembly/1.20.1/appng-application-assembly-1.20.1.jar.asc (473 B at 2.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-assembly/maven-metadata.xml Progress (1): 317 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-assembly/maven-metadata.xml (317 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-assembly/maven-metadata.xml Progress (1): 317 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-assembly/maven-metadata.xml (317 B at 500 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-camunda/1.20.1/appng-application-camunda-1.20.1.war Progress (1): 0/112 MB Progress (1): 0/112 MB Progress (1): 0/112 MB Progress (1): 0/112 MB Progress (1): 0/112 MB Progress (1): 0/112 MB Progress (1): 0/112 MB Progress (1): 0/112 MB Progress (1): 0/112 MB Progress (1): 0/112 MB Progress (1): 0/112 MB Progress (1): 0/112 MB Progress (1): 0/112 MB Progress (1): 0/112 MB Progress (1): 0/112 MB Progress (1): 0/112 MB Progress (1): 0/112 MB Progress (1): 0/112 MB Progress (1): 0/112 MB Progress (1): 0/112 MB Progress (1): 0/112 MB Progress (1): 0/112 MB Progress (1): 0/112 MB Progress (1): 0/112 MB Progress (1): 0.1/112 MB Progress (1): 0.1/112 MB Progress (1): 0.1/112 MB Progress (1): 0.1/112 MB Progress (1): 0.1/112 MB Progress (1): 0.1/112 MB Progress (1): 0.1/112 MB Progress (1): 0.1/112 MB Progress (1): 0.1/112 MB Progress (1): 0.1/112 MB Progress (1): 0.1/112 MB Progress (1): 0.1/112 MB Progress (1): 0.1/112 MB Progress (1): 0.1/112 MB Progress (1): 0.1/112 MB Progress (1): 0.1/112 MB Progress (1): 0.1/112 MB Progress (1): 0.1/112 MB Progress (1): 0.1/112 MB Progress (1): 0.1/112 MB Progress (1): 0.1/112 MB Progress (1): 0.1/112 MB Progress (1): 0.1/112 MB Progress (1): 0.1/112 MB Progress (1): 0.1/112 MB Progress (1): 0.1/112 MB Progress (1): 0.1/112 MB Progress (1): 0.1/112 MB Progress (1): 0.1/112 MB Progress (1): 0.1/112 MB Progress (1): 0.1/112 MB Progress (1): 0.1/112 MB Progress (1): 0.1/112 MB Progress (1): 0.1/112 MB Progress (1): 0.1/112 MB Progress (1): 0.1/112 MB Progress (1): 0.1/112 MB Progress (1): 0.1/112 MB Progress (1): 0.1/112 MB Progress (1): 0.1/112 MB Progress (1): 0.1/112 MB Progress (1): 0.1/112 MB Progress (1): 0.1/112 MB Progress (1): 0.1/112 MB Progress (1): 0.1/112 MB Progress (1): 0.1/112 MB Progress (1): 0.1/112 MB Progress (1): 0.1/112 MB Progress (1): 0.1/112 MB Progress (1): 0.2/112 MB Progress (1): 0.2/112 MB Progress (1): 0.2/112 MB Progress (1): 0.2/112 MB Progress (1): 0.2/112 MB Progress (1): 0.2/112 MB Progress (1): 0.2/112 MB Progress (1): 0.2/112 MB Progress (1): 0.2/112 MB Progress (1): 0.2/112 MB Progress (1): 0.2/112 MB Progress (1): 0.2/112 MB Progress (1): 0.2/112 MB Progress (1): 0.2/112 MB Progress (1): 0.2/112 MB Progress (1): 0.2/112 MB Progress (1): 0.2/112 MB Progress (1): 0.2/112 MB Progress (1): 0.2/112 MB Progress (1): 0.2/112 MB Progress (1): 0.2/112 MB Progress (1): 0.2/112 MB Progress (1): 0.2/112 MB Progress (1): 0.2/112 MB Progress (1): 0.2/112 MB Progress (1): 0.2/112 MB Progress (1): 0.2/112 MB Progress (1): 0.2/112 MB Progress (1): 0.2/112 MB Progress (1): 0.2/112 MB Progress (1): 0.2/112 MB Progress (1): 0.2/112 MB Progress (1): 0.2/112 MB Progress (1): 0.2/112 MB Progress (1): 0.2/112 MB Progress (1): 0.2/112 MB Progress (1): 0.2/112 MB Progress (1): 0.2/112 MB Progress (1): 0.2/112 MB Progress (1): 0.2/112 MB Progress (1): 0.2/112 MB Progress (1): 0.2/112 MB Progress (1): 0.2/112 MB Progress (1): 0.2/112 MB Progress (1): 0.2/112 MB Progress (1): 0.2/112 MB Progress (1): 0.2/112 MB Progress (1): 0.2/112 MB Progress (1): 0.2/112 MB Progress (1): 0.3/112 MB Progress (1): 0.3/112 MB Progress (1): 0.3/112 MB Progress (1): 0.3/112 MB Progress (1): 0.3/112 MB Progress (1): 0.3/112 MB Progress (1): 0.3/112 MB Progress (1): 0.3/112 MB Progress (1): 0.3/112 MB Progress (1): 0.3/112 MB Progress (1): 0.3/112 MB Progress (1): 0.3/112 MB Progress (1): 0.3/112 MB Progress (1): 0.3/112 MB Progress (1): 0.3/112 MB Progress (1): 0.3/112 MB Progress (1): 0.3/112 MB Progress (1): 0.3/112 MB Progress (1): 0.3/112 MB Progress (1): 0.3/112 MB Progress (1): 0.3/112 MB Progress (1): 0.3/112 MB Progress (1): 0.3/112 MB Progress (1): 0.3/112 MB Progress (1): 0.3/112 MB Progress (1): 0.3/112 MB Progress (1): 0.3/112 MB Progress (1): 0.3/112 MB Progress (1): 0.3/112 MB Progress (1): 0.3/112 MB Progress (1): 0.3/112 MB Progress (1): 0.3/112 MB Progress (1): 0.3/112 MB Progress (1): 0.3/112 MB Progress (1): 0.3/112 MB Progress (1): 0.3/112 MB Progress (1): 0.3/112 MB Progress (1): 0.3/112 MB Progress (1): 0.3/112 MB Progress (1): 0.3/112 MB Progress (1): 0.3/112 MB Progress (1): 0.3/112 MB Progress (1): 0.3/112 MB Progress (1): 0.3/112 MB Progress (1): 0.3/112 MB Progress (1): 0.3/112 MB Progress (1): 0.3/112 MB Progress (1): 0.3/112 MB Progress (1): 0.4/112 MB Progress (1): 0.4/112 MB Progress (1): 0.4/112 MB Progress (1): 0.4/112 MB Progress (1): 0.4/112 MB Progress (1): 0.4/112 MB Progress (1): 0.4/112 MB Progress (1): 0.4/112 MB Progress (1): 0.4/112 MB Progress (1): 0.4/112 MB Progress (1): 0.4/112 MB Progress (1): 0.4/112 MB Progress (1): 0.4/112 MB Progress (1): 0.4/112 MB Progress (1): 0.4/112 MB Progress (1): 0.4/112 MB Progress (1): 0.4/112 MB Progress (1): 0.4/112 MB Progress (1): 0.4/112 MB Progress (1): 0.4/112 MB Progress (1): 0.4/112 MB Progress (1): 0.4/112 MB Progress (1): 0.4/112 MB Progress (1): 0.4/112 MB Progress (1): 0.4/112 MB Progress (1): 0.4/112 MB Progress (1): 0.4/112 MB Progress (1): 0.4/112 MB Progress (1): 0.4/112 MB Progress (1): 0.4/112 MB Progress (1): 0.4/112 MB Progress (1): 0.4/112 MB Progress (1): 0.4/112 MB Progress (1): 0.4/112 MB Progress (1): 0.4/112 MB Progress (1): 0.4/112 MB Progress (1): 0.4/112 MB Progress (1): 0.4/112 MB Progress (1): 0.4/112 MB Progress (1): 0.4/112 MB Progress (1): 0.4/112 MB Progress (1): 0.4/112 MB Progress (1): 0.4/112 MB Progress (1): 0.4/112 MB Progress (1): 0.4/112 MB Progress (1): 0.4/112 MB Progress (1): 0.4/112 MB Progress (1): 0.4/112 MB Progress (1): 0.4/112 MB Progress (1): 0.5/112 MB Progress (1): 0.5/112 MB Progress (1): 0.5/112 MB Progress (1): 0.5/112 MB Progress (1): 0.5/112 MB Progress (1): 0.5/112 MB Progress (1): 0.5/112 MB Progress (1): 0.5/112 MB Progress (1): 0.5/112 MB Progress (1): 0.5/112 MB Progress (1): 0.5/112 MB Progress (1): 0.5/112 MB Progress (1): 0.5/112 MB Progress (1): 0.5/112 MB Progress (1): 0.5/112 MB Progress (1): 0.5/112 MB Progress (1): 0.5/112 MB Progress (1): 0.5/112 MB Progress (1): 0.5/112 MB Progress (1): 0.5/112 MB Progress (1): 0.5/112 MB Progress (1): 0.5/112 MB Progress (1): 0.5/112 MB Progress (1): 0.5/112 MB Progress (1): 0.5/112 MB Progress (1): 0.5/112 MB Progress (1): 0.5/112 MB Progress (1): 0.5/112 MB Progress (1): 0.5/112 MB Progress (1): 0.5/112 MB Progress (1): 0.5/112 MB Progress (1): 0.5/112 MB Progress (1): 0.5/112 MB Progress (1): 0.5/112 MB Progress (1): 0.5/112 MB Progress (1): 0.5/112 MB Progress (1): 0.5/112 MB Progress (1): 0.5/112 MB Progress (1): 0.5/112 MB Progress (1): 0.5/112 MB Progress (1): 0.5/112 MB Progress (1): 0.5/112 MB Progress (1): 0.5/112 MB Progress (1): 0.5/112 MB Progress (1): 0.5/112 MB Progress (1): 0.5/112 MB Progress (1): 0.5/112 MB Progress (1): 0.5/112 MB Progress (1): 0.5/112 MB Progress (1): 0.6/112 MB Progress (1): 0.6/112 MB Progress (1): 0.6/112 MB Progress (1): 0.6/112 MB Progress (1): 0.6/112 MB Progress (1): 0.6/112 MB Progress (1): 0.6/112 MB Progress (1): 0.6/112 MB Progress (1): 0.6/112 MB Progress (1): 0.6/112 MB Progress (1): 0.6/112 MB Progress (1): 0.6/112 MB Progress (1): 0.6/112 MB Progress (1): 0.6/112 MB Progress (1): 0.6/112 MB Progress (1): 0.6/112 MB Progress (1): 0.6/112 MB Progress (1): 0.6/112 MB Progress (1): 0.6/112 MB Progress (1): 0.6/112 MB Progress (1): 0.6/112 MB Progress (1): 0.6/112 MB Progress (1): 0.6/112 MB Progress (1): 0.6/112 MB Progress (1): 0.6/112 MB Progress (1): 0.6/112 MB Progress (1): 0.6/112 MB Progress (1): 0.6/112 MB Progress (1): 0.6/112 MB Progress (1): 0.6/112 MB Progress (1): 0.6/112 MB Progress (1): 0.6/112 MB Progress (1): 0.6/112 MB Progress (1): 0.6/112 MB Progress (1): 0.6/112 MB Progress (1): 0.6/112 MB Progress (1): 0.6/112 MB Progress (1): 0.6/112 MB Progress (1): 0.6/112 MB Progress (1): 0.6/112 MB Progress (1): 0.6/112 MB Progress (1): 0.6/112 MB Progress (1): 0.6/112 MB Progress (1): 0.6/112 MB Progress (1): 0.6/112 MB Progress (1): 0.6/112 MB Progress (1): 0.6/112 MB Progress (1): 0.6/112 MB Progress (1): 0.6/112 MB Progress (1): 0.7/112 MB Progress (1): 0.7/112 MB Progress (1): 0.7/112 MB Progress (1): 0.7/112 MB Progress (1): 0.7/112 MB Progress (1): 0.7/112 MB Progress (1): 0.7/112 MB Progress (1): 0.7/112 MB Progress (1): 0.7/112 MB Progress (1): 0.7/112 MB Progress (1): 0.7/112 MB Progress (1): 0.7/112 MB Progress (1): 0.7/112 MB Progress (1): 0.7/112 MB Progress (1): 0.7/112 MB Progress (1): 0.7/112 MB Progress (1): 0.7/112 MB Progress (1): 0.7/112 MB Progress (1): 0.7/112 MB Progress (1): 0.7/112 MB Progress (1): 0.7/112 MB Progress (1): 0.7/112 MB Progress (1): 0.7/112 MB Progress (1): 0.7/112 MB Progress (1): 0.7/112 MB Progress (1): 0.7/112 MB Progress (1): 0.7/112 MB Progress (1): 0.7/112 MB Progress (1): 0.7/112 MB Progress (1): 0.7/112 MB Progress (1): 0.7/112 MB Progress (1): 0.7/112 MB Progress (1): 0.7/112 MB Progress (1): 0.7/112 MB Progress (1): 0.7/112 MB Progress (1): 0.7/112 MB Progress (1): 0.7/112 MB Progress (1): 0.7/112 MB Progress (1): 0.7/112 MB Progress (1): 0.7/112 MB Progress (1): 0.7/112 MB Progress (1): 0.7/112 MB Progress (1): 0.7/112 MB Progress (1): 0.7/112 MB Progress (1): 0.7/112 MB Progress (1): 0.7/112 MB Progress (1): 0.7/112 MB Progress (1): 0.7/112 MB Progress (1): 0.7/112 MB Progress (1): 0.8/112 MB Progress (1): 0.8/112 MB Progress (1): 0.8/112 MB Progress (1): 0.8/112 MB Progress (1): 0.8/112 MB Progress (1): 0.8/112 MB Progress (1): 0.8/112 MB Progress (1): 0.8/112 MB Progress (1): 0.8/112 MB Progress (1): 0.8/112 MB Progress (1): 0.8/112 MB Progress (1): 0.8/112 MB Progress (1): 0.8/112 MB Progress (1): 0.8/112 MB Progress (1): 0.8/112 MB Progress (1): 0.8/112 MB Progress (1): 0.8/112 MB Progress (1): 0.8/112 MB Progress (1): 0.8/112 MB Progress (1): 0.8/112 MB Progress (1): 0.8/112 MB Progress (1): 0.8/112 MB Progress (1): 0.8/112 MB Progress (1): 0.8/112 MB Progress (1): 0.8/112 MB Progress (1): 0.8/112 MB Progress (1): 0.8/112 MB Progress (1): 0.8/112 MB Progress (1): 0.8/112 MB Progress (1): 0.8/112 MB Progress (1): 0.8/112 MB Progress (1): 0.8/112 MB Progress (1): 0.8/112 MB Progress (1): 0.8/112 MB Progress (1): 0.8/112 MB Progress (1): 0.8/112 MB Progress (1): 0.8/112 MB Progress (1): 0.8/112 MB Progress (1): 0.8/112 MB Progress (1): 0.8/112 MB Progress (1): 0.8/112 MB Progress (1): 0.8/112 MB Progress (1): 0.8/112 MB Progress (1): 0.8/112 MB Progress (1): 0.8/112 MB Progress (1): 0.8/112 MB Progress (1): 0.8/112 MB Progress (1): 0.8/112 MB Progress (1): 0.8/112 MB Progress (1): 0.9/112 MB Progress (1): 0.9/112 MB Progress (1): 0.9/112 MB Progress (1): 0.9/112 MB Progress (1): 0.9/112 MB Progress (1): 0.9/112 MB Progress (1): 0.9/112 MB Progress (1): 0.9/112 MB Progress (1): 0.9/112 MB Progress (1): 0.9/112 MB Progress (1): 0.9/112 MB Progress (1): 0.9/112 MB Progress (1): 0.9/112 MB Progress (1): 0.9/112 MB Progress (1): 0.9/112 MB Progress (1): 0.9/112 MB Progress (1): 0.9/112 MB Progress (1): 0.9/112 MB Progress (1): 0.9/112 MB Progress (1): 0.9/112 MB Progress (1): 0.9/112 MB Progress (1): 0.9/112 MB Progress (1): 0.9/112 MB Progress (1): 0.9/112 MB Progress (1): 0.9/112 MB Progress (1): 0.9/112 MB Progress (1): 0.9/112 MB Progress (1): 0.9/112 MB Progress (1): 0.9/112 MB Progress (1): 0.9/112 MB Progress (1): 0.9/112 MB Progress (1): 0.9/112 MB Progress (1): 0.9/112 MB Progress (1): 0.9/112 MB Progress (1): 0.9/112 MB Progress (1): 0.9/112 MB Progress (1): 0.9/112 MB Progress (1): 0.9/112 MB Progress (1): 0.9/112 MB Progress (1): 0.9/112 MB Progress (1): 0.9/112 MB Progress (1): 0.9/112 MB Progress (1): 0.9/112 MB Progress (1): 0.9/112 MB Progress (1): 0.9/112 MB Progress (1): 0.9/112 MB Progress (1): 0.9/112 MB Progress (1): 0.9/112 MB Progress (1): 1.0/112 MB Progress (1): 1.0/112 MB Progress (1): 1.0/112 MB Progress (1): 1.0/112 MB Progress (1): 1.0/112 MB Progress (1): 1.0/112 MB Progress (1): 1.0/112 MB Progress (1): 1.0/112 MB Progress (1): 1.0/112 MB Progress (1): 1.0/112 MB Progress (1): 1.0/112 MB Progress (1): 1.0/112 MB Progress (1): 1.0/112 MB Progress (1): 1.0/112 MB Progress (1): 1.0/112 MB Progress (1): 1.0/112 MB Progress (1): 1.0/112 MB Progress (1): 1.0/112 MB Progress (1): 1.0/112 MB Progress (1): 1.0/112 MB Progress (1): 1.0/112 MB Progress (1): 1.0/112 MB Progress (1): 1.0/112 MB Progress (1): 1.0/112 MB Progress (1): 1.0/112 MB Progress (1): 1.0/112 MB Progress (1): 1.0/112 MB Progress (1): 1.0/112 MB Progress (1): 1.0/112 MB Progress (1): 1.0/112 MB Progress (1): 1.0/112 MB Progress (1): 1.0/112 MB Progress (1): 1.0/112 MB Progress (1): 1.0/112 MB Progress (1): 1.0/112 MB Progress (1): 1.0/112 MB Progress (1): 1.0/112 MB Progress (1): 1.0/112 MB Progress (1): 1.0/112 MB Progress (1): 1.0/112 MB Progress (1): 1.0/112 MB Progress (1): 1.0/112 MB Progress (1): 1.0/112 MB Progress (1): 1.0/112 MB Progress (1): 1.0/112 MB Progress (1): 1.0/112 MB Progress (1): 1.0/112 MB Progress (1): 1.0/112 MB Progress (1): 1.0/112 MB Progress (1): 1.1/112 MB Progress (1): 1.1/112 MB Progress (1): 1.1/112 MB Progress (1): 1.1/112 MB Progress (1): 1.1/112 MB Progress (1): 1.1/112 MB Progress (1): 1.1/112 MB Progress (1): 1.1/112 MB Progress (1): 1.1/112 MB Progress (1): 1.1/112 MB Progress (1): 1.1/112 MB Progress (1): 1.1/112 MB Progress (1): 1.1/112 MB Progress (1): 1.1/112 MB Progress (1): 1.1/112 MB Progress (1): 1.1/112 MB Progress (1): 1.1/112 MB Progress (1): 1.1/112 MB Progress (1): 1.1/112 MB Progress (1): 1.1/112 MB Progress (1): 1.1/112 MB Progress (1): 1.1/112 MB Progress (1): 1.1/112 MB Progress (1): 1.1/112 MB Progress (1): 1.1/112 MB Progress (1): 1.1/112 MB Progress (1): 1.1/112 MB Progress (1): 1.1/112 MB Progress (1): 1.1/112 MB Progress (1): 1.1/112 MB Progress (1): 1.1/112 MB Progress (1): 1.1/112 MB Progress (1): 1.1/112 MB Progress (1): 1.1/112 MB Progress (1): 1.1/112 MB Progress (1): 1.1/112 MB Progress (1): 1.1/112 MB Progress (1): 1.1/112 MB Progress (1): 1.1/112 MB Progress (1): 1.1/112 MB Progress (1): 1.1/112 MB Progress (1): 1.1/112 MB Progress (1): 1.1/112 MB Progress (1): 1.1/112 MB Progress (1): 1.1/112 MB Progress (1): 1.1/112 MB Progress (1): 1.1/112 MB Progress (1): 1.1/112 MB Progress (1): 1.1/112 MB Progress (1): 1.2/112 MB Progress (1): 1.2/112 MB Progress (1): 1.2/112 MB Progress (1): 1.2/112 MB Progress (1): 1.2/112 MB Progress (1): 1.2/112 MB Progress (1): 1.2/112 MB Progress (1): 1.2/112 MB Progress (1): 1.2/112 MB Progress (1): 1.2/112 MB Progress (1): 1.2/112 MB Progress (1): 1.2/112 MB Progress (1): 1.2/112 MB Progress (1): 1.2/112 MB Progress (1): 1.2/112 MB Progress (1): 1.2/112 MB Progress (1): 1.2/112 MB Progress (1): 1.2/112 MB Progress (1): 1.2/112 MB Progress (1): 1.2/112 MB Progress (1): 1.2/112 MB Progress (1): 1.2/112 MB Progress (1): 1.2/112 MB Progress (1): 1.2/112 MB Progress (1): 1.2/112 MB Progress (1): 1.2/112 MB Progress (1): 1.2/112 MB Progress (1): 1.2/112 MB Progress (1): 1.2/112 MB Progress (1): 1.2/112 MB Progress (1): 1.2/112 MB Progress (1): 1.2/112 MB Progress (1): 1.2/112 MB Progress (1): 1.2/112 MB Progress (1): 1.2/112 MB Progress (1): 1.2/112 MB Progress (1): 1.2/112 MB Progress (1): 1.2/112 MB Progress (1): 1.2/112 MB Progress (1): 1.2/112 MB Progress (1): 1.2/112 MB Progress (1): 1.2/112 MB Progress (1): 1.2/112 MB Progress (1): 1.2/112 MB Progress (1): 1.2/112 MB Progress (1): 1.2/112 MB Progress (1): 1.2/112 MB Progress (1): 1.2/112 MB Progress (1): 1.2/112 MB Progress (1): 1.3/112 MB Progress (1): 1.3/112 MB Progress (1): 1.3/112 MB Progress (1): 1.3/112 MB Progress (1): 1.3/112 MB Progress (1): 1.3/112 MB Progress (1): 1.3/112 MB Progress (1): 1.3/112 MB Progress (1): 1.3/112 MB Progress (1): 1.3/112 MB Progress (1): 1.3/112 MB Progress (1): 1.3/112 MB Progress (1): 1.3/112 MB Progress (1): 1.3/112 MB Progress (1): 1.3/112 MB Progress (1): 1.3/112 MB Progress (1): 1.3/112 MB Progress (1): 1.3/112 MB Progress (1): 1.3/112 MB Progress (1): 1.3/112 MB Progress (1): 1.3/112 MB Progress (1): 1.3/112 MB Progress (1): 1.3/112 MB Progress (1): 1.3/112 MB Progress (1): 1.3/112 MB Progress (1): 1.3/112 MB Progress (1): 1.3/112 MB Progress (1): 1.3/112 MB Progress (1): 1.3/112 MB Progress (1): 1.3/112 MB Progress (1): 1.3/112 MB Progress (1): 1.3/112 MB Progress (1): 1.3/112 MB Progress (1): 1.3/112 MB Progress (1): 1.3/112 MB Progress (1): 1.3/112 MB Progress (1): 1.3/112 MB Progress (1): 1.3/112 MB Progress (1): 1.3/112 MB Progress (1): 1.3/112 MB Progress (1): 1.3/112 MB Progress (1): 1.3/112 MB Progress (1): 1.3/112 MB Progress (1): 1.3/112 MB Progress (1): 1.3/112 MB Progress (1): 1.3/112 MB Progress (1): 1.3/112 MB Progress (1): 1.3/112 MB Progress (1): 1.3/112 MB Progress (1): 1.4/112 MB Progress (1): 1.4/112 MB Progress (1): 1.4/112 MB Progress (1): 1.4/112 MB Progress (1): 1.4/112 MB Progress (1): 1.4/112 MB Progress (1): 1.4/112 MB Progress (1): 1.4/112 MB Progress (1): 1.4/112 MB Progress (1): 1.4/112 MB Progress (1): 1.4/112 MB Progress (1): 1.4/112 MB Progress (1): 1.4/112 MB Progress (1): 1.4/112 MB Progress (1): 1.4/112 MB Progress (1): 1.4/112 MB Progress (1): 1.4/112 MB Progress (1): 1.4/112 MB Progress (1): 1.4/112 MB Progress (1): 1.4/112 MB Progress (1): 1.4/112 MB Progress (1): 1.4/112 MB Progress (1): 1.4/112 MB Progress (1): 1.4/112 MB Progress (1): 1.4/112 MB Progress (1): 1.4/112 MB Progress (1): 1.4/112 MB Progress (1): 1.4/112 MB Progress (1): 1.4/112 MB Progress (1): 1.4/112 MB Progress (1): 1.4/112 MB Progress (1): 1.4/112 MB Progress (1): 1.4/112 MB Progress (1): 1.4/112 MB Progress (1): 1.4/112 MB Progress (1): 1.4/112 MB Progress (1): 1.4/112 MB Progress (1): 1.4/112 MB Progress (1): 1.4/112 MB Progress (1): 1.4/112 MB Progress (1): 1.4/112 MB Progress (1): 1.4/112 MB Progress (1): 1.4/112 MB Progress (1): 1.4/112 MB Progress (1): 1.4/112 MB Progress (1): 1.4/112 MB Progress (1): 1.4/112 MB Progress (1): 1.4/112 MB Progress (1): 1.4/112 MB Progress (1): 1.5/112 MB Progress (1): 1.5/112 MB Progress (1): 1.5/112 MB Progress (1): 1.5/112 MB Progress (1): 1.5/112 MB Progress (1): 1.5/112 MB Progress (1): 1.5/112 MB Progress (1): 1.5/112 MB Progress (1): 1.5/112 MB Progress (1): 1.5/112 MB Progress (1): 1.5/112 MB Progress (1): 1.5/112 MB Progress (1): 1.5/112 MB Progress (1): 1.5/112 MB Progress (1): 1.5/112 MB Progress (1): 1.5/112 MB Progress (1): 1.5/112 MB Progress (1): 1.5/112 MB Progress (1): 1.5/112 MB Progress (1): 1.5/112 MB Progress (1): 1.5/112 MB Progress (1): 1.5/112 MB Progress (1): 1.5/112 MB Progress (1): 1.5/112 MB Progress (1): 1.5/112 MB Progress (1): 1.5/112 MB Progress (1): 1.5/112 MB Progress (1): 1.5/112 MB Progress (1): 1.5/112 MB Progress (1): 1.5/112 MB Progress (1): 1.5/112 MB Progress (1): 1.5/112 MB Progress (1): 1.5/112 MB Progress (1): 1.5/112 MB Progress (1): 1.5/112 MB Progress (1): 1.5/112 MB Progress (1): 1.5/112 MB Progress (1): 1.5/112 MB Progress (1): 1.5/112 MB Progress (1): 1.5/112 MB Progress (1): 1.5/112 MB Progress (1): 1.5/112 MB Progress (1): 1.5/112 MB Progress (1): 1.5/112 MB Progress (1): 1.5/112 MB Progress (1): 1.5/112 MB Progress (1): 1.5/112 MB Progress (1): 1.5/112 MB Progress (1): 1.6/112 MB Progress (1): 1.6/112 MB Progress (1): 1.6/112 MB Progress (1): 1.6/112 MB Progress (1): 1.6/112 MB Progress (1): 1.6/112 MB Progress (1): 1.6/112 MB Progress (1): 1.6/112 MB Progress (1): 1.6/112 MB Progress (1): 1.6/112 MB Progress (1): 1.6/112 MB Progress (1): 1.6/112 MB Progress (1): 1.6/112 MB Progress (1): 1.6/112 MB Progress (1): 1.6/112 MB Progress (1): 1.6/112 MB Progress (1): 1.6/112 MB Progress (1): 1.6/112 MB Progress (1): 1.6/112 MB Progress (1): 1.6/112 MB Progress (1): 1.6/112 MB Progress (1): 1.6/112 MB Progress (1): 1.6/112 MB Progress (1): 1.6/112 MB Progress (1): 1.6/112 MB Progress (1): 1.6/112 MB Progress (1): 1.6/112 MB Progress (1): 1.6/112 MB Progress (1): 1.6/112 MB Progress (1): 1.6/112 MB Progress (1): 1.6/112 MB Progress (1): 1.6/112 MB Progress (1): 1.6/112 MB Progress (1): 1.6/112 MB Progress (1): 1.6/112 MB Progress (1): 1.6/112 MB Progress (1): 1.6/112 MB Progress (1): 1.6/112 MB Progress (1): 1.6/112 MB Progress (1): 1.6/112 MB Progress (1): 1.6/112 MB Progress (1): 1.6/112 MB Progress (1): 1.6/112 MB Progress (1): 1.6/112 MB Progress (1): 1.6/112 MB Progress (1): 1.6/112 MB Progress (1): 1.6/112 MB Progress (1): 1.6/112 MB Progress (1): 1.6/112 MB Progress (1): 1.7/112 MB Progress (1): 1.7/112 MB Progress (1): 1.7/112 MB Progress (1): 1.7/112 MB Progress (1): 1.7/112 MB Progress (1): 1.7/112 MB Progress (1): 1.7/112 MB Progress (1): 1.7/112 MB Progress (1): 1.7/112 MB Progress (1): 1.7/112 MB Progress (1): 1.7/112 MB Progress (1): 1.7/112 MB Progress (1): 1.7/112 MB Progress (1): 1.7/112 MB Progress (1): 1.7/112 MB Progress (1): 1.7/112 MB Progress (1): 1.7/112 MB Progress (1): 1.7/112 MB Progress (1): 1.7/112 MB Progress (1): 1.7/112 MB Progress (1): 1.7/112 MB Progress (1): 1.7/112 MB Progress (1): 1.7/112 MB Progress (1): 1.7/112 MB Progress (1): 1.7/112 MB Progress (1): 1.7/112 MB Progress (1): 1.7/112 MB Progress (1): 1.7/112 MB Progress (1): 1.7/112 MB Progress (1): 1.7/112 MB Progress (1): 1.7/112 MB Progress (1): 1.7/112 MB Progress (1): 1.7/112 MB Progress (1): 1.7/112 MB Progress (1): 1.7/112 MB Progress (1): 1.7/112 MB Progress (1): 1.7/112 MB Progress (1): 1.7/112 MB Progress (1): 1.7/112 MB Progress (1): 1.7/112 MB Progress (1): 1.7/112 MB Progress (1): 1.7/112 MB Progress (1): 1.7/112 MB Progress (1): 1.7/112 MB Progress (1): 1.7/112 MB Progress (1): 1.7/112 MB Progress (1): 1.7/112 MB Progress (1): 1.7/112 MB Progress (1): 1.7/112 MB Progress (1): 1.8/112 MB Progress (1): 1.8/112 MB Progress (1): 1.8/112 MB Progress (1): 1.8/112 MB Progress (1): 1.8/112 MB Progress (1): 1.8/112 MB Progress (1): 1.8/112 MB Progress (1): 1.8/112 MB Progress (1): 1.8/112 MB Progress (1): 1.8/112 MB Progress (1): 1.8/112 MB Progress (1): 1.8/112 MB Progress (1): 1.8/112 MB Progress (1): 1.8/112 MB Progress (1): 1.8/112 MB Progress (1): 1.8/112 MB Progress (1): 1.8/112 MB Progress (1): 1.8/112 MB Progress (1): 1.8/112 MB Progress (1): 1.8/112 MB Progress (1): 1.8/112 MB Progress (1): 1.8/112 MB Progress (1): 1.8/112 MB Progress (1): 1.8/112 MB Progress (1): 1.8/112 MB Progress (1): 1.8/112 MB Progress (1): 1.8/112 MB Progress (1): 1.8/112 MB Progress (1): 1.8/112 MB Progress (1): 1.8/112 MB Progress (1): 1.8/112 MB Progress (1): 1.8/112 MB Progress (1): 1.8/112 MB Progress (1): 1.8/112 MB Progress (1): 1.8/112 MB Progress (1): 1.8/112 MB Progress (1): 1.8/112 MB Progress (1): 1.8/112 MB Progress (1): 1.8/112 MB Progress (1): 1.8/112 MB Progress (1): 1.8/112 MB Progress (1): 1.8/112 MB Progress (1): 1.8/112 MB Progress (1): 1.8/112 MB Progress (1): 1.8/112 MB Progress (1): 1.8/112 MB Progress (1): 1.8/112 MB Progress (1): 1.8/112 MB Progress (1): 1.8/112 MB Progress (1): 1.9/112 MB Progress (1): 1.9/112 MB Progress (1): 1.9/112 MB Progress (1): 1.9/112 MB Progress (1): 1.9/112 MB Progress (1): 1.9/112 MB Progress (1): 1.9/112 MB Progress (1): 1.9/112 MB Progress (1): 1.9/112 MB Progress (1): 1.9/112 MB Progress (1): 1.9/112 MB Progress (1): 1.9/112 MB Progress (1): 1.9/112 MB Progress (1): 1.9/112 MB Progress (1): 1.9/112 MB Progress (1): 1.9/112 MB Progress (1): 1.9/112 MB Progress (1): 1.9/112 MB Progress (1): 1.9/112 MB Progress (1): 1.9/112 MB Progress (1): 1.9/112 MB Progress (1): 1.9/112 MB Progress (1): 1.9/112 MB Progress (1): 1.9/112 MB Progress (1): 1.9/112 MB Progress (1): 1.9/112 MB Progress (1): 1.9/112 MB Progress (1): 1.9/112 MB Progress (1): 1.9/112 MB Progress (1): 1.9/112 MB Progress (1): 1.9/112 MB Progress (1): 1.9/112 MB Progress (1): 1.9/112 MB Progress (1): 1.9/112 MB Progress (1): 1.9/112 MB Progress (1): 1.9/112 MB Progress (1): 1.9/112 MB Progress (1): 1.9/112 MB Progress (1): 1.9/112 MB Progress (1): 1.9/112 MB Progress (1): 1.9/112 MB Progress (1): 1.9/112 MB Progress (1): 1.9/112 MB Progress (1): 1.9/112 MB Progress (1): 1.9/112 MB Progress (1): 1.9/112 MB Progress (1): 1.9/112 MB Progress (1): 1.9/112 MB Progress (1): 1.9/112 MB Progress (1): 2.0/112 MB Progress (1): 2.0/112 MB Progress (1): 2.0/112 MB Progress (1): 2.0/112 MB Progress (1): 2.0/112 MB Progress (1): 2.0/112 MB Progress (1): 2.0/112 MB Progress (1): 2.0/112 MB Progress (1): 2.0/112 MB Progress (1): 2.0/112 MB Progress (1): 2.0/112 MB Progress (1): 2.0/112 MB Progress (1): 2.0/112 MB Progress (1): 2.0/112 MB Progress (1): 2.0/112 MB Progress (1): 2.0/112 MB Progress (1): 2.0/112 MB Progress (1): 2.0/112 MB Progress (1): 2.0/112 MB Progress (1): 2.0/112 MB Progress (1): 2.0/112 MB Progress (1): 2.0/112 MB Progress (1): 2.0/112 MB Progress (1): 2.0/112 MB Progress (1): 2.0/112 MB Progress (1): 2.0/112 MB Progress (1): 2.0/112 MB Progress (1): 2.0/112 MB Progress (1): 2.0/112 MB Progress (1): 2.0/112 MB Progress (1): 2.0/112 MB Progress (1): 2.0/112 MB Progress (1): 2.0/112 MB Progress (1): 2.0/112 MB Progress (1): 2.0/112 MB Progress (1): 2.0/112 MB Progress (1): 2.0/112 MB Progress (1): 2.0/112 MB Progress (1): 2.0/112 MB Progress (1): 2.0/112 MB Progress (1): 2.0/112 MB Progress (1): 2.0/112 MB Progress (1): 2.0/112 MB Progress (1): 2.0/112 MB Progress (1): 2.0/112 MB Progress (1): 2.0/112 MB Progress (1): 2.0/112 MB Progress (1): 2.0/112 MB Progress (1): 2.1/112 MB Progress (1): 2.1/112 MB Progress (1): 2.1/112 MB Progress (1): 2.1/112 MB Progress (1): 2.1/112 MB Progress (1): 2.1/112 MB Progress (1): 2.1/112 MB Progress (1): 2.1/112 MB Progress (1): 2.1/112 MB Progress (1): 2.1/112 MB Progress (1): 2.1/112 MB Progress (1): 2.1/112 MB Progress (1): 2.1/112 MB Progress (1): 2.1/112 MB Progress (1): 2.1/112 MB Progress (1): 2.1/112 MB Progress (1): 2.1/112 MB Progress (1): 2.1/112 MB Progress (1): 2.1/112 MB Progress (1): 2.1/112 MB Progress (1): 2.1/112 MB Progress (1): 2.1/112 MB Progress (1): 2.1/112 MB Progress (1): 2.1/112 MB Progress (1): 2.1/112 MB Progress (1): 2.1/112 MB Progress (1): 2.1/112 MB Progress (1): 2.1/112 MB Progress (1): 2.1/112 MB Progress (1): 2.1/112 MB Progress (1): 2.1/112 MB Progress (1): 2.1/112 MB Progress (1): 2.1/112 MB Progress (1): 2.1/112 MB Progress (1): 2.1/112 MB Progress (1): 2.1/112 MB Progress (1): 2.1/112 MB Progress (1): 2.1/112 MB Progress (1): 2.1/112 MB Progress (1): 2.1/112 MB Progress (1): 2.1/112 MB Progress (1): 2.1/112 MB Progress (1): 2.1/112 MB Progress (1): 2.1/112 MB Progress (1): 2.1/112 MB Progress (1): 2.1/112 MB Progress (1): 2.1/112 MB Progress (1): 2.1/112 MB Progress (1): 2.1/112 MB Progress (1): 2.2/112 MB Progress (1): 2.2/112 MB Progress (1): 2.2/112 MB Progress (1): 2.2/112 MB Progress (1): 2.2/112 MB Progress (1): 2.2/112 MB Progress (1): 2.2/112 MB Progress (1): 2.2/112 MB Progress (1): 2.2/112 MB Progress (1): 2.2/112 MB Progress (1): 2.2/112 MB Progress (1): 2.2/112 MB Progress (1): 2.2/112 MB Progress (1): 2.2/112 MB Progress (1): 2.2/112 MB Progress (1): 2.2/112 MB Progress (1): 2.2/112 MB Progress (1): 2.2/112 MB Progress (1): 2.2/112 MB Progress (1): 2.2/112 MB Progress (1): 2.2/112 MB Progress (1): 2.2/112 MB Progress (1): 2.2/112 MB Progress (1): 2.2/112 MB Progress (1): 2.2/112 MB Progress (1): 2.2/112 MB Progress (1): 2.2/112 MB Progress (1): 2.2/112 MB Progress (1): 2.2/112 MB Progress (1): 2.2/112 MB Progress (1): 2.2/112 MB Progress (1): 2.2/112 MB Progress (1): 2.2/112 MB Progress (1): 2.2/112 MB Progress (1): 2.2/112 MB Progress (1): 2.2/112 MB Progress (1): 2.2/112 MB Progress (1): 2.2/112 MB Progress (1): 2.2/112 MB Progress (1): 2.2/112 MB Progress (1): 2.2/112 MB Progress (1): 2.2/112 MB Progress (1): 2.2/112 MB Progress (1): 2.2/112 MB Progress (1): 2.2/112 MB Progress (1): 2.2/112 MB Progress (1): 2.2/112 MB Progress (1): 2.2/112 MB Progress (1): 2.2/112 MB Progress (1): 2.3/112 MB Progress (1): 2.3/112 MB Progress (1): 2.3/112 MB Progress (1): 2.3/112 MB Progress (1): 2.3/112 MB Progress (1): 2.3/112 MB Progress (1): 2.3/112 MB Progress (1): 2.3/112 MB Progress (1): 2.3/112 MB Progress (1): 2.3/112 MB Progress (1): 2.3/112 MB Progress (1): 2.3/112 MB Progress (1): 2.3/112 MB Progress (1): 2.3/112 MB Progress (1): 2.3/112 MB Progress (1): 2.3/112 MB Progress (1): 2.3/112 MB Progress (1): 2.3/112 MB Progress (1): 2.3/112 MB Progress (1): 2.3/112 MB Progress (1): 2.3/112 MB Progress (1): 2.3/112 MB Progress (1): 2.3/112 MB Progress (1): 2.3/112 MB Progress (1): 2.3/112 MB Progress (1): 2.3/112 MB Progress (1): 2.3/112 MB Progress (1): 2.3/112 MB Progress (1): 2.3/112 MB Progress (1): 2.3/112 MB Progress (1): 2.3/112 MB Progress (1): 2.3/112 MB Progress (1): 2.3/112 MB Progress (1): 2.3/112 MB Progress (1): 2.3/112 MB Progress (1): 2.3/112 MB Progress (1): 2.3/112 MB Progress (1): 2.3/112 MB Progress (1): 2.3/112 MB Progress (1): 2.3/112 MB Progress (1): 2.3/112 MB Progress (1): 2.3/112 MB Progress (1): 2.3/112 MB Progress (1): 2.3/112 MB Progress (1): 2.3/112 MB Progress (1): 2.3/112 MB Progress (1): 2.3/112 MB Progress (1): 2.3/112 MB Progress (1): 2.3/112 MB Progress (1): 2.4/112 MB Progress (1): 2.4/112 MB Progress (1): 2.4/112 MB Progress (1): 2.4/112 MB Progress (1): 2.4/112 MB Progress (1): 2.4/112 MB Progress (1): 2.4/112 MB Progress (1): 2.4/112 MB Progress (1): 2.4/112 MB Progress (1): 2.4/112 MB Progress (1): 2.4/112 MB Progress (1): 2.4/112 MB Progress (1): 2.4/112 MB Progress (1): 2.4/112 MB Progress (1): 2.4/112 MB Progress (1): 2.4/112 MB Progress (1): 2.4/112 MB Progress (1): 2.4/112 MB Progress (1): 2.4/112 MB Progress (1): 2.4/112 MB Progress (1): 2.4/112 MB Progress (1): 2.4/112 MB Progress (1): 2.4/112 MB Progress (1): 2.4/112 MB Progress (1): 2.4/112 MB Progress (1): 2.4/112 MB Progress (1): 2.4/112 MB Progress (1): 2.4/112 MB Progress (1): 2.4/112 MB Progress (1): 2.4/112 MB Progress (1): 2.4/112 MB Progress (1): 2.4/112 MB Progress (1): 2.4/112 MB Progress (1): 2.4/112 MB Progress (1): 2.4/112 MB Progress (1): 2.4/112 MB Progress (1): 2.4/112 MB Progress (1): 2.4/112 MB Progress (1): 2.4/112 MB Progress (1): 2.4/112 MB Progress (1): 2.4/112 MB Progress (1): 2.4/112 MB Progress (1): 2.4/112 MB Progress (1): 2.4/112 MB Progress (1): 2.4/112 MB Progress (1): 2.4/112 MB Progress (1): 2.4/112 MB Progress (1): 2.4/112 MB Progress (1): 2.4/112 MB Progress (1): 2.5/112 MB Progress (1): 2.5/112 MB Progress (1): 2.5/112 MB Progress (1): 2.5/112 MB Progress (1): 2.5/112 MB Progress (1): 2.5/112 MB Progress (1): 2.5/112 MB Progress (1): 2.5/112 MB Progress (1): 2.5/112 MB Progress (1): 2.5/112 MB Progress (1): 2.5/112 MB Progress (1): 2.5/112 MB Progress (1): 2.5/112 MB Progress (1): 2.5/112 MB Progress (1): 2.5/112 MB Progress (1): 2.5/112 MB Progress (1): 2.5/112 MB Progress (1): 2.5/112 MB Progress (1): 2.5/112 MB Progress (1): 2.5/112 MB Progress (1): 2.5/112 MB Progress (1): 2.5/112 MB Progress (1): 2.5/112 MB Progress (1): 2.5/112 MB Progress (1): 2.5/112 MB Progress (1): 2.5/112 MB Progress (1): 2.5/112 MB Progress (1): 2.5/112 MB Progress (1): 2.5/112 MB Progress (1): 2.5/112 MB Progress (1): 2.5/112 MB Progress (1): 2.5/112 MB Progress (1): 2.5/112 MB Progress (1): 2.5/112 MB Progress (1): 2.5/112 MB Progress (1): 2.5/112 MB Progress (1): 2.5/112 MB Progress (1): 2.5/112 MB Progress (1): 2.5/112 MB Progress (1): 2.5/112 MB Progress (1): 2.5/112 MB Progress (1): 2.5/112 MB Progress (1): 2.5/112 MB Progress (1): 2.5/112 MB Progress (1): 2.5/112 MB Progress (1): 2.5/112 MB Progress (1): 2.5/112 MB Progress (1): 2.5/112 MB Progress (1): 2.5/112 MB Progress (1): 2.6/112 MB Progress (1): 2.6/112 MB Progress (1): 2.6/112 MB Progress (1): 2.6/112 MB Progress (1): 2.6/112 MB Progress (1): 2.6/112 MB Progress (1): 2.6/112 MB Progress (1): 2.6/112 MB Progress (1): 2.6/112 MB Progress (1): 2.6/112 MB Progress (1): 2.6/112 MB Progress (1): 2.6/112 MB Progress (1): 2.6/112 MB Progress (1): 2.6/112 MB Progress (1): 2.6/112 MB Progress (1): 2.6/112 MB Progress (1): 2.6/112 MB Progress (1): 2.6/112 MB Progress (1): 2.6/112 MB Progress (1): 2.6/112 MB Progress (1): 2.6/112 MB Progress (1): 2.6/112 MB Progress (1): 2.6/112 MB Progress (1): 2.6/112 MB Progress (1): 2.6/112 MB Progress (1): 2.6/112 MB Progress (1): 2.6/112 MB Progress (1): 2.6/112 MB Progress (1): 2.6/112 MB Progress (1): 2.6/112 MB Progress (1): 2.6/112 MB Progress (1): 2.6/112 MB Progress (1): 2.6/112 MB Progress (1): 2.6/112 MB Progress (1): 2.6/112 MB Progress (1): 2.6/112 MB Progress (1): 2.6/112 MB Progress (1): 2.6/112 MB Progress (1): 2.6/112 MB Progress (1): 2.6/112 MB Progress (1): 2.6/112 MB Progress (1): 2.6/112 MB Progress (1): 2.6/112 MB Progress (1): 2.6/112 MB Progress (1): 2.6/112 MB Progress (1): 2.6/112 MB Progress (1): 2.6/112 MB Progress (1): 2.6/112 MB Progress (1): 2.7/112 MB Progress (1): 2.7/112 MB Progress (1): 2.7/112 MB Progress (1): 2.7/112 MB Progress (1): 2.7/112 MB Progress (1): 2.7/112 MB Progress (1): 2.7/112 MB Progress (1): 2.7/112 MB Progress (1): 2.7/112 MB Progress (1): 2.7/112 MB Progress (1): 2.7/112 MB Progress (1): 2.7/112 MB Progress (1): 2.7/112 MB Progress (1): 2.7/112 MB Progress (1): 2.7/112 MB Progress (1): 2.7/112 MB Progress (1): 2.7/112 MB Progress (1): 2.7/112 MB Progress (1): 2.7/112 MB Progress (1): 2.7/112 MB Progress (1): 2.7/112 MB Progress (1): 2.7/112 MB Progress (1): 2.7/112 MB Progress (1): 2.7/112 MB Progress (1): 2.7/112 MB Progress (1): 2.7/112 MB Progress (1): 2.7/112 MB Progress (1): 2.7/112 MB Progress (1): 2.7/112 MB Progress (1): 2.7/112 MB Progress (1): 2.7/112 MB Progress (1): 2.7/112 MB Progress (1): 2.7/112 MB Progress (1): 2.7/112 MB Progress (1): 2.7/112 MB Progress (1): 2.7/112 MB Progress (1): 2.7/112 MB Progress (1): 2.7/112 MB Progress (1): 2.7/112 MB Progress (1): 2.7/112 MB Progress (1): 2.7/112 MB Progress (1): 2.7/112 MB Progress (1): 2.7/112 MB Progress (1): 2.7/112 MB Progress (1): 2.7/112 MB Progress (1): 2.7/112 MB Progress (1): 2.7/112 MB Progress (1): 2.7/112 MB Progress (1): 2.7/112 MB Progress (1): 2.8/112 MB Progress (1): 2.8/112 MB Progress (1): 2.8/112 MB Progress (1): 2.8/112 MB Progress (1): 2.8/112 MB Progress (1): 2.8/112 MB Progress (1): 2.8/112 MB Progress (1): 2.8/112 MB Progress (1): 2.8/112 MB Progress (1): 2.8/112 MB Progress (1): 2.8/112 MB Progress (1): 2.8/112 MB Progress (1): 2.8/112 MB Progress (1): 2.8/112 MB Progress (1): 2.8/112 MB Progress (1): 2.8/112 MB Progress (1): 2.8/112 MB Progress (1): 2.8/112 MB Progress (1): 2.8/112 MB Progress (1): 2.8/112 MB Progress (1): 2.8/112 MB Progress (1): 2.8/112 MB Progress (1): 2.8/112 MB Progress (1): 2.8/112 MB Progress (1): 2.8/112 MB Progress (1): 2.8/112 MB Progress (1): 2.8/112 MB Progress (1): 2.8/112 MB Progress (1): 2.8/112 MB Progress (1): 2.8/112 MB Progress (1): 2.8/112 MB Progress (1): 2.8/112 MB Progress (1): 2.8/112 MB Progress (1): 2.8/112 MB Progress (1): 2.8/112 MB Progress (1): 2.8/112 MB Progress (1): 2.8/112 MB Progress (1): 2.8/112 MB Progress (1): 2.8/112 MB Progress (1): 2.8/112 MB Progress (1): 2.8/112 MB Progress (1): 2.8/112 MB Progress (1): 2.8/112 MB Progress (1): 2.8/112 MB Progress (1): 2.8/112 MB Progress (1): 2.8/112 MB Progress (1): 2.8/112 MB Progress (1): 2.8/112 MB Progress (1): 2.8/112 MB Progress (1): 2.9/112 MB Progress (1): 2.9/112 MB Progress (1): 2.9/112 MB Progress (1): 2.9/112 MB Progress (1): 2.9/112 MB Progress (1): 2.9/112 MB Progress (1): 2.9/112 MB Progress (1): 2.9/112 MB Progress (1): 2.9/112 MB Progress (1): 2.9/112 MB Progress (1): 2.9/112 MB Progress (1): 2.9/112 MB Progress (1): 2.9/112 MB Progress (1): 2.9/112 MB Progress (1): 2.9/112 MB Progress (1): 2.9/112 MB Progress (1): 2.9/112 MB Progress (1): 2.9/112 MB Progress (1): 2.9/112 MB Progress (1): 2.9/112 MB Progress (1): 2.9/112 MB Progress (1): 2.9/112 MB Progress (1): 2.9/112 MB Progress (1): 2.9/112 MB Progress (1): 2.9/112 MB Progress (1): 2.9/112 MB Progress (1): 2.9/112 MB Progress (1): 2.9/112 MB Progress (1): 2.9/112 MB Progress (1): 2.9/112 MB Progress (1): 2.9/112 MB Progress (1): 2.9/112 MB Progress (1): 2.9/112 MB Progress (1): 2.9/112 MB Progress (1): 2.9/112 MB Progress (1): 2.9/112 MB Progress (1): 2.9/112 MB Progress (1): 2.9/112 MB Progress (1): 2.9/112 MB Progress (1): 2.9/112 MB Progress (1): 2.9/112 MB Progress (1): 2.9/112 MB Progress (1): 2.9/112 MB Progress (1): 2.9/112 MB Progress (1): 2.9/112 MB Progress (1): 2.9/112 MB Progress (1): 2.9/112 MB Progress (1): 2.9/112 MB Progress (1): 2.9/112 MB Progress (1): 3.0/112 MB Progress (1): 3.0/112 MB Progress (1): 3.0/112 MB Progress (1): 3.0/112 MB Progress (1): 3.0/112 MB Progress (1): 3.0/112 MB Progress (1): 3.0/112 MB Progress (1): 3.0/112 MB Progress (1): 3.0/112 MB Progress (1): 3.0/112 MB Progress (1): 3.0/112 MB Progress (1): 3.0/112 MB Progress (1): 3.0/112 MB Progress (1): 3.0/112 MB Progress (1): 3.0/112 MB Progress (1): 3.0/112 MB Progress (1): 3.0/112 MB Progress (1): 3.0/112 MB Progress (1): 3.0/112 MB Progress (1): 3.0/112 MB Progress (1): 3.0/112 MB Progress (1): 3.0/112 MB Progress (1): 3.0/112 MB Progress (1): 3.0/112 MB Progress (1): 3.0/112 MB Progress (1): 3.0/112 MB Progress (1): 3.0/112 MB Progress (1): 3.0/112 MB Progress (1): 3.0/112 MB Progress (1): 3.0/112 MB Progress (1): 3.0/112 MB Progress (1): 3.0/112 MB Progress (1): 3.0/112 MB Progress (1): 3.0/112 MB Progress (1): 3.0/112 MB Progress (1): 3.0/112 MB Progress (1): 3.0/112 MB Progress (1): 3.0/112 MB Progress (1): 3.0/112 MB Progress (1): 3.0/112 MB Progress (1): 3.0/112 MB Progress (1): 3.0/112 MB Progress (1): 3.0/112 MB Progress (1): 3.0/112 MB Progress (1): 3.0/112 MB Progress (1): 3.0/112 MB Progress (1): 3.0/112 MB Progress (1): 3.0/112 MB Progress (1): 3.0/112 MB Progress (1): 3.1/112 MB Progress (1): 3.1/112 MB Progress (1): 3.1/112 MB Progress (1): 3.1/112 MB Progress (1): 3.1/112 MB Progress (1): 3.1/112 MB Progress (1): 3.1/112 MB Progress (1): 3.1/112 MB Progress (1): 3.1/112 MB Progress (1): 3.1/112 MB Progress (1): 3.1/112 MB Progress (1): 3.1/112 MB Progress (1): 3.1/112 MB Progress (1): 3.1/112 MB Progress (1): 3.1/112 MB Progress (1): 3.1/112 MB Progress (1): 3.1/112 MB Progress (1): 3.1/112 MB Progress (1): 3.1/112 MB Progress (1): 3.1/112 MB Progress (1): 3.1/112 MB Progress (1): 3.1/112 MB Progress (1): 3.1/112 MB Progress (1): 3.1/112 MB Progress (1): 3.1/112 MB Progress (1): 3.1/112 MB Progress (1): 3.1/112 MB Progress (1): 3.1/112 MB Progress (1): 3.1/112 MB Progress (1): 3.1/112 MB Progress (1): 3.1/112 MB Progress (1): 3.1/112 MB Progress (1): 3.1/112 MB Progress (1): 3.1/112 MB Progress (1): 3.1/112 MB Progress (1): 3.1/112 MB Progress (1): 3.1/112 MB Progress (1): 3.1/112 MB Progress (1): 3.1/112 MB Progress (1): 3.1/112 MB Progress (1): 3.1/112 MB Progress (1): 3.1/112 MB Progress (1): 3.1/112 MB Progress (1): 3.1/112 MB Progress (1): 3.1/112 MB Progress (1): 3.1/112 MB Progress (1): 3.1/112 MB Progress (1): 3.1/112 MB Progress (1): 3.1/112 MB Progress (1): 3.2/112 MB Progress (1): 3.2/112 MB Progress (1): 3.2/112 MB Progress (1): 3.2/112 MB Progress (1): 3.2/112 MB Progress (1): 3.2/112 MB Progress (1): 3.2/112 MB Progress (1): 3.2/112 MB Progress (1): 3.2/112 MB Progress (1): 3.2/112 MB Progress (1): 3.2/112 MB Progress (1): 3.2/112 MB Progress (1): 3.2/112 MB Progress (1): 3.2/112 MB Progress (1): 3.2/112 MB Progress (1): 3.2/112 MB Progress (1): 3.2/112 MB Progress (1): 3.2/112 MB Progress (1): 3.2/112 MB Progress (1): 3.2/112 MB Progress (1): 3.2/112 MB Progress (1): 3.2/112 MB Progress (1): 3.2/112 MB Progress (1): 3.2/112 MB Progress (1): 3.2/112 MB Progress (1): 3.2/112 MB Progress (1): 3.2/112 MB Progress (1): 3.2/112 MB Progress (1): 3.2/112 MB Progress (1): 3.2/112 MB Progress (1): 3.2/112 MB Progress (1): 3.2/112 MB Progress (1): 3.2/112 MB Progress (1): 3.2/112 MB Progress (1): 3.2/112 MB Progress (1): 3.2/112 MB Progress (1): 3.2/112 MB Progress (1): 3.2/112 MB Progress (1): 3.2/112 MB Progress (1): 3.2/112 MB Progress (1): 3.2/112 MB Progress (1): 3.2/112 MB Progress (1): 3.2/112 MB Progress (1): 3.2/112 MB Progress (1): 3.2/112 MB Progress (1): 3.2/112 MB Progress (1): 3.2/112 MB Progress (1): 3.2/112 MB Progress (1): 3.3/112 MB Progress (1): 3.3/112 MB Progress (1): 3.3/112 MB Progress (1): 3.3/112 MB Progress (1): 3.3/112 MB Progress (1): 3.3/112 MB Progress (1): 3.3/112 MB Progress (1): 3.3/112 MB Progress (1): 3.3/112 MB Progress (1): 3.3/112 MB Progress (1): 3.3/112 MB Progress (1): 3.3/112 MB Progress (1): 3.3/112 MB Progress (1): 3.3/112 MB Progress (1): 3.3/112 MB Progress (1): 3.3/112 MB Progress (1): 3.3/112 MB Progress (1): 3.3/112 MB Progress (1): 3.3/112 MB Progress (1): 3.3/112 MB Progress (1): 3.3/112 MB Progress (1): 3.3/112 MB Progress (1): 3.3/112 MB Progress (1): 3.3/112 MB Progress (1): 3.3/112 MB Progress (1): 3.3/112 MB Progress (1): 3.3/112 MB Progress (1): 3.3/112 MB Progress (1): 3.3/112 MB Progress (1): 3.3/112 MB Progress (1): 3.3/112 MB Progress (1): 3.3/112 MB Progress (1): 3.3/112 MB Progress (1): 3.3/112 MB Progress (1): 3.3/112 MB Progress (1): 3.3/112 MB Progress (1): 3.3/112 MB Progress (1): 3.3/112 MB Progress (1): 3.3/112 MB Progress (1): 3.3/112 MB Progress (1): 3.3/112 MB Progress (1): 3.3/112 MB Progress (1): 3.3/112 MB Progress (1): 3.3/112 MB Progress (1): 3.3/112 MB Progress (1): 3.3/112 MB Progress (1): 3.3/112 MB Progress (1): 3.3/112 MB Progress (1): 3.3/112 MB Progress (1): 3.4/112 MB Progress (1): 3.4/112 MB Progress (1): 3.4/112 MB Progress (1): 3.4/112 MB Progress (1): 3.4/112 MB Progress (1): 3.4/112 MB Progress (1): 3.4/112 MB Progress (1): 3.4/112 MB Progress (1): 3.4/112 MB Progress (1): 3.4/112 MB Progress (1): 3.4/112 MB Progress (1): 3.4/112 MB Progress (1): 3.4/112 MB Progress (1): 3.4/112 MB Progress (1): 3.4/112 MB Progress (1): 3.4/112 MB Progress (1): 3.4/112 MB Progress (1): 3.4/112 MB Progress (1): 3.4/112 MB Progress (1): 3.4/112 MB Progress (1): 3.4/112 MB Progress (1): 3.4/112 MB Progress (1): 3.4/112 MB Progress (1): 3.4/112 MB Progress (1): 3.4/112 MB Progress (1): 3.4/112 MB Progress (1): 3.4/112 MB Progress (1): 3.4/112 MB Progress (1): 3.4/112 MB Progress (1): 3.4/112 MB Progress (1): 3.4/112 MB Progress (1): 3.4/112 MB Progress (1): 3.4/112 MB Progress (1): 3.4/112 MB Progress (1): 3.4/112 MB Progress (1): 3.4/112 MB Progress (1): 3.4/112 MB Progress (1): 3.4/112 MB Progress (1): 3.4/112 MB Progress (1): 3.4/112 MB Progress (1): 3.4/112 MB Progress (1): 3.4/112 MB Progress (1): 3.4/112 MB Progress (1): 3.4/112 MB Progress (1): 3.4/112 MB Progress (1): 3.4/112 MB Progress (1): 3.4/112 MB Progress (1): 3.4/112 MB Progress (1): 3.4/112 MB Progress (1): 3.5/112 MB Progress (1): 3.5/112 MB Progress (1): 3.5/112 MB Progress (1): 3.5/112 MB Progress (1): 3.5/112 MB Progress (1): 3.5/112 MB Progress (1): 3.5/112 MB Progress (1): 3.5/112 MB Progress (1): 3.5/112 MB Progress (1): 3.5/112 MB Progress (1): 3.5/112 MB Progress (1): 3.5/112 MB Progress (1): 3.5/112 MB Progress (1): 3.5/112 MB Progress (1): 3.5/112 MB Progress (1): 3.5/112 MB Progress (1): 3.5/112 MB Progress (1): 3.5/112 MB Progress (1): 3.5/112 MB Progress (1): 3.5/112 MB Progress (1): 3.5/112 MB Progress (1): 3.5/112 MB Progress (1): 3.5/112 MB Progress (1): 3.5/112 MB Progress (1): 3.5/112 MB Progress (1): 3.5/112 MB Progress (1): 3.5/112 MB Progress (1): 3.5/112 MB Progress (1): 3.5/112 MB Progress (1): 3.5/112 MB Progress (1): 3.5/112 MB Progress (1): 3.5/112 MB Progress (1): 3.5/112 MB Progress (1): 3.5/112 MB Progress (1): 3.5/112 MB Progress (1): 3.5/112 MB Progress (1): 3.5/112 MB Progress (1): 3.5/112 MB Progress (1): 3.5/112 MB Progress (1): 3.5/112 MB Progress (1): 3.5/112 MB Progress (1): 3.5/112 MB Progress (1): 3.5/112 MB Progress (1): 3.5/112 MB Progress (1): 3.5/112 MB Progress (1): 3.5/112 MB Progress (1): 3.5/112 MB Progress (1): 3.5/112 MB Progress (1): 3.5/112 MB Progress (1): 3.6/112 MB Progress (1): 3.6/112 MB Progress (1): 3.6/112 MB Progress (1): 3.6/112 MB Progress (1): 3.6/112 MB Progress (1): 3.6/112 MB Progress (1): 3.6/112 MB Progress (1): 3.6/112 MB Progress (1): 3.6/112 MB Progress (1): 3.6/112 MB Progress (1): 3.6/112 MB Progress (1): 3.6/112 MB Progress (1): 3.6/112 MB Progress (1): 3.6/112 MB Progress (1): 3.6/112 MB Progress (1): 3.6/112 MB Progress (1): 3.6/112 MB Progress (1): 3.6/112 MB Progress (1): 3.6/112 MB Progress (1): 3.6/112 MB Progress (1): 3.6/112 MB Progress (1): 3.6/112 MB Progress (1): 3.6/112 MB Progress (1): 3.6/112 MB Progress (1): 3.6/112 MB Progress (1): 3.6/112 MB Progress (1): 3.6/112 MB Progress (1): 3.6/112 MB Progress (1): 3.6/112 MB Progress (1): 3.6/112 MB Progress (1): 3.6/112 MB Progress (1): 3.6/112 MB Progress (1): 3.6/112 MB Progress (1): 3.6/112 MB Progress (1): 3.6/112 MB Progress (1): 3.6/112 MB Progress (1): 3.6/112 MB Progress (1): 3.6/112 MB Progress (1): 3.6/112 MB Progress (1): 3.6/112 MB Progress (1): 3.6/112 MB Progress (1): 3.6/112 MB Progress (1): 3.6/112 MB Progress (1): 3.6/112 MB Progress (1): 3.6/112 MB Progress (1): 3.6/112 MB Progress (1): 3.6/112 MB Progress (1): 3.6/112 MB Progress (1): 3.6/112 MB Progress (1): 3.7/112 MB Progress (1): 3.7/112 MB Progress (1): 3.7/112 MB Progress (1): 3.7/112 MB Progress (1): 3.7/112 MB Progress (1): 3.7/112 MB Progress (1): 3.7/112 MB Progress (1): 3.7/112 MB Progress (1): 3.7/112 MB Progress (1): 3.7/112 MB Progress (1): 3.7/112 MB Progress (1): 3.7/112 MB Progress (1): 3.7/112 MB Progress (1): 3.7/112 MB Progress (1): 3.7/112 MB Progress (1): 3.7/112 MB Progress (1): 3.7/112 MB Progress (1): 3.7/112 MB Progress (1): 3.7/112 MB Progress (1): 3.7/112 MB Progress (1): 3.7/112 MB Progress (1): 3.7/112 MB Progress (1): 3.7/112 MB Progress (1): 3.7/112 MB Progress (1): 3.7/112 MB Progress (1): 3.7/112 MB Progress (1): 3.7/112 MB Progress (1): 3.7/112 MB Progress (1): 3.7/112 MB Progress (1): 3.7/112 MB Progress (1): 3.7/112 MB Progress (1): 3.7/112 MB Progress (1): 3.7/112 MB Progress (1): 3.7/112 MB Progress (1): 3.7/112 MB Progress (1): 3.7/112 MB Progress (1): 3.7/112 MB Progress (1): 3.7/112 MB Progress (1): 3.7/112 MB Progress (1): 3.7/112 MB Progress (1): 3.7/112 MB Progress (1): 3.7/112 MB Progress (1): 3.7/112 MB Progress (1): 3.7/112 MB Progress (1): 3.7/112 MB Progress (1): 3.7/112 MB Progress (1): 3.7/112 MB Progress (1): 3.7/112 MB Progress (1): 3.7/112 MB Progress (1): 3.8/112 MB Progress (1): 3.8/112 MB Progress (1): 3.8/112 MB Progress (1): 3.8/112 MB Progress (1): 3.8/112 MB Progress (1): 3.8/112 MB Progress (1): 3.8/112 MB Progress (1): 3.8/112 MB Progress (1): 3.8/112 MB Progress (1): 3.8/112 MB Progress (1): 3.8/112 MB Progress (1): 3.8/112 MB Progress (1): 3.8/112 MB Progress (1): 3.8/112 MB Progress (1): 3.8/112 MB Progress (1): 3.8/112 MB Progress (1): 3.8/112 MB Progress (1): 3.8/112 MB Progress (1): 3.8/112 MB Progress (1): 3.8/112 MB Progress (1): 3.8/112 MB Progress (1): 3.8/112 MB Progress (1): 3.8/112 MB Progress (1): 3.8/112 MB Progress (1): 3.8/112 MB Progress (1): 3.8/112 MB Progress (1): 3.8/112 MB Progress (1): 3.8/112 MB Progress (1): 3.8/112 MB Progress (1): 3.8/112 MB Progress (1): 3.8/112 MB Progress (1): 3.8/112 MB Progress (1): 3.8/112 MB Progress (1): 3.8/112 MB Progress (1): 3.8/112 MB Progress (1): 3.8/112 MB Progress (1): 3.8/112 MB Progress (1): 3.8/112 MB Progress (1): 3.8/112 MB Progress (1): 3.8/112 MB Progress (1): 3.8/112 MB Progress (1): 3.8/112 MB Progress (1): 3.8/112 MB Progress (1): 3.8/112 MB Progress (1): 3.8/112 MB Progress (1): 3.8/112 MB Progress (1): 3.8/112 MB Progress (1): 3.8/112 MB Progress (1): 3.9/112 MB Progress (1): 3.9/112 MB Progress (1): 3.9/112 MB Progress (1): 3.9/112 MB Progress (1): 3.9/112 MB Progress (1): 3.9/112 MB Progress (1): 3.9/112 MB Progress (1): 3.9/112 MB Progress (1): 3.9/112 MB Progress (1): 3.9/112 MB Progress (1): 3.9/112 MB Progress (1): 3.9/112 MB Progress (1): 3.9/112 MB Progress (1): 3.9/112 MB Progress (1): 3.9/112 MB Progress (1): 3.9/112 MB Progress (1): 3.9/112 MB Progress (1): 3.9/112 MB Progress (1): 3.9/112 MB Progress (1): 3.9/112 MB Progress (1): 3.9/112 MB Progress (1): 3.9/112 MB Progress (1): 3.9/112 MB Progress (1): 3.9/112 MB Progress (1): 3.9/112 MB Progress (1): 3.9/112 MB Progress (1): 3.9/112 MB Progress (1): 3.9/112 MB Progress (1): 3.9/112 MB Progress (1): 3.9/112 MB Progress (1): 3.9/112 MB Progress (1): 3.9/112 MB Progress (1): 3.9/112 MB Progress (1): 3.9/112 MB Progress (1): 3.9/112 MB Progress (1): 3.9/112 MB Progress (1): 3.9/112 MB Progress (1): 3.9/112 MB Progress (1): 3.9/112 MB Progress (1): 3.9/112 MB Progress (1): 3.9/112 MB Progress (1): 3.9/112 MB Progress (1): 3.9/112 MB Progress (1): 3.9/112 MB Progress (1): 3.9/112 MB Progress (1): 3.9/112 MB Progress (1): 3.9/112 MB Progress (1): 3.9/112 MB Progress (1): 3.9/112 MB Progress (1): 4.0/112 MB Progress (1): 4.0/112 MB Progress (1): 4.0/112 MB Progress (1): 4.0/112 MB Progress (1): 4.0/112 MB Progress (1): 4.0/112 MB Progress (1): 4.0/112 MB Progress (1): 4.0/112 MB Progress (1): 4.0/112 MB Progress (1): 4.0/112 MB Progress (1): 4.0/112 MB Progress (1): 4.0/112 MB Progress (1): 4.0/112 MB Progress (1): 4.0/112 MB Progress (1): 4.0/112 MB Progress (1): 4.0/112 MB Progress (1): 4.0/112 MB Progress (1): 4.0/112 MB Progress (1): 4.0/112 MB Progress (1): 4.0/112 MB Progress (1): 4.0/112 MB Progress (1): 4.0/112 MB Progress (1): 4.0/112 MB Progress (1): 4.0/112 MB Progress (1): 4.0/112 MB Progress (1): 4.0/112 MB Progress (1): 4.0/112 MB Progress (1): 4.0/112 MB Progress (1): 4.0/112 MB Progress (1): 4.0/112 MB Progress (1): 4.0/112 MB Progress (1): 4.0/112 MB Progress (1): 4.0/112 MB Progress (1): 4.0/112 MB Progress (1): 4.0/112 MB Progress (1): 4.0/112 MB Progress (1): 4.0/112 MB Progress (1): 4.0/112 MB Progress (1): 4.0/112 MB Progress (1): 4.0/112 MB Progress (1): 4.0/112 MB Progress (1): 4.0/112 MB Progress (1): 4.0/112 MB Progress (1): 4.0/112 MB Progress (1): 4.0/112 MB Progress (1): 4.0/112 MB Progress (1): 4.0/112 MB Progress (1): 4.0/112 MB Progress (1): 4.0/112 MB Progress (1): 4.1/112 MB Progress (1): 4.1/112 MB Progress (1): 4.1/112 MB Progress (1): 4.1/112 MB Progress (1): 4.1/112 MB Progress (1): 4.1/112 MB Progress (1): 4.1/112 MB Progress (1): 4.1/112 MB Progress (1): 4.1/112 MB Progress (1): 4.1/112 MB Progress (1): 4.1/112 MB Progress (1): 4.1/112 MB Progress (1): 4.1/112 MB Progress (1): 4.1/112 MB Progress (1): 4.1/112 MB Progress (1): 4.1/112 MB Progress (1): 4.1/112 MB Progress (1): 4.1/112 MB Progress (1): 4.1/112 MB Progress (1): 4.1/112 MB Progress (1): 4.1/112 MB Progress (1): 4.1/112 MB Progress (1): 4.1/112 MB Progress (1): 4.1/112 MB Progress (1): 4.1/112 MB Progress (1): 4.1/112 MB Progress (1): 4.1/112 MB Progress (1): 4.1/112 MB Progress (1): 4.1/112 MB Progress (1): 4.1/112 MB Progress (1): 4.1/112 MB Progress (1): 4.1/112 MB Progress (1): 4.1/112 MB Progress (1): 4.1/112 MB Progress (1): 4.1/112 MB Progress (1): 4.1/112 MB Progress (1): 4.1/112 MB Progress (1): 4.1/112 MB Progress (1): 4.1/112 MB Progress (1): 4.1/112 MB Progress (1): 4.1/112 MB Progress (1): 4.1/112 MB Progress (1): 4.1/112 MB Progress (1): 4.1/112 MB Progress (1): 4.1/112 MB Progress (1): 4.1/112 MB Progress (1): 4.1/112 MB Progress (1): 4.1/112 MB Progress (1): 4.1/112 MB Progress (1): 4.2/112 MB Progress (1): 4.2/112 MB Progress (1): 4.2/112 MB Progress (1): 4.2/112 MB Progress (1): 4.2/112 MB Progress (1): 4.2/112 MB Progress (1): 4.2/112 MB Progress (1): 4.2/112 MB Progress (1): 4.2/112 MB Progress (1): 4.2/112 MB Progress (1): 4.2/112 MB Progress (1): 4.2/112 MB Progress (1): 4.2/112 MB Progress (1): 4.2/112 MB Progress (1): 4.2/112 MB Progress (1): 4.2/112 MB Progress (1): 4.2/112 MB Progress (1): 4.2/112 MB Progress (1): 4.2/112 MB Progress (1): 4.2/112 MB Progress (1): 4.2/112 MB Progress (1): 4.2/112 MB Progress (1): 4.2/112 MB Progress (1): 4.2/112 MB Progress (1): 4.2/112 MB Progress (1): 4.2/112 MB Progress (1): 4.2/112 MB Progress (1): 4.2/112 MB Progress (1): 4.2/112 MB Progress (1): 4.2/112 MB Progress (1): 4.2/112 MB Progress (1): 4.2/112 MB Progress (1): 4.2/112 MB Progress (1): 4.2/112 MB Progress (1): 4.2/112 MB Progress (1): 4.2/112 MB Progress (1): 4.2/112 MB Progress (1): 4.2/112 MB Progress (1): 4.2/112 MB Progress (1): 4.2/112 MB Progress (1): 4.2/112 MB Progress (1): 4.2/112 MB Progress (1): 4.2/112 MB Progress (1): 4.2/112 MB Progress (1): 4.2/112 MB Progress (1): 4.2/112 MB Progress (1): 4.2/112 MB Progress (1): 4.2/112 MB Progress (1): 4.2/112 MB Progress (1): 4.3/112 MB Progress (1): 4.3/112 MB Progress (1): 4.3/112 MB Progress (1): 4.3/112 MB Progress (1): 4.3/112 MB Progress (1): 4.3/112 MB Progress (1): 4.3/112 MB Progress (1): 4.3/112 MB Progress (1): 4.3/112 MB Progress (1): 4.3/112 MB Progress (1): 4.3/112 MB Progress (1): 4.3/112 MB Progress (1): 4.3/112 MB Progress (1): 4.3/112 MB Progress (1): 4.3/112 MB Progress (1): 4.3/112 MB Progress (1): 4.3/112 MB Progress (1): 4.3/112 MB Progress (1): 4.3/112 MB Progress (1): 4.3/112 MB Progress (1): 4.3/112 MB Progress (1): 4.3/112 MB Progress (1): 4.3/112 MB Progress (1): 4.3/112 MB Progress (1): 4.3/112 MB Progress (1): 4.3/112 MB Progress (1): 4.3/112 MB Progress (1): 4.3/112 MB Progress (1): 4.3/112 MB Progress (1): 4.3/112 MB Progress (1): 4.3/112 MB Progress (1): 4.3/112 MB Progress (1): 4.3/112 MB Progress (1): 4.3/112 MB Progress (1): 4.3/112 MB Progress (1): 4.3/112 MB Progress (1): 4.3/112 MB Progress (1): 4.3/112 MB Progress (1): 4.3/112 MB Progress (1): 4.3/112 MB Progress (1): 4.3/112 MB Progress (1): 4.3/112 MB Progress (1): 4.3/112 MB Progress (1): 4.3/112 MB Progress (1): 4.3/112 MB Progress (1): 4.3/112 MB Progress (1): 4.3/112 MB Progress (1): 4.3/112 MB Progress (1): 4.3/112 MB Progress (1): 4.4/112 MB Progress (1): 4.4/112 MB Progress (1): 4.4/112 MB Progress (1): 4.4/112 MB Progress (1): 4.4/112 MB Progress (1): 4.4/112 MB Progress (1): 4.4/112 MB Progress (1): 4.4/112 MB Progress (1): 4.4/112 MB Progress (1): 4.4/112 MB Progress (1): 4.4/112 MB Progress (1): 4.4/112 MB Progress (1): 4.4/112 MB Progress (1): 4.4/112 MB Progress (1): 4.4/112 MB Progress (1): 4.4/112 MB Progress (1): 4.4/112 MB Progress (1): 4.4/112 MB Progress (1): 4.4/112 MB Progress (1): 4.4/112 MB Progress (1): 4.4/112 MB Progress (1): 4.4/112 MB Progress (1): 4.4/112 MB Progress (1): 4.4/112 MB Progress (1): 4.4/112 MB Progress (1): 4.4/112 MB Progress (1): 4.4/112 MB Progress (1): 4.4/112 MB Progress (1): 4.4/112 MB Progress (1): 4.4/112 MB Progress (1): 4.4/112 MB Progress (1): 4.4/112 MB Progress (1): 4.4/112 MB Progress (1): 4.4/112 MB Progress (1): 4.4/112 MB Progress (1): 4.4/112 MB Progress (1): 4.4/112 MB Progress (1): 4.4/112 MB Progress (1): 4.4/112 MB Progress (1): 4.4/112 MB Progress (1): 4.4/112 MB Progress (1): 4.4/112 MB Progress (1): 4.4/112 MB Progress (1): 4.4/112 MB Progress (1): 4.4/112 MB Progress (1): 4.4/112 MB Progress (1): 4.4/112 MB Progress (1): 4.4/112 MB Progress (1): 4.5/112 MB Progress (1): 4.5/112 MB Progress (1): 4.5/112 MB Progress (1): 4.5/112 MB Progress (1): 4.5/112 MB Progress (1): 4.5/112 MB Progress (1): 4.5/112 MB Progress (1): 4.5/112 MB Progress (1): 4.5/112 MB Progress (1): 4.5/112 MB Progress (1): 4.5/112 MB Progress (1): 4.5/112 MB Progress (1): 4.5/112 MB Progress (1): 4.5/112 MB Progress (1): 4.5/112 MB Progress (1): 4.5/112 MB Progress (1): 4.5/112 MB Progress (1): 4.5/112 MB Progress (1): 4.5/112 MB Progress (1): 4.5/112 MB Progress (1): 4.5/112 MB Progress (1): 4.5/112 MB Progress (1): 4.5/112 MB Progress (1): 4.5/112 MB Progress (1): 4.5/112 MB Progress (1): 4.5/112 MB Progress (1): 4.5/112 MB Progress (1): 4.5/112 MB Progress (1): 4.5/112 MB Progress (1): 4.5/112 MB Progress (1): 4.5/112 MB Progress (1): 4.5/112 MB Progress (1): 4.5/112 MB Progress (1): 4.5/112 MB Progress (1): 4.5/112 MB Progress (1): 4.5/112 MB Progress (1): 4.5/112 MB Progress (1): 4.5/112 MB Progress (1): 4.5/112 MB Progress (1): 4.5/112 MB Progress (1): 4.5/112 MB Progress (1): 4.5/112 MB Progress (1): 4.5/112 MB Progress (1): 4.5/112 MB Progress (1): 4.5/112 MB Progress (1): 4.5/112 MB Progress (1): 4.5/112 MB Progress (1): 4.5/112 MB Progress (1): 4.5/112 MB Progress (1): 4.6/112 MB Progress (1): 4.6/112 MB Progress (1): 4.6/112 MB Progress (1): 4.6/112 MB Progress (1): 4.6/112 MB Progress (1): 4.6/112 MB Progress (1): 4.6/112 MB Progress (1): 4.6/112 MB Progress (1): 4.6/112 MB Progress (1): 4.6/112 MB Progress (1): 4.6/112 MB Progress (1): 4.6/112 MB Progress (1): 4.6/112 MB Progress (1): 4.6/112 MB Progress (1): 4.6/112 MB Progress (1): 4.6/112 MB Progress (1): 4.6/112 MB Progress (1): 4.6/112 MB Progress (1): 4.6/112 MB Progress (1): 4.6/112 MB Progress (1): 4.6/112 MB Progress (1): 4.6/112 MB Progress (1): 4.6/112 MB Progress (1): 4.6/112 MB Progress (1): 4.6/112 MB Progress (1): 4.6/112 MB Progress (1): 4.6/112 MB Progress (1): 4.6/112 MB Progress (1): 4.6/112 MB Progress (1): 4.6/112 MB Progress (1): 4.6/112 MB Progress (1): 4.6/112 MB Progress (1): 4.6/112 MB Progress (1): 4.6/112 MB Progress (1): 4.6/112 MB Progress (1): 4.6/112 MB Progress (1): 4.6/112 MB Progress (1): 4.6/112 MB Progress (1): 4.6/112 MB Progress (1): 4.6/112 MB Progress (1): 4.6/112 MB Progress (1): 4.6/112 MB Progress (1): 4.6/112 MB Progress (1): 4.6/112 MB Progress (1): 4.6/112 MB Progress (1): 4.6/112 MB Progress (1): 4.6/112 MB Progress (1): 4.6/112 MB Progress (1): 4.6/112 MB Progress (1): 4.7/112 MB Progress (1): 4.7/112 MB Progress (1): 4.7/112 MB Progress (1): 4.7/112 MB Progress (1): 4.7/112 MB Progress (1): 4.7/112 MB Progress (1): 4.7/112 MB Progress (1): 4.7/112 MB Progress (1): 4.7/112 MB Progress (1): 4.7/112 MB Progress (1): 4.7/112 MB Progress (1): 4.7/112 MB Progress (1): 4.7/112 MB Progress (1): 4.7/112 MB Progress (1): 4.7/112 MB Progress (1): 4.7/112 MB Progress (1): 4.7/112 MB Progress (1): 4.7/112 MB Progress (1): 4.7/112 MB Progress (1): 4.7/112 MB Progress (1): 4.7/112 MB Progress (1): 4.7/112 MB Progress (1): 4.7/112 MB Progress (1): 4.7/112 MB Progress (1): 4.7/112 MB Progress (1): 4.7/112 MB Progress (1): 4.7/112 MB Progress (1): 4.7/112 MB Progress (1): 4.7/112 MB Progress (1): 4.7/112 MB Progress (1): 4.7/112 MB Progress (1): 4.7/112 MB Progress (1): 4.7/112 MB Progress (1): 4.7/112 MB Progress (1): 4.7/112 MB Progress (1): 4.7/112 MB Progress (1): 4.7/112 MB Progress (1): 4.7/112 MB Progress (1): 4.7/112 MB Progress (1): 4.7/112 MB Progress (1): 4.7/112 MB Progress (1): 4.7/112 MB Progress (1): 4.7/112 MB Progress (1): 4.7/112 MB Progress (1): 4.7/112 MB Progress (1): 4.7/112 MB Progress (1): 4.7/112 MB Progress (1): 4.7/112 MB Progress (1): 4.7/112 MB Progress (1): 4.8/112 MB Progress (1): 4.8/112 MB Progress (1): 4.8/112 MB Progress (1): 4.8/112 MB Progress (1): 4.8/112 MB Progress (1): 4.8/112 MB Progress (1): 4.8/112 MB Progress (1): 4.8/112 MB Progress (1): 4.8/112 MB Progress (1): 4.8/112 MB Progress (1): 4.8/112 MB Progress (1): 4.8/112 MB Progress (1): 4.8/112 MB Progress (1): 4.8/112 MB Progress (1): 4.8/112 MB Progress (1): 4.8/112 MB Progress (1): 4.8/112 MB Progress (1): 4.8/112 MB Progress (1): 4.8/112 MB Progress (1): 4.8/112 MB Progress (1): 4.8/112 MB Progress (1): 4.8/112 MB Progress (1): 4.8/112 MB Progress (1): 4.8/112 MB Progress (1): 4.8/112 MB Progress (1): 4.8/112 MB Progress (1): 4.8/112 MB Progress (1): 4.8/112 MB Progress (1): 4.8/112 MB Progress (1): 4.8/112 MB Progress (1): 4.8/112 MB Progress (1): 4.8/112 MB Progress (1): 4.8/112 MB Progress (1): 4.8/112 MB Progress (1): 4.8/112 MB Progress (1): 4.8/112 MB Progress (1): 4.8/112 MB Progress (1): 4.8/112 MB Progress (1): 4.8/112 MB Progress (1): 4.8/112 MB Progress (1): 4.8/112 MB Progress (1): 4.8/112 MB Progress (1): 4.8/112 MB Progress (1): 4.8/112 MB Progress (1): 4.8/112 MB Progress (1): 4.8/112 MB Progress (1): 4.8/112 MB Progress (1): 4.8/112 MB Progress (1): 4.8/112 MB Progress (1): 4.9/112 MB Progress (1): 4.9/112 MB Progress (1): 4.9/112 MB Progress (1): 4.9/112 MB Progress (1): 4.9/112 MB Progress (1): 4.9/112 MB Progress (1): 4.9/112 MB Progress (1): 4.9/112 MB Progress (1): 4.9/112 MB Progress (1): 4.9/112 MB Progress (1): 4.9/112 MB Progress (1): 4.9/112 MB Progress (1): 4.9/112 MB Progress (1): 4.9/112 MB Progress (1): 4.9/112 MB Progress (1): 4.9/112 MB Progress (1): 4.9/112 MB Progress (1): 4.9/112 MB Progress (1): 4.9/112 MB Progress (1): 4.9/112 MB Progress (1): 4.9/112 MB Progress (1): 4.9/112 MB Progress (1): 4.9/112 MB Progress (1): 4.9/112 MB Progress (1): 4.9/112 MB Progress (1): 4.9/112 MB Progress (1): 4.9/112 MB Progress (1): 4.9/112 MB Progress (1): 4.9/112 MB Progress (1): 4.9/112 MB Progress (1): 4.9/112 MB Progress (1): 4.9/112 MB Progress (1): 4.9/112 MB Progress (1): 4.9/112 MB Progress (1): 4.9/112 MB Progress (1): 4.9/112 MB Progress (1): 4.9/112 MB Progress (1): 4.9/112 MB Progress (1): 4.9/112 MB Progress (1): 4.9/112 MB Progress (1): 4.9/112 MB Progress (1): 4.9/112 MB Progress (1): 4.9/112 MB Progress (1): 4.9/112 MB Progress (1): 4.9/112 MB Progress (1): 4.9/112 MB Progress (1): 4.9/112 MB Progress (1): 4.9/112 MB Progress (1): 5.0/112 MB Progress (1): 5.0/112 MB Progress (1): 5.0/112 MB Progress (1): 5.0/112 MB Progress (1): 5.0/112 MB Progress (1): 5.0/112 MB Progress (1): 5.0/112 MB Progress (1): 5.0/112 MB Progress (1): 5.0/112 MB Progress (1): 5.0/112 MB Progress (1): 5.0/112 MB Progress (1): 5.0/112 MB Progress (1): 5.0/112 MB Progress (1): 5.0/112 MB Progress (1): 5.0/112 MB Progress (1): 5.0/112 MB Progress (1): 5.0/112 MB Progress (1): 5.0/112 MB Progress (1): 5.0/112 MB Progress (1): 5.0/112 MB Progress (1): 5.0/112 MB Progress (1): 5.0/112 MB Progress (1): 5.0/112 MB Progress (1): 5.0/112 MB Progress (1): 5.0/112 MB Progress (1): 5.0/112 MB Progress (1): 5.0/112 MB Progress (1): 5.0/112 MB Progress (1): 5.0/112 MB Progress (1): 5.0/112 MB Progress (1): 5.0/112 MB Progress (1): 5.0/112 MB Progress (1): 5.0/112 MB Progress (1): 5.0/112 MB Progress (1): 5.0/112 MB Progress (1): 5.0/112 MB Progress (1): 5.0/112 MB Progress (1): 5.0/112 MB Progress (1): 5.0/112 MB Progress (1): 5.0/112 MB Progress (1): 5.0/112 MB Progress (1): 5.0/112 MB Progress (1): 5.0/112 MB Progress (1): 5.0/112 MB Progress (1): 5.0/112 MB Progress (1): 5.0/112 MB Progress (1): 5.0/112 MB Progress (1): 5.0/112 MB Progress (1): 5.0/112 MB Progress (1): 5.1/112 MB Progress (1): 5.1/112 MB Progress (1): 5.1/112 MB Progress (1): 5.1/112 MB Progress (1): 5.1/112 MB Progress (1): 5.1/112 MB Progress (1): 5.1/112 MB Progress (1): 5.1/112 MB Progress (1): 5.1/112 MB Progress (1): 5.1/112 MB Progress (1): 5.1/112 MB Progress (1): 5.1/112 MB Progress (1): 5.1/112 MB Progress (1): 5.1/112 MB Progress (1): 5.1/112 MB Progress (1): 5.1/112 MB Progress (1): 5.1/112 MB Progress (1): 5.1/112 MB Progress (1): 5.1/112 MB Progress (1): 5.1/112 MB Progress (1): 5.1/112 MB Progress (1): 5.1/112 MB Progress (1): 5.1/112 MB Progress (1): 5.1/112 MB Progress (1): 5.1/112 MB Progress (1): 5.1/112 MB Progress (1): 5.1/112 MB Progress (1): 5.1/112 MB Progress (1): 5.1/112 MB Progress (1): 5.1/112 MB Progress (1): 5.1/112 MB Progress (1): 5.1/112 MB Progress (1): 5.1/112 MB Progress (1): 5.1/112 MB Progress (1): 5.1/112 MB Progress (1): 5.1/112 MB Progress (1): 5.1/112 MB Progress (1): 5.1/112 MB Progress (1): 5.1/112 MB Progress (1): 5.1/112 MB Progress (1): 5.1/112 MB Progress (1): 5.1/112 MB Progress (1): 5.1/112 MB Progress (1): 5.1/112 MB Progress (1): 5.1/112 MB Progress (1): 5.1/112 MB Progress (1): 5.1/112 MB Progress (1): 5.1/112 MB Progress (1): 5.1/112 MB Progress (1): 5.2/112 MB Progress (1): 5.2/112 MB Progress (1): 5.2/112 MB Progress (1): 5.2/112 MB Progress (1): 5.2/112 MB Progress (1): 5.2/112 MB Progress (1): 5.2/112 MB Progress (1): 5.2/112 MB Progress (1): 5.2/112 MB Progress (1): 5.2/112 MB Progress (1): 5.2/112 MB Progress (1): 5.2/112 MB Progress (1): 5.2/112 MB Progress (1): 5.2/112 MB Progress (1): 5.2/112 MB Progress (1): 5.2/112 MB Progress (1): 5.2/112 MB Progress (1): 5.2/112 MB Progress (1): 5.2/112 MB Progress (1): 5.2/112 MB Progress (1): 5.2/112 MB Progress (1): 5.2/112 MB Progress (1): 5.2/112 MB Progress (1): 5.2/112 MB Progress (1): 5.2/112 MB Progress (1): 5.2/112 MB Progress (1): 5.2/112 MB Progress (1): 5.2/112 MB Progress (1): 5.2/112 MB Progress (1): 5.2/112 MB Progress (1): 5.2/112 MB Progress (1): 5.2/112 MB Progress (1): 5.2/112 MB Progress (1): 5.2/112 MB Progress (1): 5.2/112 MB Progress (1): 5.2/112 MB Progress (1): 5.2/112 MB Progress (1): 5.2/112 MB Progress (1): 5.2/112 MB Progress (1): 5.2/112 MB Progress (1): 5.2/112 MB Progress (1): 5.2/112 MB Progress (1): 5.2/112 MB Progress (1): 5.2/112 MB Progress (1): 5.2/112 MB Progress (1): 5.2/112 MB Progress (1): 5.2/112 MB Progress (1): 5.2/112 MB Progress (1): 5.2/112 MB Progress (1): 5.3/112 MB Progress (1): 5.3/112 MB Progress (1): 5.3/112 MB Progress (1): 5.3/112 MB Progress (1): 5.3/112 MB Progress (1): 5.3/112 MB Progress (1): 5.3/112 MB Progress (1): 5.3/112 MB Progress (1): 5.3/112 MB Progress (1): 5.3/112 MB Progress (1): 5.3/112 MB Progress (1): 5.3/112 MB Progress (1): 5.3/112 MB Progress (1): 5.3/112 MB Progress (1): 5.3/112 MB Progress (1): 5.3/112 MB Progress (1): 5.3/112 MB Progress (1): 5.3/112 MB Progress (1): 5.3/112 MB Progress (1): 5.3/112 MB Progress (1): 5.3/112 MB Progress (1): 5.3/112 MB Progress (1): 5.3/112 MB Progress (1): 5.3/112 MB Progress (1): 5.3/112 MB Progress (1): 5.3/112 MB Progress (1): 5.3/112 MB Progress (1): 5.3/112 MB Progress (1): 5.3/112 MB Progress (1): 5.3/112 MB Progress (1): 5.3/112 MB Progress (1): 5.3/112 MB Progress (1): 5.3/112 MB Progress (1): 5.3/112 MB Progress (1): 5.3/112 MB Progress (1): 5.3/112 MB Progress (1): 5.3/112 MB Progress (1): 5.3/112 MB Progress (1): 5.3/112 MB Progress (1): 5.3/112 MB Progress (1): 5.3/112 MB Progress (1): 5.3/112 MB Progress (1): 5.3/112 MB Progress (1): 5.3/112 MB Progress (1): 5.3/112 MB Progress (1): 5.3/112 MB Progress (1): 5.3/112 MB Progress (1): 5.3/112 MB Progress (1): 5.3/112 MB Progress (1): 5.4/112 MB Progress (1): 5.4/112 MB Progress (1): 5.4/112 MB Progress (1): 5.4/112 MB Progress (1): 5.4/112 MB Progress (1): 5.4/112 MB Progress (1): 5.4/112 MB Progress (1): 5.4/112 MB Progress (1): 5.4/112 MB Progress (1): 5.4/112 MB Progress (1): 5.4/112 MB Progress (1): 5.4/112 MB Progress (1): 5.4/112 MB Progress (1): 5.4/112 MB Progress (1): 5.4/112 MB Progress (1): 5.4/112 MB Progress (1): 5.4/112 MB Progress (1): 5.4/112 MB Progress (1): 5.4/112 MB Progress (1): 5.4/112 MB Progress (1): 5.4/112 MB Progress (1): 5.4/112 MB Progress (1): 5.4/112 MB Progress (1): 5.4/112 MB Progress (1): 5.4/112 MB Progress (1): 5.4/112 MB Progress (1): 5.4/112 MB Progress (1): 5.4/112 MB Progress (1): 5.4/112 MB Progress (1): 5.4/112 MB Progress (1): 5.4/112 MB Progress (1): 5.4/112 MB Progress (1): 5.4/112 MB Progress (1): 5.4/112 MB Progress (1): 5.4/112 MB Progress (1): 5.4/112 MB Progress (1): 5.4/112 MB Progress (1): 5.4/112 MB Progress (1): 5.4/112 MB Progress (1): 5.4/112 MB Progress (1): 5.4/112 MB Progress (1): 5.4/112 MB Progress (1): 5.4/112 MB Progress (1): 5.4/112 MB Progress (1): 5.4/112 MB Progress (1): 5.4/112 MB Progress (1): 5.4/112 MB Progress (1): 5.4/112 MB Progress (1): 5.4/112 MB Progress (1): 5.5/112 MB Progress (1): 5.5/112 MB Progress (1): 5.5/112 MB Progress (1): 5.5/112 MB Progress (1): 5.5/112 MB Progress (1): 5.5/112 MB Progress (1): 5.5/112 MB Progress (1): 5.5/112 MB Progress (1): 5.5/112 MB Progress (1): 5.5/112 MB Progress (1): 5.5/112 MB Progress (1): 5.5/112 MB Progress (1): 5.5/112 MB Progress (1): 5.5/112 MB Progress (1): 5.5/112 MB Progress (1): 5.5/112 MB Progress (1): 5.5/112 MB Progress (1): 5.5/112 MB Progress (1): 5.5/112 MB Progress (1): 5.5/112 MB Progress (1): 5.5/112 MB Progress (1): 5.5/112 MB Progress (1): 5.5/112 MB Progress (1): 5.5/112 MB Progress (1): 5.5/112 MB Progress (1): 5.5/112 MB Progress (1): 5.5/112 MB Progress (1): 5.5/112 MB Progress (1): 5.5/112 MB Progress (1): 5.5/112 MB Progress (1): 5.5/112 MB Progress (1): 5.5/112 MB Progress (1): 5.5/112 MB Progress (1): 5.5/112 MB Progress (1): 5.5/112 MB Progress (1): 5.5/112 MB Progress (1): 5.5/112 MB Progress (1): 5.5/112 MB Progress (1): 5.5/112 MB Progress (1): 5.5/112 MB Progress (1): 5.5/112 MB Progress (1): 5.5/112 MB Progress (1): 5.5/112 MB Progress (1): 5.5/112 MB Progress (1): 5.5/112 MB Progress (1): 5.5/112 MB Progress (1): 5.5/112 MB Progress (1): 5.5/112 MB Progress (1): 5.6/112 MB Progress (1): 5.6/112 MB Progress (1): 5.6/112 MB Progress (1): 5.6/112 MB Progress (1): 5.6/112 MB Progress (1): 5.6/112 MB Progress (1): 5.6/112 MB Progress (1): 5.6/112 MB Progress (1): 5.6/112 MB Progress (1): 5.6/112 MB Progress (1): 5.6/112 MB Progress (1): 5.6/112 MB Progress (1): 5.6/112 MB Progress (1): 5.6/112 MB Progress (1): 5.6/112 MB Progress (1): 5.6/112 MB Progress (1): 5.6/112 MB Progress (1): 5.6/112 MB Progress (1): 5.6/112 MB Progress (1): 5.6/112 MB Progress (1): 5.6/112 MB Progress (1): 5.6/112 MB Progress (1): 5.6/112 MB Progress (1): 5.6/112 MB Progress (1): 5.6/112 MB Progress (1): 5.6/112 MB Progress (1): 5.6/112 MB Progress (1): 5.6/112 MB Progress (1): 5.6/112 MB Progress (1): 5.6/112 MB Progress (1): 5.6/112 MB Progress (1): 5.6/112 MB Progress (1): 5.6/112 MB Progress (1): 5.6/112 MB Progress (1): 5.6/112 MB Progress (1): 5.6/112 MB Progress (1): 5.6/112 MB Progress (1): 5.6/112 MB Progress (1): 5.6/112 MB Progress (1): 5.6/112 MB Progress (1): 5.6/112 MB Progress (1): 5.6/112 MB Progress (1): 5.6/112 MB Progress (1): 5.6/112 MB Progress (1): 5.6/112 MB Progress (1): 5.6/112 MB Progress (1): 5.6/112 MB Progress (1): 5.6/112 MB Progress (1): 5.6/112 MB Progress (1): 5.7/112 MB Progress (1): 5.7/112 MB Progress (1): 5.7/112 MB Progress (1): 5.7/112 MB Progress (1): 5.7/112 MB Progress (1): 5.7/112 MB Progress (1): 5.7/112 MB Progress (1): 5.7/112 MB Progress (1): 5.7/112 MB Progress (1): 5.7/112 MB Progress (1): 5.7/112 MB Progress (1): 5.7/112 MB Progress (1): 5.7/112 MB Progress (1): 5.7/112 MB Progress (1): 5.7/112 MB Progress (1): 5.7/112 MB Progress (1): 5.7/112 MB Progress (1): 5.7/112 MB Progress (1): 5.7/112 MB Progress (1): 5.7/112 MB Progress (1): 5.7/112 MB Progress (1): 5.7/112 MB Progress (1): 5.7/112 MB Progress (1): 5.7/112 MB Progress (1): 5.7/112 MB Progress (1): 5.7/112 MB Progress (1): 5.7/112 MB Progress (1): 5.7/112 MB Progress (1): 5.7/112 MB Progress (1): 5.7/112 MB Progress (1): 5.7/112 MB Progress (1): 5.7/112 MB Progress (1): 5.7/112 MB Progress (1): 5.7/112 MB Progress (1): 5.7/112 MB Progress (1): 5.7/112 MB Progress (1): 5.7/112 MB Progress (1): 5.7/112 MB Progress (1): 5.7/112 MB Progress (1): 5.7/112 MB Progress (1): 5.7/112 MB Progress (1): 5.7/112 MB Progress (1): 5.7/112 MB Progress (1): 5.7/112 MB Progress (1): 5.7/112 MB Progress (1): 5.7/112 MB Progress (1): 5.7/112 MB Progress (1): 5.7/112 MB Progress (1): 5.7/112 MB Progress (1): 5.8/112 MB Progress (1): 5.8/112 MB Progress (1): 5.8/112 MB Progress (1): 5.8/112 MB Progress (1): 5.8/112 MB Progress (1): 5.8/112 MB Progress (1): 5.8/112 MB Progress (1): 5.8/112 MB Progress (1): 5.8/112 MB Progress (1): 5.8/112 MB Progress (1): 5.8/112 MB Progress (1): 5.8/112 MB Progress (1): 5.8/112 MB Progress (1): 5.8/112 MB Progress (1): 5.8/112 MB Progress (1): 5.8/112 MB Progress (1): 5.8/112 MB Progress (1): 5.8/112 MB Progress (1): 5.8/112 MB Progress (1): 5.8/112 MB Progress (1): 5.8/112 MB Progress (1): 5.8/112 MB Progress (1): 5.8/112 MB Progress (1): 5.8/112 MB Progress (1): 5.8/112 MB Progress (1): 5.8/112 MB Progress (1): 5.8/112 MB Progress (1): 5.8/112 MB Progress (1): 5.8/112 MB Progress (1): 5.8/112 MB Progress (1): 5.8/112 MB Progress (1): 5.8/112 MB Progress (1): 5.8/112 MB Progress (1): 5.8/112 MB Progress (1): 5.8/112 MB Progress (1): 5.8/112 MB Progress (1): 5.8/112 MB Progress (1): 5.8/112 MB Progress (1): 5.8/112 MB Progress (1): 5.8/112 MB Progress (1): 5.8/112 MB Progress (1): 5.8/112 MB Progress (1): 5.8/112 MB Progress (1): 5.8/112 MB Progress (1): 5.8/112 MB Progress (1): 5.8/112 MB Progress (1): 5.8/112 MB Progress (1): 5.8/112 MB Progress (1): 5.8/112 MB Progress (1): 5.9/112 MB Progress (1): 5.9/112 MB Progress (1): 5.9/112 MB Progress (1): 5.9/112 MB Progress (1): 5.9/112 MB Progress (1): 5.9/112 MB Progress (1): 5.9/112 MB Progress (1): 5.9/112 MB Progress (1): 5.9/112 MB Progress (1): 5.9/112 MB Progress (1): 5.9/112 MB Progress (1): 5.9/112 MB Progress (1): 5.9/112 MB Progress (1): 5.9/112 MB Progress (1): 5.9/112 MB Progress (1): 5.9/112 MB Progress (1): 5.9/112 MB Progress (1): 5.9/112 MB Progress (1): 5.9/112 MB Progress (1): 5.9/112 MB Progress (1): 5.9/112 MB Progress (1): 5.9/112 MB Progress (1): 5.9/112 MB Progress (1): 5.9/112 MB Progress (1): 5.9/112 MB Progress (1): 5.9/112 MB Progress (1): 5.9/112 MB Progress (1): 5.9/112 MB Progress (1): 5.9/112 MB Progress (1): 5.9/112 MB Progress (1): 5.9/112 MB Progress (1): 5.9/112 MB Progress (1): 5.9/112 MB Progress (1): 5.9/112 MB Progress (1): 5.9/112 MB Progress (1): 5.9/112 MB Progress (1): 5.9/112 MB Progress (1): 5.9/112 MB Progress (1): 5.9/112 MB Progress (1): 5.9/112 MB Progress (1): 5.9/112 MB Progress (1): 5.9/112 MB Progress (1): 5.9/112 MB Progress (1): 5.9/112 MB Progress (1): 5.9/112 MB Progress (1): 5.9/112 MB Progress (1): 5.9/112 MB Progress (1): 5.9/112 MB Progress (1): 5.9/112 MB Progress (1): 6.0/112 MB Progress (1): 6.0/112 MB Progress (1): 6.0/112 MB Progress (1): 6.0/112 MB Progress (1): 6.0/112 MB Progress (1): 6.0/112 MB Progress (1): 6.0/112 MB Progress (1): 6.0/112 MB Progress (1): 6.0/112 MB Progress (1): 6.0/112 MB Progress (1): 6.0/112 MB Progress (1): 6.0/112 MB Progress (1): 6.0/112 MB Progress (1): 6.0/112 MB Progress (1): 6.0/112 MB Progress (1): 6.0/112 MB Progress (1): 6.0/112 MB Progress (1): 6.0/112 MB Progress (1): 6.0/112 MB Progress (1): 6.0/112 MB Progress (1): 6.0/112 MB Progress (1): 6.0/112 MB Progress (1): 6.0/112 MB Progress (1): 6.0/112 MB Progress (1): 6.0/112 MB Progress (1): 6.0/112 MB Progress (1): 6.0/112 MB Progress (1): 6.0/112 MB Progress (1): 6.0/112 MB Progress (1): 6.0/112 MB Progress (1): 6.0/112 MB Progress (1): 6.0/112 MB Progress (1): 6.0/112 MB Progress (1): 6.0/112 MB Progress (1): 6.0/112 MB Progress (1): 6.0/112 MB Progress (1): 6.0/112 MB Progress (1): 6.0/112 MB Progress (1): 6.0/112 MB Progress (1): 6.0/112 MB Progress (1): 6.0/112 MB Progress (1): 6.0/112 MB Progress (1): 6.0/112 MB Progress (1): 6.0/112 MB Progress (1): 6.0/112 MB Progress (1): 6.0/112 MB Progress (1): 6.0/112 MB Progress (1): 6.0/112 MB Progress (1): 6.0/112 MB Progress (1): 6.1/112 MB Progress (1): 6.1/112 MB Progress (1): 6.1/112 MB Progress (1): 6.1/112 MB Progress (1): 6.1/112 MB Progress (1): 6.1/112 MB Progress (1): 6.1/112 MB Progress (1): 6.1/112 MB Progress (1): 6.1/112 MB Progress (1): 6.1/112 MB Progress (1): 6.1/112 MB Progress (1): 6.1/112 MB Progress (1): 6.1/112 MB Progress (1): 6.1/112 MB Progress (1): 6.1/112 MB Progress (1): 6.1/112 MB Progress (1): 6.1/112 MB Progress (1): 6.1/112 MB Progress (1): 6.1/112 MB Progress (1): 6.1/112 MB Progress (1): 6.1/112 MB Progress (1): 6.1/112 MB Progress (1): 6.1/112 MB Progress (1): 6.1/112 MB Progress (1): 6.1/112 MB Progress (1): 6.1/112 MB Progress (1): 6.1/112 MB Progress (1): 6.1/112 MB Progress (1): 6.1/112 MB Progress (1): 6.1/112 MB Progress (1): 6.1/112 MB Progress (1): 6.1/112 MB Progress (1): 6.1/112 MB Progress (1): 6.1/112 MB Progress (1): 6.1/112 MB Progress (1): 6.1/112 MB Progress (1): 6.1/112 MB Progress (1): 6.1/112 MB Progress (1): 6.1/112 MB Progress (1): 6.1/112 MB Progress (1): 6.1/112 MB Progress (1): 6.1/112 MB Progress (1): 6.1/112 MB Progress (1): 6.1/112 MB Progress (1): 6.1/112 MB Progress (1): 6.1/112 MB Progress (1): 6.1/112 MB Progress (1): 6.1/112 MB Progress (1): 6.2/112 MB Progress (1): 6.2/112 MB Progress (1): 6.2/112 MB Progress (1): 6.2/112 MB Progress (1): 6.2/112 MB Progress (1): 6.2/112 MB Progress (1): 6.2/112 MB Progress (1): 6.2/112 MB Progress (1): 6.2/112 MB Progress (1): 6.2/112 MB Progress (1): 6.2/112 MB Progress (1): 6.2/112 MB Progress (1): 6.2/112 MB Progress (1): 6.2/112 MB Progress (1): 6.2/112 MB Progress (1): 6.2/112 MB Progress (1): 6.2/112 MB Progress (1): 6.2/112 MB Progress (1): 6.2/112 MB Progress (1): 6.2/112 MB Progress (1): 6.2/112 MB Progress (1): 6.2/112 MB Progress (1): 6.2/112 MB Progress (1): 6.2/112 MB Progress (1): 6.2/112 MB Progress (1): 6.2/112 MB Progress (1): 6.2/112 MB Progress (1): 6.2/112 MB Progress (1): 6.2/112 MB Progress (1): 6.2/112 MB Progress (1): 6.2/112 MB Progress (1): 6.2/112 MB Progress (1): 6.2/112 MB Progress (1): 6.2/112 MB Progress (1): 6.2/112 MB Progress (1): 6.2/112 MB Progress (1): 6.2/112 MB Progress (1): 6.2/112 MB Progress (1): 6.2/112 MB Progress (1): 6.2/112 MB Progress (1): 6.2/112 MB Progress (1): 6.2/112 MB Progress (1): 6.2/112 MB Progress (1): 6.2/112 MB Progress (1): 6.2/112 MB Progress (1): 6.2/112 MB Progress (1): 6.2/112 MB Progress (1): 6.2/112 MB Progress (1): 6.2/112 MB Progress (1): 6.3/112 MB Progress (1): 6.3/112 MB Progress (1): 6.3/112 MB Progress (1): 6.3/112 MB Progress (1): 6.3/112 MB Progress (1): 6.3/112 MB Progress (1): 6.3/112 MB Progress (1): 6.3/112 MB Progress (1): 6.3/112 MB Progress (1): 6.3/112 MB Progress (1): 6.3/112 MB Progress (1): 6.3/112 MB Progress (1): 6.3/112 MB Progress (1): 6.3/112 MB Progress (1): 6.3/112 MB Progress (1): 6.3/112 MB Progress (1): 6.3/112 MB Progress (1): 6.3/112 MB Progress (1): 6.3/112 MB Progress (1): 6.3/112 MB Progress (1): 6.3/112 MB Progress (1): 6.3/112 MB Progress (1): 6.3/112 MB Progress (1): 6.3/112 MB Progress (1): 6.3/112 MB Progress (1): 6.3/112 MB Progress (1): 6.3/112 MB Progress (1): 6.3/112 MB Progress (1): 6.3/112 MB Progress (1): 6.3/112 MB Progress (1): 6.3/112 MB Progress (1): 6.3/112 MB Progress (1): 6.3/112 MB Progress (1): 6.3/112 MB Progress (1): 6.3/112 MB Progress (1): 6.3/112 MB Progress (1): 6.3/112 MB Progress (1): 6.3/112 MB Progress (1): 6.3/112 MB Progress (1): 6.3/112 MB Progress (1): 6.3/112 MB Progress (1): 6.3/112 MB Progress (1): 6.3/112 MB Progress (1): 6.3/112 MB Progress (1): 6.3/112 MB Progress (1): 6.3/112 MB Progress (1): 6.3/112 MB Progress (1): 6.3/112 MB Progress (1): 6.3/112 MB Progress (1): 6.4/112 MB Progress (1): 6.4/112 MB Progress (1): 6.4/112 MB Progress (1): 6.4/112 MB Progress (1): 6.4/112 MB Progress (1): 6.4/112 MB Progress (1): 6.4/112 MB Progress (1): 6.4/112 MB Progress (1): 6.4/112 MB Progress (1): 6.4/112 MB Progress (1): 6.4/112 MB Progress (1): 6.4/112 MB Progress (1): 6.4/112 MB Progress (1): 6.4/112 MB Progress (1): 6.4/112 MB Progress (1): 6.4/112 MB Progress (1): 6.4/112 MB Progress (1): 6.4/112 MB Progress (1): 6.4/112 MB Progress (1): 6.4/112 MB Progress (1): 6.4/112 MB Progress (1): 6.4/112 MB Progress (1): 6.4/112 MB Progress (1): 6.4/112 MB Progress (1): 6.4/112 MB Progress (1): 6.4/112 MB Progress (1): 6.4/112 MB Progress (1): 6.4/112 MB Progress (1): 6.4/112 MB Progress (1): 6.4/112 MB Progress (1): 6.4/112 MB Progress (1): 6.4/112 MB Progress (1): 6.4/112 MB Progress (1): 6.4/112 MB Progress (1): 6.4/112 MB Progress (1): 6.4/112 MB Progress (1): 6.4/112 MB Progress (1): 6.4/112 MB Progress (1): 6.4/112 MB Progress (1): 6.4/112 MB Progress (1): 6.4/112 MB Progress (1): 6.4/112 MB Progress (1): 6.4/112 MB Progress (1): 6.4/112 MB Progress (1): 6.4/112 MB Progress (1): 6.4/112 MB Progress (1): 6.4/112 MB Progress (1): 6.4/112 MB Progress (1): 6.4/112 MB Progress (1): 6.5/112 MB Progress (1): 6.5/112 MB Progress (1): 6.5/112 MB Progress (1): 6.5/112 MB Progress (1): 6.5/112 MB Progress (1): 6.5/112 MB Progress (1): 6.5/112 MB Progress (1): 6.5/112 MB Progress (1): 6.5/112 MB Progress (1): 6.5/112 MB Progress (1): 6.5/112 MB Progress (1): 6.5/112 MB Progress (1): 6.5/112 MB Progress (1): 6.5/112 MB Progress (1): 6.5/112 MB Progress (1): 6.5/112 MB Progress (1): 6.5/112 MB Progress (1): 6.5/112 MB Progress (1): 6.5/112 MB Progress (1): 6.5/112 MB Progress (1): 6.5/112 MB Progress (1): 6.5/112 MB Progress (1): 6.5/112 MB Progress (1): 6.5/112 MB Progress (1): 6.5/112 MB Progress (1): 6.5/112 MB Progress (1): 6.5/112 MB Progress (1): 6.5/112 MB Progress (1): 6.5/112 MB Progress (1): 6.5/112 MB Progress (1): 6.5/112 MB Progress (1): 6.5/112 MB Progress (1): 6.5/112 MB Progress (1): 6.5/112 MB Progress (1): 6.5/112 MB Progress (1): 6.5/112 MB Progress (1): 6.5/112 MB Progress (1): 6.5/112 MB Progress (1): 6.5/112 MB Progress (1): 6.5/112 MB Progress (1): 6.5/112 MB Progress (1): 6.5/112 MB Progress (1): 6.5/112 MB Progress (1): 6.5/112 MB Progress (1): 6.5/112 MB Progress (1): 6.5/112 MB Progress (1): 6.5/112 MB Progress (1): 6.5/112 MB Progress (1): 6.5/112 MB Progress (1): 6.6/112 MB Progress (1): 6.6/112 MB Progress (1): 6.6/112 MB Progress (1): 6.6/112 MB Progress (1): 6.6/112 MB Progress (1): 6.6/112 MB Progress (1): 6.6/112 MB Progress (1): 6.6/112 MB Progress (1): 6.6/112 MB Progress (1): 6.6/112 MB Progress (1): 6.6/112 MB Progress (1): 6.6/112 MB Progress (1): 6.6/112 MB Progress (1): 6.6/112 MB Progress (1): 6.6/112 MB Progress (1): 6.6/112 MB Progress (1): 6.6/112 MB Progress (1): 6.6/112 MB Progress (1): 6.6/112 MB Progress (1): 6.6/112 MB Progress (1): 6.6/112 MB Progress (1): 6.6/112 MB Progress (1): 6.6/112 MB Progress (1): 6.6/112 MB Progress (1): 6.6/112 MB Progress (1): 6.6/112 MB Progress (1): 6.6/112 MB Progress (1): 6.6/112 MB Progress (1): 6.6/112 MB Progress (1): 6.6/112 MB Progress (1): 6.6/112 MB Progress (1): 6.6/112 MB Progress (1): 6.6/112 MB Progress (1): 6.6/112 MB Progress (1): 6.6/112 MB Progress (1): 6.6/112 MB Progress (1): 6.6/112 MB Progress (1): 6.6/112 MB Progress (1): 6.6/112 MB Progress (1): 6.6/112 MB Progress (1): 6.6/112 MB Progress (1): 6.6/112 MB Progress (1): 6.6/112 MB Progress (1): 6.6/112 MB Progress (1): 6.6/112 MB Progress (1): 6.6/112 MB Progress (1): 6.6/112 MB Progress (1): 6.6/112 MB Progress (1): 6.6/112 MB Progress (1): 6.7/112 MB Progress (1): 6.7/112 MB Progress (1): 6.7/112 MB Progress (1): 6.7/112 MB Progress (1): 6.7/112 MB Progress (1): 6.7/112 MB Progress (1): 6.7/112 MB Progress (1): 6.7/112 MB Progress (1): 6.7/112 MB Progress (1): 6.7/112 MB Progress (1): 6.7/112 MB Progress (1): 6.7/112 MB Progress (1): 6.7/112 MB Progress (1): 6.7/112 MB Progress (1): 6.7/112 MB Progress (1): 6.7/112 MB Progress (1): 6.7/112 MB Progress (1): 6.7/112 MB Progress (1): 6.7/112 MB Progress (1): 6.7/112 MB Progress (1): 6.7/112 MB Progress (1): 6.7/112 MB Progress (1): 6.7/112 MB Progress (1): 6.7/112 MB Progress (1): 6.7/112 MB Progress (1): 6.7/112 MB Progress (1): 6.7/112 MB Progress (1): 6.7/112 MB Progress (1): 6.7/112 MB Progress (1): 6.7/112 MB Progress (1): 6.7/112 MB Progress (1): 6.7/112 MB Progress (1): 6.7/112 MB Progress (1): 6.7/112 MB Progress (1): 6.7/112 MB Progress (1): 6.7/112 MB Progress (1): 6.7/112 MB Progress (1): 6.7/112 MB Progress (1): 6.7/112 MB Progress (1): 6.7/112 MB Progress (1): 6.7/112 MB Progress (1): 6.7/112 MB Progress (1): 6.7/112 MB Progress (1): 6.7/112 MB Progress (1): 6.7/112 MB Progress (1): 6.7/112 MB Progress (1): 6.7/112 MB Progress (1): 6.7/112 MB Progress (1): 6.8/112 MB Progress (1): 6.8/112 MB Progress (1): 6.8/112 MB Progress (1): 6.8/112 MB Progress (1): 6.8/112 MB Progress (1): 6.8/112 MB Progress (1): 6.8/112 MB Progress (1): 6.8/112 MB Progress (1): 6.8/112 MB Progress (1): 6.8/112 MB Progress (1): 6.8/112 MB Progress (1): 6.8/112 MB Progress (1): 6.8/112 MB Progress (1): 6.8/112 MB Progress (1): 6.8/112 MB Progress (1): 6.8/112 MB Progress (1): 6.8/112 MB Progress (1): 6.8/112 MB Progress (1): 6.8/112 MB Progress (1): 6.8/112 MB Progress (1): 6.8/112 MB Progress (1): 6.8/112 MB Progress (1): 6.8/112 MB Progress (1): 6.8/112 MB Progress (1): 6.8/112 MB Progress (1): 6.8/112 MB Progress (1): 6.8/112 MB Progress (1): 6.8/112 MB Progress (1): 6.8/112 MB Progress (1): 6.8/112 MB Progress (1): 6.8/112 MB Progress (1): 6.8/112 MB Progress (1): 6.8/112 MB Progress (1): 6.8/112 MB Progress (1): 6.8/112 MB Progress (1): 6.8/112 MB Progress (1): 6.8/112 MB Progress (1): 6.8/112 MB Progress (1): 6.8/112 MB Progress (1): 6.8/112 MB Progress (1): 6.8/112 MB Progress (1): 6.8/112 MB Progress (1): 6.8/112 MB Progress (1): 6.8/112 MB Progress (1): 6.8/112 MB Progress (1): 6.8/112 MB Progress (1): 6.8/112 MB Progress (1): 6.8/112 MB Progress (1): 6.8/112 MB Progress (1): 6.9/112 MB Progress (1): 6.9/112 MB Progress (1): 6.9/112 MB Progress (1): 6.9/112 MB Progress (1): 6.9/112 MB Progress (1): 6.9/112 MB Progress (1): 6.9/112 MB Progress (1): 6.9/112 MB Progress (1): 6.9/112 MB Progress (1): 6.9/112 MB Progress (1): 6.9/112 MB Progress (1): 6.9/112 MB Progress (1): 6.9/112 MB Progress (1): 6.9/112 MB Progress (1): 6.9/112 MB Progress (1): 6.9/112 MB Progress (1): 6.9/112 MB Progress (1): 6.9/112 MB Progress (1): 6.9/112 MB Progress (1): 6.9/112 MB Progress (1): 6.9/112 MB Progress (1): 6.9/112 MB Progress (1): 6.9/112 MB Progress (1): 6.9/112 MB Progress (1): 6.9/112 MB Progress (1): 6.9/112 MB Progress (1): 6.9/112 MB Progress (1): 6.9/112 MB Progress (1): 6.9/112 MB Progress (1): 6.9/112 MB Progress (1): 6.9/112 MB Progress (1): 6.9/112 MB Progress (1): 6.9/112 MB Progress (1): 6.9/112 MB Progress (1): 6.9/112 MB Progress (1): 6.9/112 MB Progress (1): 6.9/112 MB Progress (1): 6.9/112 MB Progress (1): 6.9/112 MB Progress (1): 6.9/112 MB Progress (1): 6.9/112 MB Progress (1): 6.9/112 MB Progress (1): 6.9/112 MB Progress (1): 6.9/112 MB Progress (1): 6.9/112 MB Progress (1): 6.9/112 MB Progress (1): 6.9/112 MB Progress (1): 6.9/112 MB Progress (1): 6.9/112 MB Progress (1): 7.0/112 MB Progress (1): 7.0/112 MB Progress (1): 7.0/112 MB Progress (1): 7.0/112 MB Progress (1): 7.0/112 MB Progress (1): 7.0/112 MB Progress (1): 7.0/112 MB Progress (1): 7.0/112 MB Progress (1): 7.0/112 MB Progress (1): 7.0/112 MB Progress (1): 7.0/112 MB Progress (1): 7.0/112 MB Progress (1): 7.0/112 MB Progress (1): 7.0/112 MB Progress (1): 7.0/112 MB Progress (1): 7.0/112 MB Progress (1): 7.0/112 MB Progress (1): 7.0/112 MB Progress (1): 7.0/112 MB Progress (1): 7.0/112 MB Progress (1): 7.0/112 MB Progress (1): 7.0/112 MB Progress (1): 7.0/112 MB Progress (1): 7.0/112 MB Progress (1): 7.0/112 MB Progress (1): 7.0/112 MB Progress (1): 7.0/112 MB Progress (1): 7.0/112 MB Progress (1): 7.0/112 MB Progress (1): 7.0/112 MB Progress (1): 7.0/112 MB Progress (1): 7.0/112 MB Progress (1): 7.0/112 MB Progress (1): 7.0/112 MB Progress (1): 7.0/112 MB Progress (1): 7.0/112 MB Progress (1): 7.0/112 MB Progress (1): 7.0/112 MB Progress (1): 7.0/112 MB Progress (1): 7.0/112 MB Progress (1): 7.0/112 MB Progress (1): 7.0/112 MB Progress (1): 7.0/112 MB Progress (1): 7.0/112 MB Progress (1): 7.0/112 MB Progress (1): 7.0/112 MB Progress (1): 7.0/112 MB Progress (1): 7.0/112 MB Progress (1): 7.0/112 MB Progress (1): 7.1/112 MB Progress (1): 7.1/112 MB Progress (1): 7.1/112 MB Progress (1): 7.1/112 MB Progress (1): 7.1/112 MB Progress (1): 7.1/112 MB Progress (1): 7.1/112 MB Progress (1): 7.1/112 MB Progress (1): 7.1/112 MB Progress (1): 7.1/112 MB Progress (1): 7.1/112 MB Progress (1): 7.1/112 MB Progress (1): 7.1/112 MB Progress (1): 7.1/112 MB Progress (1): 7.1/112 MB Progress (1): 7.1/112 MB Progress (1): 7.1/112 MB Progress (1): 7.1/112 MB Progress (1): 7.1/112 MB Progress (1): 7.1/112 MB Progress (1): 7.1/112 MB Progress (1): 7.1/112 MB Progress (1): 7.1/112 MB Progress (1): 7.1/112 MB Progress (1): 7.1/112 MB Progress (1): 7.1/112 MB Progress (1): 7.1/112 MB Progress (1): 7.1/112 MB Progress (1): 7.1/112 MB Progress (1): 7.1/112 MB Progress (1): 7.1/112 MB Progress (1): 7.1/112 MB Progress (1): 7.1/112 MB Progress (1): 7.1/112 MB Progress (1): 7.1/112 MB Progress (1): 7.1/112 MB Progress (1): 7.1/112 MB Progress (1): 7.1/112 MB Progress (1): 7.1/112 MB Progress (1): 7.1/112 MB Progress (1): 7.1/112 MB Progress (1): 7.1/112 MB Progress (1): 7.1/112 MB Progress (1): 7.1/112 MB Progress (1): 7.1/112 MB Progress (1): 7.1/112 MB Progress (1): 7.1/112 MB Progress (1): 7.1/112 MB Progress (1): 7.1/112 MB Progress (1): 7.2/112 MB Progress (1): 7.2/112 MB Progress (1): 7.2/112 MB Progress (1): 7.2/112 MB Progress (1): 7.2/112 MB Progress (1): 7.2/112 MB Progress (1): 7.2/112 MB Progress (1): 7.2/112 MB Progress (1): 7.2/112 MB Progress (1): 7.2/112 MB Progress (1): 7.2/112 MB Progress (1): 7.2/112 MB Progress (1): 7.2/112 MB Progress (1): 7.2/112 MB Progress (1): 7.2/112 MB Progress (1): 7.2/112 MB Progress (1): 7.2/112 MB Progress (1): 7.2/112 MB Progress (1): 7.2/112 MB Progress (1): 7.2/112 MB Progress (1): 7.2/112 MB Progress (1): 7.2/112 MB Progress (1): 7.2/112 MB Progress (1): 7.2/112 MB Progress (1): 7.2/112 MB Progress (1): 7.2/112 MB Progress (1): 7.2/112 MB Progress (1): 7.2/112 MB Progress (1): 7.2/112 MB Progress (1): 7.2/112 MB Progress (1): 7.2/112 MB Progress (1): 7.2/112 MB Progress (1): 7.2/112 MB Progress (1): 7.2/112 MB Progress (1): 7.2/112 MB Progress (1): 7.2/112 MB Progress (1): 7.2/112 MB Progress (1): 7.2/112 MB Progress (1): 7.2/112 MB Progress (1): 7.2/112 MB Progress (1): 7.2/112 MB Progress (1): 7.2/112 MB Progress (1): 7.2/112 MB Progress (1): 7.2/112 MB Progress (1): 7.2/112 MB Progress (1): 7.2/112 MB Progress (1): 7.2/112 MB Progress (1): 7.2/112 MB Progress (1): 7.2/112 MB Progress (1): 7.3/112 MB Progress (1): 7.3/112 MB Progress (1): 7.3/112 MB Progress (1): 7.3/112 MB Progress (1): 7.3/112 MB Progress (1): 7.3/112 MB Progress (1): 7.3/112 MB Progress (1): 7.3/112 MB Progress (1): 7.3/112 MB Progress (1): 7.3/112 MB Progress (1): 7.3/112 MB Progress (1): 7.3/112 MB Progress (1): 7.3/112 MB Progress (1): 7.3/112 MB Progress (1): 7.3/112 MB Progress (1): 7.3/112 MB Progress (1): 7.3/112 MB Progress (1): 7.3/112 MB Progress (1): 7.3/112 MB Progress (1): 7.3/112 MB Progress (1): 7.3/112 MB Progress (1): 7.3/112 MB Progress (1): 7.3/112 MB Progress (1): 7.3/112 MB Progress (1): 7.3/112 MB Progress (1): 7.3/112 MB Progress (1): 7.3/112 MB Progress (1): 7.3/112 MB Progress (1): 7.3/112 MB Progress (1): 7.3/112 MB Progress (1): 7.3/112 MB Progress (1): 7.3/112 MB Progress (1): 7.3/112 MB Progress (1): 7.3/112 MB Progress (1): 7.3/112 MB Progress (1): 7.3/112 MB Progress (1): 7.3/112 MB Progress (1): 7.3/112 MB Progress (1): 7.3/112 MB Progress (1): 7.3/112 MB Progress (1): 7.3/112 MB Progress (1): 7.3/112 MB Progress (1): 7.3/112 MB Progress (1): 7.3/112 MB Progress (1): 7.3/112 MB Progress (1): 7.3/112 MB Progress (1): 7.3/112 MB Progress (1): 7.3/112 MB Progress (1): 7.4/112 MB Progress (1): 7.4/112 MB Progress (1): 7.4/112 MB Progress (1): 7.4/112 MB Progress (1): 7.4/112 MB Progress (1): 7.4/112 MB Progress (1): 7.4/112 MB Progress (1): 7.4/112 MB Progress (1): 7.4/112 MB Progress (1): 7.4/112 MB Progress (1): 7.4/112 MB Progress (1): 7.4/112 MB Progress (1): 7.4/112 MB Progress (1): 7.4/112 MB Progress (1): 7.4/112 MB Progress (1): 7.4/112 MB Progress (1): 7.4/112 MB Progress (1): 7.4/112 MB Progress (1): 7.4/112 MB Progress (1): 7.4/112 MB Progress (1): 7.4/112 MB Progress (1): 7.4/112 MB Progress (1): 7.4/112 MB Progress (1): 7.4/112 MB Progress (1): 7.4/112 MB Progress (1): 7.4/112 MB Progress (1): 7.4/112 MB Progress (1): 7.4/112 MB Progress (1): 7.4/112 MB Progress (1): 7.4/112 MB Progress (1): 7.4/112 MB Progress (1): 7.4/112 MB Progress (1): 7.4/112 MB Progress (1): 7.4/112 MB Progress (1): 7.4/112 MB Progress (1): 7.4/112 MB Progress (1): 7.4/112 MB Progress (1): 7.4/112 MB Progress (1): 7.4/112 MB Progress (1): 7.4/112 MB Progress (1): 7.4/112 MB Progress (1): 7.4/112 MB Progress (1): 7.4/112 MB Progress (1): 7.4/112 MB Progress (1): 7.4/112 MB Progress (1): 7.4/112 MB Progress (1): 7.4/112 MB Progress (1): 7.4/112 MB Progress (1): 7.4/112 MB Progress (1): 7.5/112 MB Progress (1): 7.5/112 MB Progress (1): 7.5/112 MB Progress (1): 7.5/112 MB Progress (1): 7.5/112 MB Progress (1): 7.5/112 MB Progress (1): 7.5/112 MB Progress (1): 7.5/112 MB Progress (1): 7.5/112 MB Progress (1): 7.5/112 MB Progress (1): 7.5/112 MB Progress (1): 7.5/112 MB Progress (1): 7.5/112 MB Progress (1): 7.5/112 MB Progress (1): 7.5/112 MB Progress (1): 7.5/112 MB Progress (1): 7.5/112 MB Progress (1): 7.5/112 MB Progress (1): 7.5/112 MB Progress (1): 7.5/112 MB Progress (1): 7.5/112 MB Progress (1): 7.5/112 MB Progress (1): 7.5/112 MB Progress (1): 7.5/112 MB Progress (1): 7.5/112 MB Progress (1): 7.5/112 MB Progress (1): 7.5/112 MB Progress (1): 7.5/112 MB Progress (1): 7.5/112 MB Progress (1): 7.5/112 MB Progress (1): 7.5/112 MB Progress (1): 7.5/112 MB Progress (1): 7.5/112 MB Progress (1): 7.5/112 MB Progress (1): 7.5/112 MB Progress (1): 7.5/112 MB Progress (1): 7.5/112 MB Progress (1): 7.5/112 MB Progress (1): 7.5/112 MB Progress (1): 7.5/112 MB Progress (1): 7.5/112 MB Progress (1): 7.5/112 MB Progress (1): 7.5/112 MB Progress (1): 7.5/112 MB Progress (1): 7.5/112 MB Progress (1): 7.5/112 MB Progress (1): 7.5/112 MB Progress (1): 7.5/112 MB Progress (1): 7.5/112 MB Progress (1): 7.6/112 MB Progress (1): 7.6/112 MB Progress (1): 7.6/112 MB Progress (1): 7.6/112 MB Progress (1): 7.6/112 MB Progress (1): 7.6/112 MB Progress (1): 7.6/112 MB Progress (1): 7.6/112 MB Progress (1): 7.6/112 MB Progress (1): 7.6/112 MB Progress (1): 7.6/112 MB Progress (1): 7.6/112 MB Progress (1): 7.6/112 MB Progress (1): 7.6/112 MB Progress (1): 7.6/112 MB Progress (1): 7.6/112 MB Progress (1): 7.6/112 MB Progress (1): 7.6/112 MB Progress (1): 7.6/112 MB Progress (1): 7.6/112 MB Progress (1): 7.6/112 MB Progress (1): 7.6/112 MB Progress (1): 7.6/112 MB Progress (1): 7.6/112 MB Progress (1): 7.6/112 MB Progress (1): 7.6/112 MB Progress (1): 7.6/112 MB Progress (1): 7.6/112 MB Progress (1): 7.6/112 MB Progress (1): 7.6/112 MB Progress (1): 7.6/112 MB Progress (1): 7.6/112 MB Progress (1): 7.6/112 MB Progress (1): 7.6/112 MB Progress (1): 7.6/112 MB Progress (1): 7.6/112 MB Progress (1): 7.6/112 MB Progress (1): 7.6/112 MB Progress (1): 7.6/112 MB Progress (1): 7.6/112 MB Progress (1): 7.6/112 MB Progress (1): 7.6/112 MB Progress (1): 7.6/112 MB Progress (1): 7.6/112 MB Progress (1): 7.6/112 MB Progress (1): 7.6/112 MB Progress (1): 7.6/112 MB Progress (1): 7.6/112 MB Progress (1): 7.6/112 MB Progress (1): 7.7/112 MB Progress (1): 7.7/112 MB Progress (1): 7.7/112 MB Progress (1): 7.7/112 MB Progress (1): 7.7/112 MB Progress (1): 7.7/112 MB Progress (1): 7.7/112 MB Progress (1): 7.7/112 MB Progress (1): 7.7/112 MB Progress (1): 7.7/112 MB Progress (1): 7.7/112 MB Progress (1): 7.7/112 MB Progress (1): 7.7/112 MB Progress (1): 7.7/112 MB Progress (1): 7.7/112 MB Progress (1): 7.7/112 MB Progress (1): 7.7/112 MB Progress (1): 7.7/112 MB Progress (1): 7.7/112 MB Progress (1): 7.7/112 MB Progress (1): 7.7/112 MB Progress (1): 7.7/112 MB Progress (1): 7.7/112 MB Progress (1): 7.7/112 MB Progress (1): 7.7/112 MB Progress (1): 7.7/112 MB Progress (1): 7.7/112 MB Progress (1): 7.7/112 MB Progress (1): 7.7/112 MB Progress (1): 7.7/112 MB Progress (1): 7.7/112 MB Progress (1): 7.7/112 MB Progress (1): 7.7/112 MB Progress (1): 7.7/112 MB Progress (1): 7.7/112 MB Progress (1): 7.7/112 MB Progress (1): 7.7/112 MB Progress (1): 7.7/112 MB Progress (1): 7.7/112 MB Progress (1): 7.7/112 MB Progress (1): 7.7/112 MB Progress (1): 7.7/112 MB Progress (1): 7.7/112 MB Progress (1): 7.7/112 MB Progress (1): 7.7/112 MB Progress (1): 7.7/112 MB Progress (1): 7.7/112 MB Progress (1): 7.7/112 MB Progress (1): 7.7/112 MB Progress (1): 7.8/112 MB Progress (1): 7.8/112 MB Progress (1): 7.8/112 MB Progress (1): 7.8/112 MB Progress (1): 7.8/112 MB Progress (1): 7.8/112 MB Progress (1): 7.8/112 MB Progress (1): 7.8/112 MB Progress (1): 7.8/112 MB Progress (1): 7.8/112 MB Progress (1): 7.8/112 MB Progress (1): 7.8/112 MB Progress (1): 7.8/112 MB Progress (1): 7.8/112 MB Progress (1): 7.8/112 MB Progress (1): 7.8/112 MB Progress (1): 7.8/112 MB Progress (1): 7.8/112 MB Progress (1): 7.8/112 MB Progress (1): 7.8/112 MB Progress (1): 7.8/112 MB Progress (1): 7.8/112 MB Progress (1): 7.8/112 MB Progress (1): 7.8/112 MB Progress (1): 7.8/112 MB Progress (1): 7.8/112 MB Progress (1): 7.8/112 MB Progress (1): 7.8/112 MB Progress (1): 7.8/112 MB Progress (1): 7.8/112 MB Progress (1): 7.8/112 MB Progress (1): 7.8/112 MB Progress (1): 7.8/112 MB Progress (1): 7.8/112 MB Progress (1): 7.8/112 MB Progress (1): 7.8/112 MB Progress (1): 7.8/112 MB Progress (1): 7.8/112 MB Progress (1): 7.8/112 MB Progress (1): 7.8/112 MB Progress (1): 7.8/112 MB Progress (1): 7.8/112 MB Progress (1): 7.8/112 MB Progress (1): 7.8/112 MB Progress (1): 7.8/112 MB Progress (1): 7.8/112 MB Progress (1): 7.8/112 MB Progress (1): 7.8/112 MB Progress (1): 7.8/112 MB Progress (1): 7.9/112 MB Progress (1): 7.9/112 MB Progress (1): 7.9/112 MB Progress (1): 7.9/112 MB Progress (1): 7.9/112 MB Progress (1): 7.9/112 MB Progress (1): 7.9/112 MB Progress (1): 7.9/112 MB Progress (1): 7.9/112 MB Progress (1): 7.9/112 MB Progress (1): 7.9/112 MB Progress (1): 7.9/112 MB Progress (1): 7.9/112 MB Progress (1): 7.9/112 MB Progress (1): 7.9/112 MB Progress (1): 7.9/112 MB Progress (1): 7.9/112 MB Progress (1): 7.9/112 MB Progress (1): 7.9/112 MB Progress (1): 7.9/112 MB Progress (1): 7.9/112 MB Progress (1): 7.9/112 MB Progress (1): 7.9/112 MB Progress (1): 7.9/112 MB Progress (1): 7.9/112 MB Progress (1): 7.9/112 MB Progress (1): 7.9/112 MB Progress (1): 7.9/112 MB Progress (1): 7.9/112 MB Progress (1): 7.9/112 MB Progress (1): 7.9/112 MB Progress (1): 7.9/112 MB Progress (1): 7.9/112 MB Progress (1): 7.9/112 MB Progress (1): 7.9/112 MB Progress (1): 7.9/112 MB Progress (1): 7.9/112 MB Progress (1): 7.9/112 MB Progress (1): 7.9/112 MB Progress (1): 7.9/112 MB Progress (1): 7.9/112 MB Progress (1): 7.9/112 MB Progress (1): 7.9/112 MB Progress (1): 7.9/112 MB Progress (1): 7.9/112 MB Progress (1): 7.9/112 MB Progress (1): 7.9/112 MB Progress (1): 7.9/112 MB Progress (1): 8.0/112 MB Progress (1): 8.0/112 MB Progress (1): 8.0/112 MB Progress (1): 8.0/112 MB Progress (1): 8.0/112 MB Progress (1): 8.0/112 MB Progress (1): 8.0/112 MB Progress (1): 8.0/112 MB Progress (1): 8.0/112 MB Progress (1): 8.0/112 MB Progress (1): 8.0/112 MB Progress (1): 8.0/112 MB Progress (1): 8.0/112 MB Progress (1): 8.0/112 MB Progress (1): 8.0/112 MB Progress (1): 8.0/112 MB Progress (1): 8.0/112 MB Progress (1): 8.0/112 MB Progress (1): 8.0/112 MB Progress (1): 8.0/112 MB Progress (1): 8.0/112 MB Progress (1): 8.0/112 MB Progress (1): 8.0/112 MB Progress (1): 8.0/112 MB Progress (1): 8.0/112 MB Progress (1): 8.0/112 MB Progress (1): 8.0/112 MB Progress (1): 8.0/112 MB Progress (1): 8.0/112 MB Progress (1): 8.0/112 MB Progress (1): 8.0/112 MB Progress (1): 8.0/112 MB Progress (1): 8.0/112 MB Progress (1): 8.0/112 MB Progress (1): 8.0/112 MB Progress (1): 8.0/112 MB Progress (1): 8.0/112 MB Progress (1): 8.0/112 MB Progress (1): 8.0/112 MB Progress (1): 8.0/112 MB Progress (1): 8.0/112 MB Progress (1): 8.0/112 MB Progress (1): 8.0/112 MB Progress (1): 8.0/112 MB Progress (1): 8.0/112 MB Progress (1): 8.0/112 MB Progress (1): 8.0/112 MB Progress (1): 8.0/112 MB Progress (1): 8.0/112 MB Progress (1): 8.1/112 MB Progress (1): 8.1/112 MB Progress (1): 8.1/112 MB Progress (1): 8.1/112 MB Progress (1): 8.1/112 MB Progress (1): 8.1/112 MB Progress (1): 8.1/112 MB Progress (1): 8.1/112 MB Progress (1): 8.1/112 MB Progress (1): 8.1/112 MB Progress (1): 8.1/112 MB Progress (1): 8.1/112 MB Progress (1): 8.1/112 MB Progress (1): 8.1/112 MB Progress (1): 8.1/112 MB Progress (1): 8.1/112 MB Progress (1): 8.1/112 MB Progress (1): 8.1/112 MB Progress (1): 8.1/112 MB Progress (1): 8.1/112 MB Progress (1): 8.1/112 MB Progress (1): 8.1/112 MB Progress (1): 8.1/112 MB Progress (1): 8.1/112 MB Progress (1): 8.1/112 MB Progress (1): 8.1/112 MB Progress (1): 8.1/112 MB Progress (1): 8.1/112 MB Progress (1): 8.1/112 MB Progress (1): 8.1/112 MB Progress (1): 8.1/112 MB Progress (1): 8.1/112 MB Progress (1): 8.1/112 MB Progress (1): 8.1/112 MB Progress (1): 8.1/112 MB Progress (1): 8.1/112 MB Progress (1): 8.1/112 MB Progress (1): 8.1/112 MB Progress (1): 8.1/112 MB Progress (1): 8.1/112 MB Progress (1): 8.1/112 MB Progress (1): 8.1/112 MB Progress (1): 8.1/112 MB Progress (1): 8.1/112 MB Progress (1): 8.1/112 MB Progress (1): 8.1/112 MB Progress (1): 8.1/112 MB Progress (1): 8.1/112 MB Progress (1): 8.1/112 MB Progress (1): 8.2/112 MB Progress (1): 8.2/112 MB Progress (1): 8.2/112 MB Progress (1): 8.2/112 MB Progress (1): 8.2/112 MB Progress (1): 8.2/112 MB Progress (1): 8.2/112 MB Progress (1): 8.2/112 MB Progress (1): 8.2/112 MB Progress (1): 8.2/112 MB Progress (1): 8.2/112 MB Progress (1): 8.2/112 MB Progress (1): 8.2/112 MB Progress (1): 8.2/112 MB Progress (1): 8.2/112 MB Progress (1): 8.2/112 MB Progress (1): 8.2/112 MB Progress (1): 8.2/112 MB Progress (1): 8.2/112 MB Progress (1): 8.2/112 MB Progress (1): 8.2/112 MB Progress (1): 8.2/112 MB Progress (1): 8.2/112 MB Progress (1): 8.2/112 MB Progress (1): 8.2/112 MB Progress (1): 8.2/112 MB Progress (1): 8.2/112 MB Progress (1): 8.2/112 MB Progress (1): 8.2/112 MB Progress (1): 8.2/112 MB Progress (1): 8.2/112 MB Progress (1): 8.2/112 MB Progress (1): 8.2/112 MB Progress (1): 8.2/112 MB Progress (1): 8.2/112 MB Progress (1): 8.2/112 MB Progress (1): 8.2/112 MB Progress (1): 8.2/112 MB Progress (1): 8.2/112 MB Progress (1): 8.2/112 MB Progress (1): 8.2/112 MB Progress (1): 8.2/112 MB Progress (1): 8.2/112 MB Progress (1): 8.2/112 MB Progress (1): 8.2/112 MB Progress (1): 8.2/112 MB Progress (1): 8.2/112 MB Progress (1): 8.2/112 MB Progress (1): 8.2/112 MB Progress (1): 8.3/112 MB Progress (1): 8.3/112 MB Progress (1): 8.3/112 MB Progress (1): 8.3/112 MB Progress (1): 8.3/112 MB Progress (1): 8.3/112 MB Progress (1): 8.3/112 MB Progress (1): 8.3/112 MB Progress (1): 8.3/112 MB Progress (1): 8.3/112 MB Progress (1): 8.3/112 MB Progress (1): 8.3/112 MB Progress (1): 8.3/112 MB Progress (1): 8.3/112 MB Progress (1): 8.3/112 MB Progress (1): 8.3/112 MB Progress (1): 8.3/112 MB Progress (1): 8.3/112 MB Progress (1): 8.3/112 MB Progress (1): 8.3/112 MB Progress (1): 8.3/112 MB Progress (1): 8.3/112 MB Progress (1): 8.3/112 MB Progress (1): 8.3/112 MB Progress (1): 8.3/112 MB Progress (1): 8.3/112 MB Progress (1): 8.3/112 MB Progress (1): 8.3/112 MB Progress (1): 8.3/112 MB Progress (1): 8.3/112 MB Progress (1): 8.3/112 MB Progress (1): 8.3/112 MB Progress (1): 8.3/112 MB Progress (1): 8.3/112 MB Progress (1): 8.3/112 MB Progress (1): 8.3/112 MB Progress (1): 8.3/112 MB Progress (1): 8.3/112 MB Progress (1): 8.3/112 MB Progress (1): 8.3/112 MB Progress (1): 8.3/112 MB Progress (1): 8.3/112 MB Progress (1): 8.3/112 MB Progress (1): 8.3/112 MB Progress (1): 8.3/112 MB Progress (1): 8.3/112 MB Progress (1): 8.3/112 MB Progress (1): 8.3/112 MB Progress (1): 8.3/112 MB Progress (1): 8.4/112 MB Progress (1): 8.4/112 MB Progress (1): 8.4/112 MB Progress (1): 8.4/112 MB Progress (1): 8.4/112 MB Progress (1): 8.4/112 MB Progress (1): 8.4/112 MB Progress (1): 8.4/112 MB Progress (1): 8.4/112 MB Progress (1): 8.4/112 MB Progress (1): 8.4/112 MB Progress (1): 8.4/112 MB Progress (1): 8.4/112 MB Progress (1): 8.4/112 MB Progress (1): 8.4/112 MB Progress (1): 8.4/112 MB Progress (1): 8.4/112 MB Progress (1): 8.4/112 MB Progress (1): 8.4/112 MB Progress (1): 8.4/112 MB Progress (1): 8.4/112 MB Progress (1): 8.4/112 MB Progress (1): 8.4/112 MB Progress (1): 8.4/112 MB Progress (1): 8.4/112 MB Progress (1): 8.4/112 MB Progress (1): 8.4/112 MB Progress (1): 8.4/112 MB Progress (1): 8.4/112 MB Progress (1): 8.4/112 MB Progress (1): 8.4/112 MB Progress (1): 8.4/112 MB Progress (1): 8.4/112 MB Progress (1): 8.4/112 MB Progress (1): 8.4/112 MB Progress (1): 8.4/112 MB Progress (1): 8.4/112 MB Progress (1): 8.4/112 MB Progress (1): 8.4/112 MB Progress (1): 8.4/112 MB Progress (1): 8.4/112 MB Progress (1): 8.4/112 MB Progress (1): 8.4/112 MB Progress (1): 8.4/112 MB Progress (1): 8.4/112 MB Progress (1): 8.4/112 MB Progress (1): 8.4/112 MB Progress (1): 8.4/112 MB Progress (1): 8.5/112 MB Progress (1): 8.5/112 MB Progress (1): 8.5/112 MB Progress (1): 8.5/112 MB Progress (1): 8.5/112 MB Progress (1): 8.5/112 MB Progress (1): 8.5/112 MB Progress (1): 8.5/112 MB Progress (1): 8.5/112 MB Progress (1): 8.5/112 MB Progress (1): 8.5/112 MB Progress (1): 8.5/112 MB Progress (1): 8.5/112 MB Progress (1): 8.5/112 MB Progress (1): 8.5/112 MB Progress (1): 8.5/112 MB Progress (1): 8.5/112 MB Progress (1): 8.5/112 MB Progress (1): 8.5/112 MB Progress (1): 8.5/112 MB Progress (1): 8.5/112 MB Progress (1): 8.5/112 MB Progress (1): 8.5/112 MB Progress (1): 8.5/112 MB Progress (1): 8.5/112 MB Progress (1): 8.5/112 MB Progress (1): 8.5/112 MB Progress (1): 8.5/112 MB Progress (1): 8.5/112 MB Progress (1): 8.5/112 MB Progress (1): 8.5/112 MB Progress (1): 8.5/112 MB Progress (1): 8.5/112 MB Progress (1): 8.5/112 MB Progress (1): 8.5/112 MB Progress (1): 8.5/112 MB Progress (1): 8.5/112 MB Progress (1): 8.5/112 MB Progress (1): 8.5/112 MB Progress (1): 8.5/112 MB Progress (1): 8.5/112 MB Progress (1): 8.5/112 MB Progress (1): 8.5/112 MB Progress (1): 8.5/112 MB Progress (1): 8.5/112 MB Progress (1): 8.5/112 MB Progress (1): 8.5/112 MB Progress (1): 8.5/112 MB Progress (1): 8.5/112 MB Progress (1): 8.6/112 MB Progress (1): 8.6/112 MB Progress (1): 8.6/112 MB Progress (1): 8.6/112 MB Progress (1): 8.6/112 MB Progress (1): 8.6/112 MB Progress (1): 8.6/112 MB Progress (1): 8.6/112 MB Progress (1): 8.6/112 MB Progress (1): 8.6/112 MB Progress (1): 8.6/112 MB Progress (1): 8.6/112 MB Progress (1): 8.6/112 MB Progress (1): 8.6/112 MB Progress (1): 8.6/112 MB Progress (1): 8.6/112 MB Progress (1): 8.6/112 MB Progress (1): 8.6/112 MB Progress (1): 8.6/112 MB Progress (1): 8.6/112 MB Progress (1): 8.6/112 MB Progress (1): 8.6/112 MB Progress (1): 8.6/112 MB Progress (1): 8.6/112 MB Progress (1): 8.6/112 MB Progress (1): 8.6/112 MB Progress (1): 8.6/112 MB Progress (1): 8.6/112 MB Progress (1): 8.6/112 MB Progress (1): 8.6/112 MB Progress (1): 8.6/112 MB Progress (1): 8.6/112 MB Progress (1): 8.6/112 MB Progress (1): 8.6/112 MB Progress (1): 8.6/112 MB Progress (1): 8.6/112 MB Progress (1): 8.6/112 MB Progress (1): 8.6/112 MB Progress (1): 8.6/112 MB Progress (1): 8.6/112 MB Progress (1): 8.6/112 MB Progress (1): 8.6/112 MB Progress (1): 8.6/112 MB Progress (1): 8.6/112 MB Progress (1): 8.6/112 MB Progress (1): 8.6/112 MB Progress (1): 8.6/112 MB Progress (1): 8.6/112 MB Progress (1): 8.6/112 MB Progress (1): 8.7/112 MB Progress (1): 8.7/112 MB Progress (1): 8.7/112 MB Progress (1): 8.7/112 MB Progress (1): 8.7/112 MB Progress (1): 8.7/112 MB Progress (1): 8.7/112 MB Progress (1): 8.7/112 MB Progress (1): 8.7/112 MB Progress (1): 8.7/112 MB Progress (1): 8.7/112 MB Progress (1): 8.7/112 MB Progress (1): 8.7/112 MB Progress (1): 8.7/112 MB Progress (1): 8.7/112 MB Progress (1): 8.7/112 MB Progress (1): 8.7/112 MB Progress (1): 8.7/112 MB Progress (1): 8.7/112 MB Progress (1): 8.7/112 MB Progress (1): 8.7/112 MB Progress (1): 8.7/112 MB Progress (1): 8.7/112 MB Progress (1): 8.7/112 MB Progress (1): 8.7/112 MB Progress (1): 8.7/112 MB Progress (1): 8.7/112 MB Progress (1): 8.7/112 MB Progress (1): 8.7/112 MB Progress (1): 8.7/112 MB Progress (1): 8.7/112 MB Progress (1): 8.7/112 MB Progress (1): 8.7/112 MB Progress (1): 8.7/112 MB Progress (1): 8.7/112 MB Progress (1): 8.7/112 MB Progress (1): 8.7/112 MB Progress (1): 8.7/112 MB Progress (1): 8.7/112 MB Progress (1): 8.7/112 MB Progress (1): 8.7/112 MB Progress (1): 8.7/112 MB Progress (1): 8.7/112 MB Progress (1): 8.7/112 MB Progress (1): 8.7/112 MB Progress (1): 8.7/112 MB Progress (1): 8.7/112 MB Progress (1): 8.7/112 MB Progress (1): 8.7/112 MB Progress (1): 8.8/112 MB Progress (1): 8.8/112 MB Progress (1): 8.8/112 MB Progress (1): 8.8/112 MB Progress (1): 8.8/112 MB Progress (1): 8.8/112 MB Progress (1): 8.8/112 MB Progress (1): 8.8/112 MB Progress (1): 8.8/112 MB Progress (1): 8.8/112 MB Progress (1): 8.8/112 MB Progress (1): 8.8/112 MB Progress (1): 8.8/112 MB Progress (1): 8.8/112 MB Progress (1): 8.8/112 MB Progress (1): 8.8/112 MB Progress (1): 8.8/112 MB Progress (1): 8.8/112 MB Progress (1): 8.8/112 MB Progress (1): 8.8/112 MB Progress (1): 8.8/112 MB Progress (1): 8.8/112 MB Progress (1): 8.8/112 MB Progress (1): 8.8/112 MB Progress (1): 8.8/112 MB Progress (1): 8.8/112 MB Progress (1): 8.8/112 MB Progress (1): 8.8/112 MB Progress (1): 8.8/112 MB Progress (1): 8.8/112 MB Progress (1): 8.8/112 MB Progress (1): 8.8/112 MB Progress (1): 8.8/112 MB Progress (1): 8.8/112 MB Progress (1): 8.8/112 MB Progress (1): 8.8/112 MB Progress (1): 8.8/112 MB Progress (1): 8.8/112 MB Progress (1): 8.8/112 MB Progress (1): 8.8/112 MB Progress (1): 8.8/112 MB Progress (1): 8.8/112 MB Progress (1): 8.8/112 MB Progress (1): 8.8/112 MB Progress (1): 8.8/112 MB Progress (1): 8.8/112 MB Progress (1): 8.8/112 MB Progress (1): 8.8/112 MB Progress (1): 8.8/112 MB Progress (1): 8.9/112 MB Progress (1): 8.9/112 MB Progress (1): 8.9/112 MB Progress (1): 8.9/112 MB Progress (1): 8.9/112 MB Progress (1): 8.9/112 MB Progress (1): 8.9/112 MB Progress (1): 8.9/112 MB Progress (1): 8.9/112 MB Progress (1): 8.9/112 MB Progress (1): 8.9/112 MB Progress (1): 8.9/112 MB Progress (1): 8.9/112 MB Progress (1): 8.9/112 MB Progress (1): 8.9/112 MB Progress (1): 8.9/112 MB Progress (1): 8.9/112 MB Progress (1): 8.9/112 MB Progress (1): 8.9/112 MB Progress (1): 8.9/112 MB Progress (1): 8.9/112 MB Progress (1): 8.9/112 MB Progress (1): 8.9/112 MB Progress (1): 8.9/112 MB Progress (1): 8.9/112 MB Progress (1): 8.9/112 MB Progress (1): 8.9/112 MB Progress (1): 8.9/112 MB Progress (1): 8.9/112 MB Progress (1): 8.9/112 MB Progress (1): 8.9/112 MB Progress (1): 8.9/112 MB Progress (1): 8.9/112 MB Progress (1): 8.9/112 MB Progress (1): 8.9/112 MB Progress (1): 8.9/112 MB Progress (1): 8.9/112 MB Progress (1): 8.9/112 MB Progress (1): 8.9/112 MB Progress (1): 8.9/112 MB Progress (1): 8.9/112 MB Progress (1): 8.9/112 MB Progress (1): 8.9/112 MB Progress (1): 8.9/112 MB Progress (1): 8.9/112 MB Progress (1): 8.9/112 MB Progress (1): 8.9/112 MB Progress (1): 8.9/112 MB Progress (1): 8.9/112 MB Progress (1): 9.0/112 MB Progress (1): 9.0/112 MB Progress (1): 9.0/112 MB Progress (1): 9.0/112 MB Progress (1): 9.0/112 MB Progress (1): 9.0/112 MB Progress (1): 9.0/112 MB Progress (1): 9.0/112 MB Progress (1): 9.0/112 MB Progress (1): 9.0/112 MB Progress (1): 9.0/112 MB Progress (1): 9.0/112 MB Progress (1): 9.0/112 MB Progress (1): 9.0/112 MB Progress (1): 9.0/112 MB Progress (1): 9.0/112 MB Progress (1): 9.0/112 MB Progress (1): 9.0/112 MB Progress (1): 9.0/112 MB Progress (1): 9.0/112 MB Progress (1): 9.0/112 MB Progress (1): 9.0/112 MB Progress (1): 9.0/112 MB Progress (1): 9.0/112 MB Progress (1): 9.0/112 MB Progress (1): 9.0/112 MB Progress (1): 9.0/112 MB Progress (1): 9.0/112 MB Progress (1): 9.0/112 MB Progress (1): 9.0/112 MB Progress (1): 9.0/112 MB Progress (1): 9.0/112 MB Progress (1): 9.0/112 MB Progress (1): 9.0/112 MB Progress (1): 9.0/112 MB Progress (1): 9.0/112 MB Progress (1): 9.0/112 MB Progress (1): 9.0/112 MB Progress (1): 9.0/112 MB Progress (1): 9.0/112 MB Progress (1): 9.0/112 MB Progress (1): 9.0/112 MB Progress (1): 9.0/112 MB Progress (1): 9.0/112 MB Progress (1): 9.0/112 MB Progress (1): 9.0/112 MB Progress (1): 9.0/112 MB Progress (1): 9.0/112 MB Progress (1): 9.1/112 MB Progress (1): 9.1/112 MB Progress (1): 9.1/112 MB Progress (1): 9.1/112 MB Progress (1): 9.1/112 MB Progress (1): 9.1/112 MB Progress (1): 9.1/112 MB Progress (1): 9.1/112 MB Progress (1): 9.1/112 MB Progress (1): 9.1/112 MB Progress (1): 9.1/112 MB Progress (1): 9.1/112 MB Progress (1): 9.1/112 MB Progress (1): 9.1/112 MB Progress (1): 9.1/112 MB Progress (1): 9.1/112 MB Progress (1): 9.1/112 MB Progress (1): 9.1/112 MB Progress (1): 9.1/112 MB Progress (1): 9.1/112 MB Progress (1): 9.1/112 MB Progress (1): 9.1/112 MB Progress (1): 9.1/112 MB Progress (1): 9.1/112 MB Progress (1): 9.1/112 MB Progress (1): 9.1/112 MB Progress (1): 9.1/112 MB Progress (1): 9.1/112 MB Progress (1): 9.1/112 MB Progress (1): 9.1/112 MB Progress (1): 9.1/112 MB Progress (1): 9.1/112 MB Progress (1): 9.1/112 MB Progress (1): 9.1/112 MB Progress (1): 9.1/112 MB Progress (1): 9.1/112 MB Progress (1): 9.1/112 MB Progress (1): 9.1/112 MB Progress (1): 9.1/112 MB Progress (1): 9.1/112 MB Progress (1): 9.1/112 MB Progress (1): 9.1/112 MB Progress (1): 9.1/112 MB Progress (1): 9.1/112 MB Progress (1): 9.1/112 MB Progress (1): 9.1/112 MB Progress (1): 9.1/112 MB Progress (1): 9.1/112 MB Progress (1): 9.1/112 MB Progress (1): 9.2/112 MB Progress (1): 9.2/112 MB Progress (1): 9.2/112 MB Progress (1): 9.2/112 MB Progress (1): 9.2/112 MB Progress (1): 9.2/112 MB Progress (1): 9.2/112 MB Progress (1): 9.2/112 MB Progress (1): 9.2/112 MB Progress (1): 9.2/112 MB Progress (1): 9.2/112 MB Progress (1): 9.2/112 MB Progress (1): 9.2/112 MB Progress (1): 9.2/112 MB Progress (1): 9.2/112 MB Progress (1): 9.2/112 MB Progress (1): 9.2/112 MB Progress (1): 9.2/112 MB Progress (1): 9.2/112 MB Progress (1): 9.2/112 MB Progress (1): 9.2/112 MB Progress (1): 9.2/112 MB Progress (1): 9.2/112 MB Progress (1): 9.2/112 MB Progress (1): 9.2/112 MB Progress (1): 9.2/112 MB Progress (1): 9.2/112 MB Progress (1): 9.2/112 MB Progress (1): 9.2/112 MB Progress (1): 9.2/112 MB Progress (1): 9.2/112 MB Progress (1): 9.2/112 MB Progress (1): 9.2/112 MB Progress (1): 9.2/112 MB Progress (1): 9.2/112 MB Progress (1): 9.2/112 MB Progress (1): 9.2/112 MB Progress (1): 9.2/112 MB Progress (1): 9.2/112 MB Progress (1): 9.2/112 MB Progress (1): 9.2/112 MB Progress (1): 9.2/112 MB Progress (1): 9.2/112 MB Progress (1): 9.2/112 MB Progress (1): 9.2/112 MB Progress (1): 9.2/112 MB Progress (1): 9.2/112 MB Progress (1): 9.2/112 MB Progress (1): 9.2/112 MB Progress (1): 9.3/112 MB Progress (1): 9.3/112 MB Progress (1): 9.3/112 MB Progress (1): 9.3/112 MB Progress (1): 9.3/112 MB Progress (1): 9.3/112 MB Progress (1): 9.3/112 MB Progress (1): 9.3/112 MB Progress (1): 9.3/112 MB Progress (1): 9.3/112 MB Progress (1): 9.3/112 MB Progress (1): 9.3/112 MB Progress (1): 9.3/112 MB Progress (1): 9.3/112 MB Progress (1): 9.3/112 MB Progress (1): 9.3/112 MB Progress (1): 9.3/112 MB Progress (1): 9.3/112 MB Progress (1): 9.3/112 MB Progress (1): 9.3/112 MB Progress (1): 9.3/112 MB Progress (1): 9.3/112 MB Progress (1): 9.3/112 MB Progress (1): 9.3/112 MB Progress (1): 9.3/112 MB Progress (1): 9.3/112 MB Progress (1): 9.3/112 MB Progress (1): 9.3/112 MB Progress (1): 9.3/112 MB Progress (1): 9.3/112 MB Progress (1): 9.3/112 MB Progress (1): 9.3/112 MB Progress (1): 9.3/112 MB Progress (1): 9.3/112 MB Progress (1): 9.3/112 MB Progress (1): 9.3/112 MB Progress (1): 9.3/112 MB Progress (1): 9.3/112 MB Progress (1): 9.3/112 MB Progress (1): 9.3/112 MB Progress (1): 9.3/112 MB Progress (1): 9.3/112 MB Progress (1): 9.3/112 MB Progress (1): 9.3/112 MB Progress (1): 9.3/112 MB Progress (1): 9.3/112 MB Progress (1): 9.3/112 MB Progress (1): 9.3/112 MB Progress (1): 9.3/112 MB Progress (1): 9.4/112 MB Progress (1): 9.4/112 MB Progress (1): 9.4/112 MB Progress (1): 9.4/112 MB Progress (1): 9.4/112 MB Progress (1): 9.4/112 MB Progress (1): 9.4/112 MB Progress (1): 9.4/112 MB Progress (1): 9.4/112 MB Progress (1): 9.4/112 MB Progress (1): 9.4/112 MB Progress (1): 9.4/112 MB Progress (1): 9.4/112 MB Progress (1): 9.4/112 MB Progress (1): 9.4/112 MB Progress (1): 9.4/112 MB Progress (1): 9.4/112 MB Progress (1): 9.4/112 MB Progress (1): 9.4/112 MB Progress (1): 9.4/112 MB Progress (1): 9.4/112 MB Progress (1): 9.4/112 MB Progress (1): 9.4/112 MB Progress (1): 9.4/112 MB Progress (1): 9.4/112 MB Progress (1): 9.4/112 MB Progress (1): 9.4/112 MB Progress (1): 9.4/112 MB Progress (1): 9.4/112 MB Progress (1): 9.4/112 MB Progress (1): 9.4/112 MB Progress (1): 9.4/112 MB Progress (1): 9.4/112 MB Progress (1): 9.4/112 MB Progress (1): 9.4/112 MB Progress (1): 9.4/112 MB Progress (1): 9.4/112 MB Progress (1): 9.4/112 MB Progress (1): 9.4/112 MB Progress (1): 9.4/112 MB Progress (1): 9.4/112 MB Progress (1): 9.4/112 MB Progress (1): 9.4/112 MB Progress (1): 9.4/112 MB Progress (1): 9.4/112 MB Progress (1): 9.4/112 MB Progress (1): 9.4/112 MB Progress (1): 9.4/112 MB Progress (1): 9.4/112 MB Progress (1): 9.5/112 MB Progress (1): 9.5/112 MB Progress (1): 9.5/112 MB Progress (1): 9.5/112 MB Progress (1): 9.5/112 MB Progress (1): 9.5/112 MB Progress (1): 9.5/112 MB Progress (1): 9.5/112 MB Progress (1): 9.5/112 MB Progress (1): 9.5/112 MB Progress (1): 9.5/112 MB Progress (1): 9.5/112 MB Progress (1): 9.5/112 MB Progress (1): 9.5/112 MB Progress (1): 9.5/112 MB Progress (1): 9.5/112 MB Progress (1): 9.5/112 MB Progress (1): 9.5/112 MB Progress (1): 9.5/112 MB Progress (1): 9.5/112 MB Progress (1): 9.5/112 MB Progress (1): 9.5/112 MB Progress (1): 9.5/112 MB Progress (1): 9.5/112 MB Progress (1): 9.5/112 MB Progress (1): 9.5/112 MB Progress (1): 9.5/112 MB Progress (1): 9.5/112 MB Progress (1): 9.5/112 MB Progress (1): 9.5/112 MB Progress (1): 9.5/112 MB Progress (1): 9.5/112 MB Progress (1): 9.5/112 MB Progress (1): 9.5/112 MB Progress (1): 9.5/112 MB Progress (1): 9.5/112 MB Progress (1): 9.5/112 MB Progress (1): 9.5/112 MB Progress (1): 9.5/112 MB Progress (1): 9.5/112 MB Progress (1): 9.5/112 MB Progress (1): 9.5/112 MB Progress (1): 9.5/112 MB Progress (1): 9.5/112 MB Progress (1): 9.5/112 MB Progress (1): 9.5/112 MB Progress (1): 9.5/112 MB Progress (1): 9.5/112 MB Progress (1): 9.5/112 MB Progress (1): 9.6/112 MB Progress (1): 9.6/112 MB Progress (1): 9.6/112 MB Progress (1): 9.6/112 MB Progress (1): 9.6/112 MB Progress (1): 9.6/112 MB Progress (1): 9.6/112 MB Progress (1): 9.6/112 MB Progress (1): 9.6/112 MB Progress (1): 9.6/112 MB Progress (1): 9.6/112 MB Progress (1): 9.6/112 MB Progress (1): 9.6/112 MB Progress (1): 9.6/112 MB Progress (1): 9.6/112 MB Progress (1): 9.6/112 MB Progress (1): 9.6/112 MB Progress (1): 9.6/112 MB Progress (1): 9.6/112 MB Progress (1): 9.6/112 MB Progress (1): 9.6/112 MB Progress (1): 9.6/112 MB Progress (1): 9.6/112 MB Progress (1): 9.6/112 MB Progress (1): 9.6/112 MB Progress (1): 9.6/112 MB Progress (1): 9.6/112 MB Progress (1): 9.6/112 MB Progress (1): 9.6/112 MB Progress (1): 9.6/112 MB Progress (1): 9.6/112 MB Progress (1): 9.6/112 MB Progress (1): 9.6/112 MB Progress (1): 9.6/112 MB Progress (1): 9.6/112 MB Progress (1): 9.6/112 MB Progress (1): 9.6/112 MB Progress (1): 9.6/112 MB Progress (1): 9.6/112 MB Progress (1): 9.6/112 MB Progress (1): 9.6/112 MB Progress (1): 9.6/112 MB Progress (1): 9.6/112 MB Progress (1): 9.6/112 MB Progress (1): 9.6/112 MB Progress (1): 9.6/112 MB Progress (1): 9.6/112 MB Progress (1): 9.6/112 MB Progress (1): 9.7/112 MB Progress (1): 9.7/112 MB Progress (1): 9.7/112 MB Progress (1): 9.7/112 MB Progress (1): 9.7/112 MB Progress (1): 9.7/112 MB Progress (1): 9.7/112 MB Progress (1): 9.7/112 MB Progress (1): 9.7/112 MB Progress (1): 9.7/112 MB Progress (1): 9.7/112 MB Progress (1): 9.7/112 MB Progress (1): 9.7/112 MB Progress (1): 9.7/112 MB Progress (1): 9.7/112 MB Progress (1): 9.7/112 MB Progress (1): 9.7/112 MB Progress (1): 9.7/112 MB Progress (1): 9.7/112 MB Progress (1): 9.7/112 MB Progress (1): 9.7/112 MB Progress (1): 9.7/112 MB Progress (1): 9.7/112 MB Progress (1): 9.7/112 MB Progress (1): 9.7/112 MB Progress (1): 9.7/112 MB Progress (1): 9.7/112 MB Progress (1): 9.7/112 MB Progress (1): 9.7/112 MB Progress (1): 9.7/112 MB Progress (1): 9.7/112 MB Progress (1): 9.7/112 MB Progress (1): 9.7/112 MB Progress (1): 9.7/112 MB Progress (1): 9.7/112 MB Progress (1): 9.7/112 MB Progress (1): 9.7/112 MB Progress (1): 9.7/112 MB Progress (1): 9.7/112 MB Progress (1): 9.7/112 MB Progress (1): 9.7/112 MB Progress (1): 9.7/112 MB Progress (1): 9.7/112 MB Progress (1): 9.7/112 MB Progress (1): 9.7/112 MB Progress (1): 9.7/112 MB Progress (1): 9.7/112 MB Progress (1): 9.7/112 MB Progress (1): 9.7/112 MB Progress (1): 9.8/112 MB Progress (1): 9.8/112 MB Progress (1): 9.8/112 MB Progress (1): 9.8/112 MB Progress (1): 9.8/112 MB Progress (1): 9.8/112 MB Progress (1): 9.8/112 MB Progress (1): 9.8/112 MB Progress (1): 9.8/112 MB Progress (1): 9.8/112 MB Progress (1): 9.8/112 MB Progress (1): 9.8/112 MB Progress (1): 9.8/112 MB Progress (1): 9.8/112 MB Progress (1): 9.8/112 MB Progress (1): 9.8/112 MB Progress (1): 9.8/112 MB Progress (1): 9.8/112 MB Progress (1): 9.8/112 MB Progress (1): 9.8/112 MB Progress (1): 9.8/112 MB Progress (1): 9.8/112 MB Progress (1): 9.8/112 MB Progress (1): 9.8/112 MB Progress (1): 9.8/112 MB Progress (1): 9.8/112 MB Progress (1): 9.8/112 MB Progress (1): 9.8/112 MB Progress (1): 9.8/112 MB Progress (1): 9.8/112 MB Progress (1): 9.8/112 MB Progress (1): 9.8/112 MB Progress (1): 9.8/112 MB Progress (1): 9.8/112 MB Progress (1): 9.8/112 MB Progress (1): 9.8/112 MB Progress (1): 9.8/112 MB Progress (1): 9.8/112 MB Progress (1): 9.8/112 MB Progress (1): 9.8/112 MB Progress (1): 9.8/112 MB Progress (1): 9.8/112 MB Progress (1): 9.8/112 MB Progress (1): 9.8/112 MB Progress (1): 9.8/112 MB Progress (1): 9.8/112 MB Progress (1): 9.8/112 MB Progress (1): 9.8/112 MB Progress (1): 9.8/112 MB Progress (1): 9.9/112 MB Progress (1): 9.9/112 MB Progress (1): 9.9/112 MB Progress (1): 9.9/112 MB Progress (1): 9.9/112 MB Progress (1): 9.9/112 MB Progress (1): 9.9/112 MB Progress (1): 9.9/112 MB Progress (1): 9.9/112 MB Progress (1): 9.9/112 MB Progress (1): 9.9/112 MB Progress (1): 9.9/112 MB Progress (1): 9.9/112 MB Progress (1): 9.9/112 MB Progress (1): 9.9/112 MB Progress (1): 9.9/112 MB Progress (1): 9.9/112 MB Progress (1): 9.9/112 MB Progress (1): 9.9/112 MB Progress (1): 9.9/112 MB Progress (1): 9.9/112 MB Progress (1): 9.9/112 MB Progress (1): 9.9/112 MB Progress (1): 9.9/112 MB Progress (1): 9.9/112 MB Progress (1): 9.9/112 MB Progress (1): 9.9/112 MB Progress (1): 9.9/112 MB Progress (1): 9.9/112 MB Progress (1): 9.9/112 MB Progress (1): 9.9/112 MB Progress (1): 9.9/112 MB Progress (1): 9.9/112 MB Progress (1): 9.9/112 MB Progress (1): 9.9/112 MB Progress (1): 9.9/112 MB Progress (1): 9.9/112 MB Progress (1): 9.9/112 MB Progress (1): 9.9/112 MB Progress (1): 9.9/112 MB Progress (1): 9.9/112 MB Progress (1): 9.9/112 MB Progress (1): 9.9/112 MB Progress (1): 9.9/112 MB Progress (1): 9.9/112 MB Progress (1): 9.9/112 MB Progress (1): 9.9/112 MB Progress (1): 9.9/112 MB Progress (1): 9.9/112 MB Progress (1): 10.0/112 MB Progress (1): 10.0/112 MB Progress (1): 10.0/112 MB Progress (1): 10.0/112 MB Progress (1): 10.0/112 MB Progress (1): 10.0/112 MB Progress (1): 10.0/112 MB Progress (1): 10.0/112 MB Progress (1): 10.0/112 MB Progress (1): 10.0/112 MB Progress (1): 10.0/112 MB Progress (1): 10.0/112 MB Progress (1): 10.0/112 MB Progress (1): 10.0/112 MB Progress (1): 10.0/112 MB Progress (1): 10.0/112 MB Progress (1): 10.0/112 MB Progress (1): 10.0/112 MB Progress (1): 10.0/112 MB Progress (1): 10.0/112 MB Progress (1): 10.0/112 MB Progress (1): 10.0/112 MB Progress (1): 10.0/112 MB Progress (1): 10.0/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 10/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 11/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 12/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 13/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 14/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 15/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 16/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 17/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 18/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 19/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 20/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 21/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 22/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 23/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 24/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 25/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 26/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 27/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 28/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 29/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 30/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 31/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 32/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 33/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 34/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 35/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 36/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 37/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 38/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 39/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 40/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 41/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 42/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 43/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 44/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 45/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 46/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 47/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 48/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 49/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 50/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 51/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 52/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 53/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 54/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 55/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 56/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 57/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 58/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 59/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 60/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 61/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 62/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 63/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 64/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 65/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 66/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 67/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 68/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 69/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 70/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 71/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 72/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 73/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 74/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 75/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 76/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 77/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 78/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 79/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 80/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 81/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 82/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 83/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 84/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 85/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 86/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 87/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 88/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 89/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 90/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 91/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 92/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 93/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 94/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 95/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 96/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 97/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 98/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 99/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 100/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 101/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 102/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 103/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 104/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 105/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 106/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 107/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 108/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 109/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 110/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 111/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112/112 MB Progress (1): 112 MB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-camunda/1.20.1/appng-application-camunda-1.20.1.war (112 MB at 10.0 MB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-camunda/1.20.1/appng-application-camunda-1.20.1.pom Progress (1): 2.0/2.1 kB Progress (1): 2.1 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-camunda/1.20.1/appng-application-camunda-1.20.1.pom (2.1 kB at 3.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-camunda/maven-metadata.xml Progress (1): 316 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-camunda/maven-metadata.xml (316 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-camunda/maven-metadata.xml Progress (1): 316 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-application-camunda/maven-metadata.xml (316 B at 488 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-camunda/1.20.1/appng-camunda-1.20.1.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-camunda/1.20.1/appng-camunda-1.20.1.pom.asc (473 B at 2.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-camunda/maven-metadata.xml Progress (1): 304 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-camunda/maven-metadata.xml (304 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-camunda/maven-metadata.xml Progress (1): 304 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-camunda/maven-metadata.xml (304 B at 469 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-upngizr/1.20.1/appng-upngizr-1.20.1.war Progress (1): 0/7.2 MB Progress (1): 0/7.2 MB Progress (1): 0/7.2 MB Progress (1): 0/7.2 MB Progress (1): 0/7.2 MB Progress (1): 0/7.2 MB Progress (1): 0/7.2 MB Progress (1): 0/7.2 MB Progress (1): 0/7.2 MB Progress (1): 0/7.2 MB Progress (1): 0/7.2 MB Progress (1): 0/7.2 MB Progress (1): 0/7.2 MB Progress (1): 0/7.2 MB Progress (1): 0/7.2 MB Progress (1): 0/7.2 MB Progress (1): 0/7.2 MB Progress (1): 0/7.2 MB Progress (1): 0/7.2 MB Progress (1): 0/7.2 MB Progress (1): 0/7.2 MB Progress (1): 0/7.2 MB Progress (1): 0/7.2 MB Progress (1): 0/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2 MB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-upngizr/1.20.1/appng-upngizr-1.20.1.war (7.2 MB at 3.9 MB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-upngizr/1.20.1/appng-upngizr-1.20.1.pom Progress (1): 2.0/4.6 kB Progress (1): 4.1/4.6 kB Progress (1): 4.6 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-upngizr/1.20.1/appng-upngizr-1.20.1.pom (4.6 kB at 6.6 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-upngizr/maven-metadata.xml Progress (1): 304 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-upngizr/maven-metadata.xml (304 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-upngizr/maven-metadata.xml Progress (1): 304 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-upngizr/maven-metadata.xml (304 B at 453 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-persistence/1.20.1/appng-persistence-1.20.1.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-persistence/1.20.1/appng-persistence-1.20.1.pom.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-persistence/maven-metadata.xml Progress (1): 308 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-persistence/maven-metadata.xml (308 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-persistence/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-persistence/maven-metadata.xml (308 B at 486 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-tools/1.20.1/appng-tools-1.20.1-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-tools/1.20.1/appng-tools-1.20.1-sources.jar.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-tools/maven-metadata.xml Progress (1): 302 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-tools/maven-metadata.xml (302 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-tools/maven-metadata.xml Progress (1): 302 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-tools/maven-metadata.xml (302 B at 455 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-persistence/1.20.1/appng-persistence-1.20.1-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-persistence/1.20.1/appng-persistence-1.20.1-sources.jar.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-persistence/maven-metadata.xml Progress (1): 308 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-persistence/maven-metadata.xml (308 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-persistence/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/appng-persistence/maven-metadata.xml (308 B at 472 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven/appng-appngizer-maven-plugin/1.20.1/appng-appngizer-maven-plugin-1.20.1.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven/appng-appngizer-maven-plugin/1.20.1/appng-appngizer-maven-plugin-1.20.1.jar.asc (473 B at 2.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 353 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (353 B at 1.7 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 353 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1055/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (353 B at 562 B/s) [INFO] * Upload of locally staged artifacts finished. [INFO] * Closing staging repository with ID "orgappng-1055". Waiting for operation to complete... ............... [INFO] Remote staged 1 repositories, finished with success. [INFO] [INFO] --- maven-antrun-plugin:1.8:run (default) @ appng-upngizr --- [INFO] Executing tasks main: [copy] Copying 1 file to /srv/www/appng.org/appng/builds/stable [INFO] Executed tasks [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] appNG Parent ....................................... SUCCESS [ 28.683 s] [INFO] appNG Tools ........................................ SUCCESS [ 25.698 s] [INFO] appNG Mail ......................................... SUCCESS [ 8.112 s] [INFO] appNG Forms ........................................ SUCCESS [ 13.109 s] [INFO] appng Formtags ..................................... SUCCESS [ 8.548 s] [INFO] appNG XML-API ...................................... SUCCESS [ 12.730 s] [INFO] appNG public API ................................... SUCCESS [ 30.362 s] [INFO] appNG testsupport .................................. SUCCESS [ 13.183 s] [INFO] appNG REST API ..................................... SUCCESS [ 10.049 s] [INFO] appNG Persistence-Tools ............................ SUCCESS [ 26.378 s] [INFO] appNG Search ....................................... SUCCESS [ 24.613 s] [INFO] appNG Core Library ................................. SUCCESS [01:24 min] [INFO] appNG Command Line Interface ....................... SUCCESS [01:08 min] [INFO] appNG Tag Library .................................. SUCCESS [ 11.623 s] [INFO] appNG Application .................................. SUCCESS [ 14.365 s] [INFO] appNG application BOM .............................. SUCCESS [ 6.552 s] [INFO] appNG Documentation ................................ SUCCESS [ 44.439 s] [INFO] appNG Template Assembly Descriptors ................ SUCCESS [ 10.015 s] [INFO] appNG Template Parent .............................. SUCCESS [ 12.682 s] [INFO] appng-application-assembly ......................... SUCCESS [ 4.763 s] [INFO] appNG application parent ........................... SUCCESS [ 9.121 s] [INFO] Archetype - appng-archetype-application ............ SUCCESS [ 8.730 s] [INFO] appNGizer JAXB API ................................. SUCCESS [ 11.960 s] [INFO] appNGizer .......................................... SUCCESS [01:25 min] [INFO] appNG appNGizer Maven Plugin ....................... SUCCESS [ 9.866 s] [INFO] appNG camunda ...................................... SUCCESS [ 41.455 s] [INFO] appNG Application, including Camunda BPM process engine libraries SUCCESS [ 18.577 s] [INFO] appNG Maven Plugin ................................. SUCCESS [ 24.212 s] [INFO] upNGizr ............................................ SUCCESS [11:10 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 22:22 min [INFO] Finished at: 2019-09-10T16:35:05+02:00 [INFO] Final Memory: 309M/1767M [INFO] ------------------------------------------------------------------------ [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone [Pipeline] { [Pipeline] sh + /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.5.0/bin/mvn clean deploy [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Standalone 1.20.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-standalone --- [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-standalone --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-standalone --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-standalone --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-standalone --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-standalone --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.standalone.ApplicationStartupTest Replacement String: C:\Foo\Bar\Bla\Blubb Replaced ${replaceMe} with C:\Foo\Bar\Bla\Blubb in src/test/resources/xml/copyConfig.xml [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.appng.standalone.ApplicationStartupTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-standalone --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/appng-standalone-1.20.1.jar [INFO] [INFO] --- maven-dependency-plugin:3.0.1:copy-dependencies (default) @ appng-standalone --- [INFO] Copying tomcat-embed-jasper-9.0.22.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/tomcat-embed-jasper-9.0.22.jar [INFO] Copying tomcat-embed-el-9.0.22.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/tomcat-embed-el-9.0.22.jar [INFO] Copying appng-scheduler-1.12.0.zip to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/appng-scheduler-1.12.0.zip [INFO] Copying appng-manager-1.15.0.zip to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/appng-manager-1.15.0.zip [INFO] Copying appng-application-1.20.1.war to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/appng-application-1.20.1.war [INFO] Copying tomcat-annotations-api-9.0.22.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/tomcat-annotations-api-9.0.22.jar [INFO] Copying appng-appngizer-1.20.1.war to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/appng-appngizer-1.20.1.war [INFO] Copying appng-authentication-1.11.2.zip to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/appng-authentication-1.11.2.zip [INFO] Copying tomcat-tribes-9.0.22.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/tomcat-tribes-9.0.22.jar [INFO] Copying tomcat-embed-core-9.0.22.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/tomcat-embed-core-9.0.22.jar [INFO] Copying commons-io-2.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/commons-io-2.6.jar [INFO] Copying appng-template-1.14.3.zip to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/appng-template-1.14.3.zip [INFO] Copying ecj-3.18.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/ecj-3.18.0.jar [INFO] Copying tomcat-juli-9.0.22.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/tomcat-juli-9.0.22.jar [INFO] [INFO] --- maven-assembly-plugin:3.0.0:single (default) @ appng-standalone --- [INFO] Reading assembly descriptor: src/main/assembly/assembly.xml [INFO] Building zip: /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/appng-standalone-1.20.1.zip [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-standalone --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/appng-standalone-1.20.1-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-standalone --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/appng-standalone-1.20.1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-standalone/1.20.1/appng-standalone-1.20.1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-standalone/1.20.1/appng-standalone-1.20.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/appng-standalone-1.20.1.zip to /var/lib/jenkins/.m2/repository/org/appng/appng-standalone/1.20.1/appng-standalone-1.20.1.zip [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/appng-standalone-1.20.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-standalone/1.20.1/appng-standalone-1.20.1-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-standalone --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.20.1/appng-standalone-1.20.1.jar Progress (1): 2.0/10 kB Progress (1): 4.1/10 kB Progress (1): 6.1/10 kB Progress (1): 8.2/10 kB Progress (1): 10/10 kB Progress (1): 10 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.20.1/appng-standalone-1.20.1.jar (10 kB at 26 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.20.1/appng-standalone-1.20.1.pom Progress (1): 2.0/4.4 kB Progress (1): 4.1/4.4 kB Progress (1): 4.4 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.20.1/appng-standalone-1.20.1.pom (4.4 kB at 22 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/maven-metadata.xml Progress (1): 583 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/maven-metadata.xml (583 B at 3.8 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/maven-metadata.xml Progress (1): 615 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/maven-metadata.xml (615 B at 1.6 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.20.1/appng-standalone-1.20.1.zip Progress (1): 0/113 MB Progress (1): 0/113 MB Progress (1): 0/113 MB Progress (1): 0/113 MB Progress (1): 0/113 MB Progress (1): 0/113 MB Progress (1): 0/113 MB Progress (1): 0/113 MB Progress (1): 0/113 MB Progress (1): 0/113 MB Progress (1): 0/113 MB Progress (1): 0/113 MB Progress (1): 0/113 MB Progress (1): 0/113 MB Progress (1): 0/113 MB Progress (1): 0/113 MB Progress (1): 0/113 MB Progress (1): 0/113 MB Progress (1): 0/113 MB Progress (1): 0/113 MB Progress (1): 0/113 MB Progress (1): 0/113 MB Progress (1): 0/113 MB Progress (1): 0/113 MB Progress (1): 0.1/113 MB Progress (1): 0.1/113 MB Progress (1): 0.1/113 MB Progress (1): 0.1/113 MB Progress (1): 0.1/113 MB Progress (1): 0.1/113 MB Progress (1): 0.1/113 MB Progress (1): 0.1/113 MB Progress (1): 0.1/113 MB Progress (1): 0.1/113 MB Progress (1): 0.1/113 MB Progress (1): 0.1/113 MB Progress (1): 0.1/113 MB Progress (1): 0.1/113 MB Progress (1): 0.1/113 MB Progress (1): 0.1/113 MB Progress (1): 0.1/113 MB Progress (1): 0.1/113 MB Progress (1): 0.1/113 MB Progress (1): 0.1/113 MB Progress (1): 0.1/113 MB Progress (1): 0.1/113 MB Progress (1): 0.1/113 MB Progress (1): 0.1/113 MB Progress (1): 0.1/113 MB Progress (1): 0.1/113 MB Progress (1): 0.1/113 MB Progress (1): 0.1/113 MB Progress (1): 0.1/113 MB Progress (1): 0.1/113 MB Progress (1): 0.1/113 MB Progress (1): 0.1/113 MB Progress (1): 0.1/113 MB Progress (1): 0.1/113 MB Progress (1): 0.1/113 MB Progress (1): 0.1/113 MB Progress (1): 0.1/113 MB Progress (1): 0.1/113 MB Progress (1): 0.1/113 MB Progress (1): 0.1/113 MB Progress (1): 0.1/113 MB Progress (1): 0.1/113 MB Progress (1): 0.1/113 MB Progress (1): 0.1/113 MB Progress (1): 0.1/113 MB Progress (1): 0.1/113 MB Progress (1): 0.1/113 MB Progress (1): 0.1/113 MB Progress (1): 0.1/113 MB Progress (1): 0.2/113 MB Progress (1): 0.2/113 MB Progress (1): 0.2/113 MB Progress (1): 0.2/113 MB Progress (1): 0.2/113 MB Progress (1): 0.2/113 MB Progress (1): 0.2/113 MB Progress (1): 0.2/113 MB Progress (1): 0.2/113 MB Progress (1): 0.2/113 MB Progress (1): 0.2/113 MB Progress (1): 0.2/113 MB Progress (1): 0.2/113 MB Progress (1): 0.2/113 MB Progress (1): 0.2/113 MB Progress (1): 0.2/113 MB Progress (1): 0.2/113 MB Progress (1): 0.2/113 MB Progress (1): 0.2/113 MB Progress (1): 0.2/113 MB Progress (1): 0.2/113 MB Progress (1): 0.2/113 MB Progress (1): 0.2/113 MB Progress (1): 0.2/113 MB Progress (1): 0.2/113 MB Progress (1): 0.2/113 MB Progress (1): 0.2/113 MB Progress (1): 0.2/113 MB Progress (1): 0.2/113 MB Progress (1): 0.2/113 MB Progress (1): 0.2/113 MB Progress (1): 0.2/113 MB Progress (1): 0.2/113 MB Progress (1): 0.2/113 MB Progress (1): 0.2/113 MB Progress (1): 0.2/113 MB Progress (1): 0.2/113 MB Progress (1): 0.2/113 MB Progress (1): 0.2/113 MB Progress (1): 0.2/113 MB Progress (1): 0.2/113 MB Progress (1): 0.2/113 MB Progress (1): 0.2/113 MB Progress (1): 0.2/113 MB Progress (1): 0.2/113 MB Progress (1): 0.2/113 MB Progress (1): 0.2/113 MB Progress (1): 0.2/113 MB Progress (1): 0.2/113 MB Progress (1): 0.3/113 MB Progress (1): 0.3/113 MB Progress (1): 0.3/113 MB Progress (1): 0.3/113 MB Progress (1): 0.3/113 MB Progress (1): 0.3/113 MB Progress (1): 0.3/113 MB Progress (1): 0.3/113 MB Progress (1): 0.3/113 MB Progress (1): 0.3/113 MB Progress (1): 0.3/113 MB Progress (1): 0.3/113 MB Progress (1): 0.3/113 MB Progress (1): 0.3/113 MB Progress (1): 0.3/113 MB Progress (1): 0.3/113 MB Progress (1): 0.3/113 MB Progress (1): 0.3/113 MB Progress (1): 0.3/113 MB Progress (1): 0.3/113 MB Progress (1): 0.3/113 MB Progress (1): 0.3/113 MB Progress (1): 0.3/113 MB Progress (1): 0.3/113 MB Progress (1): 0.3/113 MB Progress (1): 0.3/113 MB Progress (1): 0.3/113 MB Progress (1): 0.3/113 MB Progress (1): 0.3/113 MB Progress (1): 0.3/113 MB Progress (1): 0.3/113 MB Progress (1): 0.3/113 MB Progress (1): 0.3/113 MB Progress (1): 0.3/113 MB Progress (1): 0.3/113 MB Progress (1): 0.3/113 MB Progress (1): 0.3/113 MB Progress (1): 0.3/113 MB Progress (1): 0.3/113 MB Progress (1): 0.3/113 MB Progress (1): 0.3/113 MB Progress (1): 0.3/113 MB Progress (1): 0.3/113 MB Progress (1): 0.3/113 MB Progress (1): 0.3/113 MB Progress (1): 0.3/113 MB Progress (1): 0.3/113 MB Progress (1): 0.3/113 MB Progress (1): 0.4/113 MB Progress (1): 0.4/113 MB Progress (1): 0.4/113 MB Progress (1): 0.4/113 MB Progress (1): 0.4/113 MB Progress (1): 0.4/113 MB Progress (1): 0.4/113 MB Progress (1): 0.4/113 MB Progress (1): 0.4/113 MB Progress (1): 0.4/113 MB Progress (1): 0.4/113 MB Progress (1): 0.4/113 MB Progress (1): 0.4/113 MB Progress (1): 0.4/113 MB Progress (1): 0.4/113 MB Progress (1): 0.4/113 MB Progress (1): 0.4/113 MB Progress (1): 0.4/113 MB Progress (1): 0.4/113 MB Progress (1): 0.4/113 MB Progress (1): 0.4/113 MB Progress (1): 0.4/113 MB Progress (1): 0.4/113 MB Progress (1): 0.4/113 MB Progress (1): 0.4/113 MB Progress (1): 0.4/113 MB Progress (1): 0.4/113 MB Progress (1): 0.4/113 MB Progress (1): 0.4/113 MB Progress (1): 0.4/113 MB Progress (1): 0.4/113 MB Progress (1): 0.4/113 MB Progress (1): 0.4/113 MB Progress (1): 0.4/113 MB Progress (1): 0.4/113 MB Progress (1): 0.4/113 MB Progress (1): 0.4/113 MB Progress (1): 0.4/113 MB Progress (1): 0.4/113 MB Progress (1): 0.4/113 MB Progress (1): 0.4/113 MB Progress (1): 0.4/113 MB Progress (1): 0.4/113 MB Progress (1): 0.4/113 MB Progress (1): 0.4/113 MB Progress (1): 0.4/113 MB Progress (1): 0.4/113 MB Progress (1): 0.4/113 MB Progress (1): 0.4/113 MB Progress (1): 0.5/113 MB Progress (1): 0.5/113 MB Progress (1): 0.5/113 MB Progress (1): 0.5/113 MB Progress (1): 0.5/113 MB Progress (1): 0.5/113 MB Progress (1): 0.5/113 MB Progress (1): 0.5/113 MB Progress (1): 0.5/113 MB Progress (1): 0.5/113 MB Progress (1): 0.5/113 MB Progress (1): 0.5/113 MB Progress (1): 0.5/113 MB Progress (1): 0.5/113 MB Progress (1): 0.5/113 MB Progress (1): 0.5/113 MB Progress (1): 0.5/113 MB Progress (1): 0.5/113 MB Progress (1): 0.5/113 MB Progress (1): 0.5/113 MB Progress (1): 0.5/113 MB Progress (1): 0.5/113 MB Progress (1): 0.5/113 MB Progress (1): 0.5/113 MB Progress (1): 0.5/113 MB Progress (1): 0.5/113 MB Progress (1): 0.5/113 MB Progress (1): 0.5/113 MB Progress (1): 0.5/113 MB Progress (1): 0.5/113 MB Progress (1): 0.5/113 MB Progress (1): 0.5/113 MB Progress (1): 0.5/113 MB Progress (1): 0.5/113 MB Progress (1): 0.5/113 MB Progress (1): 0.5/113 MB Progress (1): 0.5/113 MB Progress (1): 0.5/113 MB Progress (1): 0.5/113 MB Progress (1): 0.5/113 MB Progress (1): 0.5/113 MB Progress (1): 0.5/113 MB Progress (1): 0.5/113 MB Progress (1): 0.5/113 MB Progress (1): 0.5/113 MB Progress (1): 0.5/113 MB Progress (1): 0.5/113 MB Progress (1): 0.5/113 MB Progress (1): 0.5/113 MB Progress (1): 0.6/113 MB Progress (1): 0.6/113 MB Progress (1): 0.6/113 MB Progress (1): 0.6/113 MB Progress (1): 0.6/113 MB Progress (1): 0.6/113 MB Progress (1): 0.6/113 MB Progress (1): 0.6/113 MB Progress (1): 0.6/113 MB Progress (1): 0.6/113 MB Progress (1): 0.6/113 MB Progress (1): 0.6/113 MB Progress (1): 0.6/113 MB Progress (1): 0.6/113 MB Progress (1): 0.6/113 MB Progress (1): 0.6/113 MB Progress (1): 0.6/113 MB Progress (1): 0.6/113 MB Progress (1): 0.6/113 MB Progress (1): 0.6/113 MB Progress (1): 0.6/113 MB Progress (1): 0.6/113 MB Progress (1): 0.6/113 MB Progress (1): 0.6/113 MB Progress (1): 0.6/113 MB Progress (1): 0.6/113 MB Progress (1): 0.6/113 MB Progress (1): 0.6/113 MB Progress (1): 0.6/113 MB Progress (1): 0.6/113 MB Progress (1): 0.6/113 MB Progress (1): 0.6/113 MB Progress (1): 0.6/113 MB Progress (1): 0.6/113 MB Progress (1): 0.6/113 MB Progress (1): 0.6/113 MB Progress (1): 0.6/113 MB Progress (1): 0.6/113 MB Progress (1): 0.6/113 MB Progress (1): 0.6/113 MB Progress (1): 0.6/113 MB Progress (1): 0.6/113 MB Progress (1): 0.6/113 MB Progress (1): 0.6/113 MB Progress (1): 0.6/113 MB Progress (1): 0.6/113 MB Progress (1): 0.6/113 MB Progress (1): 0.6/113 MB Progress (1): 0.6/113 MB Progress (1): 0.7/113 MB Progress (1): 0.7/113 MB Progress (1): 0.7/113 MB Progress (1): 0.7/113 MB Progress (1): 0.7/113 MB Progress (1): 0.7/113 MB Progress (1): 0.7/113 MB Progress (1): 0.7/113 MB Progress (1): 0.7/113 MB Progress (1): 0.7/113 MB Progress (1): 0.7/113 MB Progress (1): 0.7/113 MB Progress (1): 0.7/113 MB Progress (1): 0.7/113 MB Progress (1): 0.7/113 MB Progress (1): 0.7/113 MB Progress (1): 0.7/113 MB Progress (1): 0.7/113 MB Progress (1): 0.7/113 MB Progress (1): 0.7/113 MB Progress (1): 0.7/113 MB Progress (1): 0.7/113 MB Progress (1): 0.7/113 MB Progress (1): 0.7/113 MB Progress (1): 0.7/113 MB Progress (1): 0.7/113 MB Progress (1): 0.7/113 MB Progress (1): 0.7/113 MB Progress (1): 0.7/113 MB Progress (1): 0.7/113 MB Progress (1): 0.7/113 MB Progress (1): 0.7/113 MB Progress (1): 0.7/113 MB Progress (1): 0.7/113 MB Progress (1): 0.7/113 MB Progress (1): 0.7/113 MB Progress (1): 0.7/113 MB Progress (1): 0.7/113 MB Progress (1): 0.7/113 MB Progress (1): 0.7/113 MB Progress (1): 0.7/113 MB Progress (1): 0.7/113 MB Progress (1): 0.7/113 MB Progress (1): 0.7/113 MB Progress (1): 0.7/113 MB Progress (1): 0.7/113 MB Progress (1): 0.7/113 MB Progress (1): 0.7/113 MB Progress (1): 0.7/113 MB Progress (1): 0.8/113 MB Progress (1): 0.8/113 MB Progress (1): 0.8/113 MB Progress (1): 0.8/113 MB Progress (1): 0.8/113 MB Progress (1): 0.8/113 MB Progress (1): 0.8/113 MB Progress (1): 0.8/113 MB Progress (1): 0.8/113 MB Progress (1): 0.8/113 MB Progress (1): 0.8/113 MB Progress (1): 0.8/113 MB Progress (1): 0.8/113 MB Progress (1): 0.8/113 MB Progress (1): 0.8/113 MB Progress (1): 0.8/113 MB Progress (1): 0.8/113 MB Progress (1): 0.8/113 MB Progress (1): 0.8/113 MB Progress (1): 0.8/113 MB Progress (1): 0.8/113 MB Progress (1): 0.8/113 MB Progress (1): 0.8/113 MB Progress (1): 0.8/113 MB Progress (1): 0.8/113 MB Progress (1): 0.8/113 MB Progress (1): 0.8/113 MB Progress (1): 0.8/113 MB Progress (1): 0.8/113 MB Progress (1): 0.8/113 MB Progress (1): 0.8/113 MB Progress (1): 0.8/113 MB Progress (1): 0.8/113 MB Progress (1): 0.8/113 MB Progress (1): 0.8/113 MB Progress (1): 0.8/113 MB Progress (1): 0.8/113 MB Progress (1): 0.8/113 MB Progress (1): 0.8/113 MB Progress (1): 0.8/113 MB Progress (1): 0.8/113 MB Progress (1): 0.8/113 MB Progress (1): 0.8/113 MB Progress (1): 0.8/113 MB Progress (1): 0.8/113 MB Progress (1): 0.8/113 MB Progress (1): 0.8/113 MB Progress (1): 0.8/113 MB Progress (1): 0.8/113 MB Progress (1): 0.9/113 MB Progress (1): 0.9/113 MB Progress (1): 0.9/113 MB Progress (1): 0.9/113 MB Progress (1): 0.9/113 MB Progress (1): 0.9/113 MB Progress (1): 0.9/113 MB Progress (1): 0.9/113 MB Progress (1): 0.9/113 MB Progress (1): 0.9/113 MB Progress (1): 0.9/113 MB Progress (1): 0.9/113 MB Progress (1): 0.9/113 MB Progress (1): 0.9/113 MB Progress (1): 0.9/113 MB Progress (1): 0.9/113 MB Progress (1): 0.9/113 MB Progress (1): 0.9/113 MB Progress (1): 0.9/113 MB Progress (1): 0.9/113 MB Progress (1): 0.9/113 MB Progress (1): 0.9/113 MB Progress (1): 0.9/113 MB Progress (1): 0.9/113 MB Progress (1): 0.9/113 MB Progress (1): 0.9/113 MB Progress (1): 0.9/113 MB Progress (1): 0.9/113 MB Progress (1): 0.9/113 MB Progress (1): 0.9/113 MB Progress (1): 0.9/113 MB Progress (1): 0.9/113 MB Progress (1): 0.9/113 MB Progress (1): 0.9/113 MB Progress (1): 0.9/113 MB Progress (1): 0.9/113 MB Progress (1): 0.9/113 MB Progress (1): 0.9/113 MB Progress (1): 0.9/113 MB Progress (1): 0.9/113 MB Progress (1): 0.9/113 MB Progress (1): 0.9/113 MB Progress (1): 0.9/113 MB Progress (1): 0.9/113 MB Progress (1): 0.9/113 MB Progress (1): 0.9/113 MB Progress (1): 0.9/113 MB Progress (1): 0.9/113 MB Progress (1): 1.0/113 MB Progress (1): 1.0/113 MB Progress (1): 1.0/113 MB Progress (1): 1.0/113 MB Progress (1): 1.0/113 MB Progress (1): 1.0/113 MB Progress (1): 1.0/113 MB Progress (1): 1.0/113 MB Progress (1): 1.0/113 MB Progress (1): 1.0/113 MB Progress (1): 1.0/113 MB Progress (1): 1.0/113 MB Progress (1): 1.0/113 MB Progress (1): 1.0/113 MB Progress (1): 1.0/113 MB Progress (1): 1.0/113 MB Progress (1): 1.0/113 MB Progress (1): 1.0/113 MB Progress (1): 1.0/113 MB Progress (1): 1.0/113 MB Progress (1): 1.0/113 MB Progress (1): 1.0/113 MB Progress (1): 1.0/113 MB Progress (1): 1.0/113 MB Progress (1): 1.0/113 MB Progress (1): 1.0/113 MB Progress (1): 1.0/113 MB Progress (1): 1.0/113 MB Progress (1): 1.0/113 MB Progress (1): 1.0/113 MB Progress (1): 1.0/113 MB Progress (1): 1.0/113 MB Progress (1): 1.0/113 MB Progress (1): 1.0/113 MB Progress (1): 1.0/113 MB Progress (1): 1.0/113 MB Progress (1): 1.0/113 MB Progress (1): 1.0/113 MB Progress (1): 1.0/113 MB Progress (1): 1.0/113 MB Progress (1): 1.0/113 MB Progress (1): 1.0/113 MB Progress (1): 1.0/113 MB Progress (1): 1.0/113 MB Progress (1): 1.0/113 MB Progress (1): 1.0/113 MB Progress (1): 1.0/113 MB Progress (1): 1.0/113 MB Progress (1): 1.0/113 MB Progress (1): 1.1/113 MB Progress (1): 1.1/113 MB Progress (1): 1.1/113 MB Progress (1): 1.1/113 MB Progress (1): 1.1/113 MB Progress (1): 1.1/113 MB Progress (1): 1.1/113 MB Progress (1): 1.1/113 MB Progress (1): 1.1/113 MB Progress (1): 1.1/113 MB Progress (1): 1.1/113 MB Progress (1): 1.1/113 MB Progress (1): 1.1/113 MB Progress (1): 1.1/113 MB Progress (1): 1.1/113 MB Progress (1): 1.1/113 MB Progress (1): 1.1/113 MB Progress (1): 1.1/113 MB Progress (1): 1.1/113 MB Progress (1): 1.1/113 MB Progress (1): 1.1/113 MB Progress (1): 1.1/113 MB Progress (1): 1.1/113 MB Progress (1): 1.1/113 MB Progress (1): 1.1/113 MB Progress (1): 1.1/113 MB Progress (1): 1.1/113 MB Progress (1): 1.1/113 MB Progress (1): 1.1/113 MB Progress (1): 1.1/113 MB Progress (1): 1.1/113 MB Progress (1): 1.1/113 MB Progress (1): 1.1/113 MB Progress (1): 1.1/113 MB Progress (1): 1.1/113 MB Progress (1): 1.1/113 MB Progress (1): 1.1/113 MB Progress (1): 1.1/113 MB Progress (1): 1.1/113 MB Progress (1): 1.1/113 MB Progress (1): 1.1/113 MB Progress (1): 1.1/113 MB Progress (1): 1.1/113 MB Progress (1): 1.1/113 MB Progress (1): 1.1/113 MB Progress (1): 1.1/113 MB Progress (1): 1.1/113 MB Progress (1): 1.1/113 MB Progress (1): 1.1/113 MB Progress (1): 1.2/113 MB Progress (1): 1.2/113 MB Progress (1): 1.2/113 MB Progress (1): 1.2/113 MB Progress (1): 1.2/113 MB Progress (1): 1.2/113 MB Progress (1): 1.2/113 MB Progress (1): 1.2/113 MB Progress (1): 1.2/113 MB Progress (1): 1.2/113 MB Progress (1): 1.2/113 MB Progress (1): 1.2/113 MB Progress (1): 1.2/113 MB Progress (1): 1.2/113 MB Progress (1): 1.2/113 MB Progress (1): 1.2/113 MB Progress (1): 1.2/113 MB Progress (1): 1.2/113 MB Progress (1): 1.2/113 MB Progress (1): 1.2/113 MB Progress (1): 1.2/113 MB Progress (1): 1.2/113 MB Progress (1): 1.2/113 MB Progress (1): 1.2/113 MB Progress (1): 1.2/113 MB Progress (1): 1.2/113 MB Progress (1): 1.2/113 MB Progress (1): 1.2/113 MB Progress (1): 1.2/113 MB Progress (1): 1.2/113 MB Progress (1): 1.2/113 MB Progress (1): 1.2/113 MB Progress (1): 1.2/113 MB Progress (1): 1.2/113 MB Progress (1): 1.2/113 MB Progress (1): 1.2/113 MB Progress (1): 1.2/113 MB Progress (1): 1.2/113 MB Progress (1): 1.2/113 MB Progress (1): 1.2/113 MB Progress (1): 1.2/113 MB Progress (1): 1.2/113 MB Progress (1): 1.2/113 MB Progress (1): 1.2/113 MB Progress (1): 1.2/113 MB Progress (1): 1.2/113 MB Progress (1): 1.2/113 MB Progress (1): 1.2/113 MB Progress (1): 1.2/113 MB Progress (1): 1.3/113 MB Progress (1): 1.3/113 MB Progress (1): 1.3/113 MB Progress (1): 1.3/113 MB Progress (1): 1.3/113 MB Progress (1): 1.3/113 MB Progress (1): 1.3/113 MB Progress (1): 1.3/113 MB Progress (1): 1.3/113 MB Progress (1): 1.3/113 MB Progress (1): 1.3/113 MB Progress (1): 1.3/113 MB Progress (1): 1.3/113 MB Progress (1): 1.3/113 MB Progress (1): 1.3/113 MB Progress (1): 1.3/113 MB Progress (1): 1.3/113 MB Progress (1): 1.3/113 MB Progress (1): 1.3/113 MB Progress (1): 1.3/113 MB Progress (1): 1.3/113 MB Progress (1): 1.3/113 MB Progress (1): 1.3/113 MB Progress (1): 1.3/113 MB Progress (1): 1.3/113 MB Progress (1): 1.3/113 MB Progress (1): 1.3/113 MB Progress (1): 1.3/113 MB Progress (1): 1.3/113 MB Progress (1): 1.3/113 MB Progress (1): 1.3/113 MB Progress (1): 1.3/113 MB Progress (1): 1.3/113 MB Progress (1): 1.3/113 MB Progress (1): 1.3/113 MB Progress (1): 1.3/113 MB Progress (1): 1.3/113 MB Progress (1): 1.3/113 MB Progress (1): 1.3/113 MB Progress (1): 1.3/113 MB Progress (1): 1.3/113 MB Progress (1): 1.3/113 MB Progress (1): 1.3/113 MB Progress (1): 1.3/113 MB Progress (1): 1.3/113 MB Progress (1): 1.3/113 MB Progress (1): 1.3/113 MB Progress (1): 1.3/113 MB Progress (1): 1.3/113 MB Progress (1): 1.4/113 MB Progress (1): 1.4/113 MB Progress (1): 1.4/113 MB Progress (1): 1.4/113 MB Progress (1): 1.4/113 MB Progress (1): 1.4/113 MB Progress (1): 1.4/113 MB Progress (1): 1.4/113 MB Progress (1): 1.4/113 MB Progress (1): 1.4/113 MB Progress (1): 1.4/113 MB Progress (1): 1.4/113 MB Progress (1): 1.4/113 MB Progress (1): 1.4/113 MB Progress (1): 1.4/113 MB Progress (1): 1.4/113 MB Progress (1): 1.4/113 MB Progress (1): 1.4/113 MB Progress (1): 1.4/113 MB Progress (1): 1.4/113 MB Progress (1): 1.4/113 MB Progress (1): 1.4/113 MB Progress (1): 1.4/113 MB Progress (1): 1.4/113 MB Progress (1): 1.4/113 MB Progress (1): 1.4/113 MB Progress (1): 1.4/113 MB Progress (1): 1.4/113 MB Progress (1): 1.4/113 MB Progress (1): 1.4/113 MB Progress (1): 1.4/113 MB Progress (1): 1.4/113 MB Progress (1): 1.4/113 MB Progress (1): 1.4/113 MB Progress (1): 1.4/113 MB Progress (1): 1.4/113 MB Progress (1): 1.4/113 MB Progress (1): 1.4/113 MB Progress (1): 1.4/113 MB Progress (1): 1.4/113 MB Progress (1): 1.4/113 MB Progress (1): 1.4/113 MB Progress (1): 1.4/113 MB Progress (1): 1.4/113 MB Progress (1): 1.4/113 MB Progress (1): 1.4/113 MB Progress (1): 1.4/113 MB Progress (1): 1.4/113 MB Progress (1): 1.4/113 MB Progress (1): 1.5/113 MB Progress (1): 1.5/113 MB Progress (1): 1.5/113 MB Progress (1): 1.5/113 MB Progress (1): 1.5/113 MB Progress (1): 1.5/113 MB Progress (1): 1.5/113 MB Progress (1): 1.5/113 MB Progress (1): 1.5/113 MB Progress (1): 1.5/113 MB Progress (1): 1.5/113 MB Progress (1): 1.5/113 MB Progress (1): 1.5/113 MB Progress (1): 1.5/113 MB Progress (1): 1.5/113 MB Progress (1): 1.5/113 MB Progress (1): 1.5/113 MB Progress (1): 1.5/113 MB Progress (1): 1.5/113 MB Progress (1): 1.5/113 MB Progress (1): 1.5/113 MB Progress (1): 1.5/113 MB Progress (1): 1.5/113 MB Progress (1): 1.5/113 MB Progress (1): 1.5/113 MB Progress (1): 1.5/113 MB Progress (1): 1.5/113 MB Progress (1): 1.5/113 MB Progress (1): 1.5/113 MB Progress (1): 1.5/113 MB Progress (1): 1.5/113 MB Progress (1): 1.5/113 MB Progress (1): 1.5/113 MB Progress (1): 1.5/113 MB Progress (1): 1.5/113 MB Progress (1): 1.5/113 MB Progress (1): 1.5/113 MB Progress (1): 1.5/113 MB Progress (1): 1.5/113 MB Progress (1): 1.5/113 MB Progress (1): 1.5/113 MB Progress (1): 1.5/113 MB Progress (1): 1.5/113 MB Progress (1): 1.5/113 MB Progress (1): 1.5/113 MB Progress (1): 1.5/113 MB Progress (1): 1.5/113 MB Progress (1): 1.5/113 MB Progress (1): 1.6/113 MB Progress (1): 1.6/113 MB Progress (1): 1.6/113 MB Progress (1): 1.6/113 MB Progress (1): 1.6/113 MB Progress (1): 1.6/113 MB Progress (1): 1.6/113 MB Progress (1): 1.6/113 MB Progress (1): 1.6/113 MB Progress (1): 1.6/113 MB Progress (1): 1.6/113 MB Progress (1): 1.6/113 MB Progress (1): 1.6/113 MB Progress (1): 1.6/113 MB Progress (1): 1.6/113 MB Progress (1): 1.6/113 MB Progress (1): 1.6/113 MB Progress (1): 1.6/113 MB Progress (1): 1.6/113 MB Progress (1): 1.6/113 MB Progress (1): 1.6/113 MB Progress (1): 1.6/113 MB Progress (1): 1.6/113 MB Progress (1): 1.6/113 MB Progress (1): 1.6/113 MB Progress (1): 1.6/113 MB Progress (1): 1.6/113 MB Progress (1): 1.6/113 MB Progress (1): 1.6/113 MB Progress (1): 1.6/113 MB Progress (1): 1.6/113 MB Progress (1): 1.6/113 MB Progress (1): 1.6/113 MB Progress (1): 1.6/113 MB Progress (1): 1.6/113 MB Progress (1): 1.6/113 MB Progress (1): 1.6/113 MB Progress (1): 1.6/113 MB Progress (1): 1.6/113 MB Progress (1): 1.6/113 MB Progress (1): 1.6/113 MB Progress (1): 1.6/113 MB Progress (1): 1.6/113 MB Progress (1): 1.6/113 MB Progress (1): 1.6/113 MB Progress (1): 1.6/113 MB Progress (1): 1.6/113 MB Progress (1): 1.6/113 MB Progress (1): 1.6/113 MB Progress (1): 1.7/113 MB Progress (1): 1.7/113 MB Progress (1): 1.7/113 MB Progress (1): 1.7/113 MB Progress (1): 1.7/113 MB Progress (1): 1.7/113 MB Progress (1): 1.7/113 MB Progress (1): 1.7/113 MB Progress (1): 1.7/113 MB Progress (1): 1.7/113 MB Progress (1): 1.7/113 MB Progress (1): 1.7/113 MB Progress (1): 1.7/113 MB Progress (1): 1.7/113 MB Progress (1): 1.7/113 MB Progress (1): 1.7/113 MB Progress (1): 1.7/113 MB Progress (1): 1.7/113 MB Progress (1): 1.7/113 MB Progress (1): 1.7/113 MB Progress (1): 1.7/113 MB Progress (1): 1.7/113 MB Progress (1): 1.7/113 MB Progress (1): 1.7/113 MB Progress (1): 1.7/113 MB Progress (1): 1.7/113 MB Progress (1): 1.7/113 MB Progress (1): 1.7/113 MB Progress (1): 1.7/113 MB Progress (1): 1.7/113 MB Progress (1): 1.7/113 MB Progress (1): 1.7/113 MB Progress (1): 1.7/113 MB Progress (1): 1.7/113 MB Progress (1): 1.7/113 MB Progress (1): 1.7/113 MB Progress (1): 1.7/113 MB Progress (1): 1.7/113 MB Progress (1): 1.7/113 MB Progress (1): 1.7/113 MB Progress (1): 1.7/113 MB Progress (1): 1.7/113 MB Progress (1): 1.7/113 MB Progress (1): 1.7/113 MB Progress (1): 1.7/113 MB Progress (1): 1.7/113 MB Progress (1): 1.7/113 MB Progress (1): 1.7/113 MB Progress (1): 1.7/113 MB Progress (1): 1.8/113 MB Progress (1): 1.8/113 MB Progress (1): 1.8/113 MB Progress (1): 1.8/113 MB Progress (1): 1.8/113 MB Progress (1): 1.8/113 MB Progress (1): 1.8/113 MB Progress (1): 1.8/113 MB Progress (1): 1.8/113 MB Progress (1): 1.8/113 MB Progress (1): 1.8/113 MB Progress (1): 1.8/113 MB Progress (1): 1.8/113 MB Progress (1): 1.8/113 MB Progress (1): 1.8/113 MB Progress (1): 1.8/113 MB Progress (1): 1.8/113 MB Progress (1): 1.8/113 MB Progress (1): 1.8/113 MB Progress (1): 1.8/113 MB Progress (1): 1.8/113 MB Progress (1): 1.8/113 MB Progress (1): 1.8/113 MB Progress (1): 1.8/113 MB Progress (1): 1.8/113 MB Progress (1): 1.8/113 MB Progress (1): 1.8/113 MB Progress (1): 1.8/113 MB Progress (1): 1.8/113 MB Progress (1): 1.8/113 MB Progress (1): 1.8/113 MB Progress (1): 1.8/113 MB Progress (1): 1.8/113 MB Progress (1): 1.8/113 MB Progress (1): 1.8/113 MB Progress (1): 1.8/113 MB Progress (1): 1.8/113 MB Progress (1): 1.8/113 MB Progress (1): 1.8/113 MB Progress (1): 1.8/113 MB Progress (1): 1.8/113 MB Progress (1): 1.8/113 MB Progress (1): 1.8/113 MB Progress (1): 1.8/113 MB Progress (1): 1.8/113 MB Progress (1): 1.8/113 MB Progress (1): 1.8/113 MB Progress (1): 1.8/113 MB Progress (1): 1.8/113 MB Progress (1): 1.9/113 MB Progress (1): 1.9/113 MB Progress (1): 1.9/113 MB Progress (1): 1.9/113 MB Progress (1): 1.9/113 MB Progress (1): 1.9/113 MB Progress (1): 1.9/113 MB Progress (1): 1.9/113 MB Progress (1): 1.9/113 MB Progress (1): 1.9/113 MB Progress (1): 1.9/113 MB Progress (1): 1.9/113 MB Progress (1): 1.9/113 MB Progress (1): 1.9/113 MB Progress (1): 1.9/113 MB Progress (1): 1.9/113 MB Progress (1): 1.9/113 MB Progress (1): 1.9/113 MB Progress (1): 1.9/113 MB Progress (1): 1.9/113 MB Progress (1): 1.9/113 MB Progress (1): 1.9/113 MB Progress (1): 1.9/113 MB Progress (1): 1.9/113 MB Progress (1): 1.9/113 MB Progress (1): 1.9/113 MB Progress (1): 1.9/113 MB Progress (1): 1.9/113 MB Progress (1): 1.9/113 MB Progress (1): 1.9/113 MB Progress (1): 1.9/113 MB Progress (1): 1.9/113 MB Progress (1): 1.9/113 MB Progress (1): 1.9/113 MB Progress (1): 1.9/113 MB Progress (1): 1.9/113 MB Progress (1): 1.9/113 MB Progress (1): 1.9/113 MB Progress (1): 1.9/113 MB Progress (1): 1.9/113 MB Progress (1): 1.9/113 MB Progress (1): 1.9/113 MB Progress (1): 1.9/113 MB Progress (1): 1.9/113 MB Progress (1): 1.9/113 MB Progress (1): 1.9/113 MB Progress (1): 1.9/113 MB Progress (1): 1.9/113 MB Progress (1): 1.9/113 MB Progress (1): 2.0/113 MB Progress (1): 2.0/113 MB Progress (1): 2.0/113 MB Progress (1): 2.0/113 MB Progress (1): 2.0/113 MB Progress (1): 2.0/113 MB Progress (1): 2.0/113 MB Progress (1): 2.0/113 MB Progress (1): 2.0/113 MB Progress (1): 2.0/113 MB Progress (1): 2.0/113 MB Progress (1): 2.0/113 MB Progress (1): 2.0/113 MB Progress (1): 2.0/113 MB Progress (1): 2.0/113 MB Progress (1): 2.0/113 MB Progress (1): 2.0/113 MB Progress (1): 2.0/113 MB Progress (1): 2.0/113 MB Progress (1): 2.0/113 MB Progress (1): 2.0/113 MB Progress (1): 2.0/113 MB Progress (1): 2.0/113 MB Progress (1): 2.0/113 MB Progress (1): 2.0/113 MB Progress (1): 2.0/113 MB Progress (1): 2.0/113 MB Progress (1): 2.0/113 MB Progress (1): 2.0/113 MB Progress (1): 2.0/113 MB Progress (1): 2.0/113 MB Progress (1): 2.0/113 MB Progress (1): 2.0/113 MB Progress (1): 2.0/113 MB Progress (1): 2.0/113 MB Progress (1): 2.0/113 MB Progress (1): 2.0/113 MB Progress (1): 2.0/113 MB Progress (1): 2.0/113 MB Progress (1): 2.0/113 MB Progress (1): 2.0/113 MB Progress (1): 2.0/113 MB Progress (1): 2.0/113 MB Progress (1): 2.0/113 MB Progress (1): 2.0/113 MB Progress (1): 2.0/113 MB Progress (1): 2.0/113 MB Progress (1): 2.0/113 MB Progress (1): 2.1/113 MB Progress (1): 2.1/113 MB Progress (1): 2.1/113 MB Progress (1): 2.1/113 MB Progress (1): 2.1/113 MB Progress (1): 2.1/113 MB Progress (1): 2.1/113 MB Progress (1): 2.1/113 MB Progress (1): 2.1/113 MB Progress (1): 2.1/113 MB Progress (1): 2.1/113 MB Progress (1): 2.1/113 MB Progress (1): 2.1/113 MB Progress (1): 2.1/113 MB Progress (1): 2.1/113 MB Progress (1): 2.1/113 MB Progress (1): 2.1/113 MB Progress (1): 2.1/113 MB Progress (1): 2.1/113 MB Progress (1): 2.1/113 MB Progress (1): 2.1/113 MB Progress (1): 2.1/113 MB Progress (1): 2.1/113 MB Progress (1): 2.1/113 MB Progress (1): 2.1/113 MB Progress (1): 2.1/113 MB Progress (1): 2.1/113 MB Progress (1): 2.1/113 MB Progress (1): 2.1/113 MB Progress (1): 2.1/113 MB Progress (1): 2.1/113 MB Progress (1): 2.1/113 MB Progress (1): 2.1/113 MB Progress (1): 2.1/113 MB Progress (1): 2.1/113 MB Progress (1): 2.1/113 MB Progress (1): 2.1/113 MB Progress (1): 2.1/113 MB Progress (1): 2.1/113 MB Progress (1): 2.1/113 MB Progress (1): 2.1/113 MB Progress (1): 2.1/113 MB Progress (1): 2.1/113 MB Progress (1): 2.1/113 MB Progress (1): 2.1/113 MB Progress (1): 2.1/113 MB Progress (1): 2.1/113 MB Progress (1): 2.1/113 MB Progress (1): 2.1/113 MB Progress (1): 2.2/113 MB Progress (1): 2.2/113 MB Progress (1): 2.2/113 MB Progress (1): 2.2/113 MB Progress (1): 2.2/113 MB Progress (1): 2.2/113 MB Progress (1): 2.2/113 MB Progress (1): 2.2/113 MB Progress (1): 2.2/113 MB Progress (1): 2.2/113 MB Progress (1): 2.2/113 MB Progress (1): 2.2/113 MB Progress (1): 2.2/113 MB Progress (1): 2.2/113 MB Progress (1): 2.2/113 MB Progress (1): 2.2/113 MB Progress (1): 2.2/113 MB Progress (1): 2.2/113 MB Progress (1): 2.2/113 MB Progress (1): 2.2/113 MB Progress (1): 2.2/113 MB Progress (1): 2.2/113 MB Progress (1): 2.2/113 MB Progress (1): 2.2/113 MB Progress (1): 2.2/113 MB Progress (1): 2.2/113 MB Progress (1): 2.2/113 MB Progress (1): 2.2/113 MB Progress (1): 2.2/113 MB Progress (1): 2.2/113 MB Progress (1): 2.2/113 MB Progress (1): 2.2/113 MB Progress (1): 2.2/113 MB Progress (1): 2.2/113 MB Progress (1): 2.2/113 MB Progress (1): 2.2/113 MB Progress (1): 2.2/113 MB Progress (1): 2.2/113 MB Progress (1): 2.2/113 MB Progress (1): 2.2/113 MB Progress (1): 2.2/113 MB Progress (1): 2.2/113 MB Progress (1): 2.2/113 MB Progress (1): 2.2/113 MB Progress (1): 2.2/113 MB Progress (1): 2.2/113 MB Progress (1): 2.2/113 MB Progress (1): 2.2/113 MB Progress (1): 2.2/113 MB Progress (1): 2.3/113 MB Progress (1): 2.3/113 MB Progress (1): 2.3/113 MB Progress (1): 2.3/113 MB Progress (1): 2.3/113 MB Progress (1): 2.3/113 MB Progress (1): 2.3/113 MB Progress (1): 2.3/113 MB Progress (1): 2.3/113 MB Progress (1): 2.3/113 MB Progress (1): 2.3/113 MB Progress (1): 2.3/113 MB Progress (1): 2.3/113 MB Progress (1): 2.3/113 MB Progress (1): 2.3/113 MB Progress (1): 2.3/113 MB Progress (1): 2.3/113 MB Progress (1): 2.3/113 MB Progress (1): 2.3/113 MB Progress (1): 2.3/113 MB Progress (1): 2.3/113 MB Progress (1): 2.3/113 MB Progress (1): 2.3/113 MB Progress (1): 2.3/113 MB Progress (1): 2.3/113 MB Progress (1): 2.3/113 MB Progress (1): 2.3/113 MB Progress (1): 2.3/113 MB Progress (1): 2.3/113 MB Progress (1): 2.3/113 MB Progress (1): 2.3/113 MB Progress (1): 2.3/113 MB Progress (1): 2.3/113 MB Progress (1): 2.3/113 MB Progress (1): 2.3/113 MB Progress (1): 2.3/113 MB Progress (1): 2.3/113 MB Progress (1): 2.3/113 MB Progress (1): 2.3/113 MB Progress (1): 2.3/113 MB Progress (1): 2.3/113 MB Progress (1): 2.3/113 MB Progress (1): 2.3/113 MB Progress (1): 2.3/113 MB Progress (1): 2.3/113 MB Progress (1): 2.3/113 MB Progress (1): 2.3/113 MB Progress (1): 2.3/113 MB Progress (1): 2.3/113 MB Progress (1): 2.4/113 MB Progress (1): 2.4/113 MB Progress (1): 2.4/113 MB Progress (1): 2.4/113 MB Progress (1): 2.4/113 MB Progress (1): 2.4/113 MB Progress (1): 2.4/113 MB Progress (1): 2.4/113 MB Progress (1): 2.4/113 MB Progress (1): 2.4/113 MB Progress (1): 2.4/113 MB Progress (1): 2.4/113 MB Progress (1): 2.4/113 MB Progress (1): 2.4/113 MB Progress (1): 2.4/113 MB Progress (1): 2.4/113 MB Progress (1): 2.4/113 MB Progress (1): 2.4/113 MB Progress (1): 2.4/113 MB Progress (1): 2.4/113 MB Progress (1): 2.4/113 MB Progress (1): 2.4/113 MB Progress (1): 2.4/113 MB Progress (1): 2.4/113 MB Progress (1): 2.4/113 MB Progress (1): 2.4/113 MB Progress (1): 2.4/113 MB Progress (1): 2.4/113 MB Progress (1): 2.4/113 MB Progress (1): 2.4/113 MB Progress (1): 2.4/113 MB Progress (1): 2.4/113 MB Progress (1): 2.4/113 MB Progress (1): 2.4/113 MB Progress (1): 2.4/113 MB Progress (1): 2.4/113 MB Progress (1): 2.4/113 MB Progress (1): 2.4/113 MB Progress (1): 2.4/113 MB Progress (1): 2.4/113 MB Progress (1): 2.4/113 MB Progress (1): 2.4/113 MB Progress (1): 2.4/113 MB Progress (1): 2.4/113 MB Progress (1): 2.4/113 MB Progress (1): 2.4/113 MB Progress (1): 2.4/113 MB Progress (1): 2.4/113 MB Progress (1): 2.4/113 MB Progress (1): 2.5/113 MB Progress (1): 2.5/113 MB Progress (1): 2.5/113 MB Progress (1): 2.5/113 MB Progress (1): 2.5/113 MB Progress (1): 2.5/113 MB Progress (1): 2.5/113 MB Progress (1): 2.5/113 MB Progress (1): 2.5/113 MB Progress (1): 2.5/113 MB Progress (1): 2.5/113 MB Progress (1): 2.5/113 MB Progress (1): 2.5/113 MB Progress (1): 2.5/113 MB Progress (1): 2.5/113 MB Progress (1): 2.5/113 MB Progress (1): 2.5/113 MB Progress (1): 2.5/113 MB Progress (1): 2.5/113 MB Progress (1): 2.5/113 MB Progress (1): 2.5/113 MB Progress (1): 2.5/113 MB Progress (1): 2.5/113 MB Progress (1): 2.5/113 MB Progress (1): 2.5/113 MB Progress (1): 2.5/113 MB Progress (1): 2.5/113 MB Progress (1): 2.5/113 MB Progress (1): 2.5/113 MB Progress (1): 2.5/113 MB Progress (1): 2.5/113 MB Progress (1): 2.5/113 MB Progress (1): 2.5/113 MB Progress (1): 2.5/113 MB Progress (1): 2.5/113 MB Progress (1): 2.5/113 MB Progress (1): 2.5/113 MB Progress (1): 2.5/113 MB Progress (1): 2.5/113 MB Progress (1): 2.5/113 MB Progress (1): 2.5/113 MB Progress (1): 2.5/113 MB Progress (1): 2.5/113 MB Progress (1): 2.5/113 MB Progress (1): 2.5/113 MB Progress (1): 2.5/113 MB Progress (1): 2.5/113 MB Progress (1): 2.5/113 MB Progress (1): 2.5/113 MB Progress (1): 2.6/113 MB Progress (1): 2.6/113 MB Progress (1): 2.6/113 MB Progress (1): 2.6/113 MB Progress (1): 2.6/113 MB Progress (1): 2.6/113 MB Progress (1): 2.6/113 MB Progress (1): 2.6/113 MB Progress (1): 2.6/113 MB Progress (1): 2.6/113 MB Progress (1): 2.6/113 MB Progress (1): 2.6/113 MB Progress (1): 2.6/113 MB Progress (1): 2.6/113 MB Progress (1): 2.6/113 MB Progress (1): 2.6/113 MB Progress (1): 2.6/113 MB Progress (1): 2.6/113 MB Progress (1): 2.6/113 MB Progress (1): 2.6/113 MB Progress (1): 2.6/113 MB Progress (1): 2.6/113 MB Progress (1): 2.6/113 MB Progress (1): 2.6/113 MB Progress (1): 2.6/113 MB Progress (1): 2.6/113 MB Progress (1): 2.6/113 MB Progress (1): 2.6/113 MB Progress (1): 2.6/113 MB Progress (1): 2.6/113 MB Progress (1): 2.6/113 MB Progress (1): 2.6/113 MB Progress (1): 2.6/113 MB Progress (1): 2.6/113 MB Progress (1): 2.6/113 MB Progress (1): 2.6/113 MB Progress (1): 2.6/113 MB Progress (1): 2.6/113 MB Progress (1): 2.6/113 MB Progress (1): 2.6/113 MB Progress (1): 2.6/113 MB Progress (1): 2.6/113 MB Progress (1): 2.6/113 MB Progress (1): 2.6/113 MB Progress (1): 2.6/113 MB Progress (1): 2.6/113 MB Progress (1): 2.6/113 MB Progress (1): 2.6/113 MB Progress (1): 2.7/113 MB Progress (1): 2.7/113 MB Progress (1): 2.7/113 MB Progress (1): 2.7/113 MB Progress (1): 2.7/113 MB Progress (1): 2.7/113 MB Progress (1): 2.7/113 MB Progress (1): 2.7/113 MB Progress (1): 2.7/113 MB Progress (1): 2.7/113 MB Progress (1): 2.7/113 MB Progress (1): 2.7/113 MB Progress (1): 2.7/113 MB Progress (1): 2.7/113 MB Progress (1): 2.7/113 MB Progress (1): 2.7/113 MB Progress (1): 2.7/113 MB Progress (1): 2.7/113 MB Progress (1): 2.7/113 MB Progress (1): 2.7/113 MB Progress (1): 2.7/113 MB Progress (1): 2.7/113 MB Progress (1): 2.7/113 MB Progress (1): 2.7/113 MB Progress (1): 2.7/113 MB Progress (1): 2.7/113 MB Progress (1): 2.7/113 MB Progress (1): 2.7/113 MB Progress (1): 2.7/113 MB Progress (1): 2.7/113 MB Progress (1): 2.7/113 MB Progress (1): 2.7/113 MB Progress (1): 2.7/113 MB Progress (1): 2.7/113 MB Progress (1): 2.7/113 MB Progress (1): 2.7/113 MB Progress (1): 2.7/113 MB Progress (1): 2.7/113 MB Progress (1): 2.7/113 MB Progress (1): 2.7/113 MB Progress (1): 2.7/113 MB Progress (1): 2.7/113 MB Progress (1): 2.7/113 MB Progress (1): 2.7/113 MB Progress (1): 2.7/113 MB Progress (1): 2.7/113 MB Progress (1): 2.7/113 MB Progress (1): 2.7/113 MB Progress (1): 2.7/113 MB Progress (1): 2.8/113 MB Progress (1): 2.8/113 MB Progress (1): 2.8/113 MB Progress (1): 2.8/113 MB Progress (1): 2.8/113 MB Progress (1): 2.8/113 MB Progress (1): 2.8/113 MB Progress (1): 2.8/113 MB Progress (1): 2.8/113 MB Progress (1): 2.8/113 MB Progress (1): 2.8/113 MB Progress (1): 2.8/113 MB Progress (1): 2.8/113 MB Progress (1): 2.8/113 MB Progress (1): 2.8/113 MB Progress (1): 2.8/113 MB Progress (1): 2.8/113 MB Progress (1): 2.8/113 MB Progress (1): 2.8/113 MB Progress (1): 2.8/113 MB Progress (1): 2.8/113 MB Progress (1): 2.8/113 MB Progress (1): 2.8/113 MB Progress (1): 2.8/113 MB Progress (1): 2.8/113 MB Progress (1): 2.8/113 MB Progress (1): 2.8/113 MB Progress (1): 2.8/113 MB Progress (1): 2.8/113 MB Progress (1): 2.8/113 MB Progress (1): 2.8/113 MB Progress (1): 2.8/113 MB Progress (1): 2.8/113 MB Progress (1): 2.8/113 MB Progress (1): 2.8/113 MB Progress (1): 2.8/113 MB Progress (1): 2.8/113 MB Progress (1): 2.8/113 MB Progress (1): 2.8/113 MB Progress (1): 2.8/113 MB Progress (1): 2.8/113 MB Progress (1): 2.8/113 MB Progress (1): 2.8/113 MB Progress (1): 2.8/113 MB Progress (1): 2.8/113 MB Progress (1): 2.8/113 MB Progress (1): 2.8/113 MB Progress (1): 2.8/113 MB Progress (1): 2.8/113 MB Progress (1): 2.9/113 MB Progress (1): 2.9/113 MB Progress (1): 2.9/113 MB Progress (1): 2.9/113 MB Progress (1): 2.9/113 MB Progress (1): 2.9/113 MB Progress (1): 2.9/113 MB Progress (1): 2.9/113 MB Progress (1): 2.9/113 MB Progress (1): 2.9/113 MB Progress (1): 2.9/113 MB Progress (1): 2.9/113 MB Progress (1): 2.9/113 MB Progress (1): 2.9/113 MB Progress (1): 2.9/113 MB Progress (1): 2.9/113 MB Progress (1): 2.9/113 MB Progress (1): 2.9/113 MB Progress (1): 2.9/113 MB Progress (1): 2.9/113 MB Progress (1): 2.9/113 MB Progress (1): 2.9/113 MB Progress (1): 2.9/113 MB Progress (1): 2.9/113 MB Progress (1): 2.9/113 MB Progress (1): 2.9/113 MB Progress (1): 2.9/113 MB Progress (1): 2.9/113 MB Progress (1): 2.9/113 MB Progress (1): 2.9/113 MB Progress (1): 2.9/113 MB Progress (1): 2.9/113 MB Progress (1): 2.9/113 MB Progress (1): 2.9/113 MB Progress (1): 2.9/113 MB Progress (1): 2.9/113 MB Progress (1): 2.9/113 MB Progress (1): 2.9/113 MB Progress (1): 2.9/113 MB Progress (1): 2.9/113 MB Progress (1): 2.9/113 MB Progress (1): 2.9/113 MB Progress (1): 2.9/113 MB Progress (1): 2.9/113 MB Progress (1): 2.9/113 MB Progress (1): 2.9/113 MB Progress (1): 2.9/113 MB Progress (1): 2.9/113 MB Progress (1): 2.9/113 MB Progress (1): 3.0/113 MB Progress (1): 3.0/113 MB Progress (1): 3.0/113 MB Progress (1): 3.0/113 MB Progress (1): 3.0/113 MB Progress (1): 3.0/113 MB Progress (1): 3.0/113 MB Progress (1): 3.0/113 MB Progress (1): 3.0/113 MB Progress (1): 3.0/113 MB Progress (1): 3.0/113 MB Progress (1): 3.0/113 MB Progress (1): 3.0/113 MB Progress (1): 3.0/113 MB Progress (1): 3.0/113 MB Progress (1): 3.0/113 MB Progress (1): 3.0/113 MB Progress (1): 3.0/113 MB Progress (1): 3.0/113 MB Progress (1): 3.0/113 MB Progress (1): 3.0/113 MB Progress (1): 3.0/113 MB Progress (1): 3.0/113 MB Progress (1): 3.0/113 MB Progress (1): 3.0/113 MB Progress (1): 3.0/113 MB Progress (1): 3.0/113 MB Progress (1): 3.0/113 MB Progress (1): 3.0/113 MB Progress (1): 3.0/113 MB Progress (1): 3.0/113 MB Progress (1): 3.0/113 MB Progress (1): 3.0/113 MB Progress (1): 3.0/113 MB Progress (1): 3.0/113 MB Progress (1): 3.0/113 MB Progress (1): 3.0/113 MB Progress (1): 3.0/113 MB Progress (1): 3.0/113 MB Progress (1): 3.0/113 MB Progress (1): 3.0/113 MB Progress (1): 3.0/113 MB Progress (1): 3.0/113 MB Progress (1): 3.0/113 MB Progress (1): 3.0/113 MB Progress (1): 3.0/113 MB Progress (1): 3.0/113 MB Progress (1): 3.0/113 MB Progress (1): 3.0/113 MB Progress (1): 3.1/113 MB Progress (1): 3.1/113 MB Progress (1): 3.1/113 MB Progress (1): 3.1/113 MB Progress (1): 3.1/113 MB Progress (1): 3.1/113 MB Progress (1): 3.1/113 MB Progress (1): 3.1/113 MB Progress (1): 3.1/113 MB Progress (1): 3.1/113 MB Progress (1): 3.1/113 MB Progress (1): 3.1/113 MB Progress (1): 3.1/113 MB Progress (1): 3.1/113 MB Progress (1): 3.1/113 MB Progress (1): 3.1/113 MB Progress (1): 3.1/113 MB Progress (1): 3.1/113 MB Progress (1): 3.1/113 MB Progress (1): 3.1/113 MB Progress (1): 3.1/113 MB Progress (1): 3.1/113 MB Progress (1): 3.1/113 MB Progress (1): 3.1/113 MB Progress (1): 3.1/113 MB Progress (1): 3.1/113 MB Progress (1): 3.1/113 MB Progress (1): 3.1/113 MB Progress (1): 3.1/113 MB Progress (1): 3.1/113 MB Progress (1): 3.1/113 MB Progress (1): 3.1/113 MB Progress (1): 3.1/113 MB Progress (1): 3.1/113 MB Progress (1): 3.1/113 MB Progress (1): 3.1/113 MB Progress (1): 3.1/113 MB Progress (1): 3.1/113 MB Progress (1): 3.1/113 MB Progress (1): 3.1/113 MB Progress (1): 3.1/113 MB Progress (1): 3.1/113 MB Progress (1): 3.1/113 MB Progress (1): 3.1/113 MB Progress (1): 3.1/113 MB Progress (1): 3.1/113 MB Progress (1): 3.1/113 MB Progress (1): 3.1/113 MB Progress (1): 3.1/113 MB Progress (1): 3.2/113 MB Progress (1): 3.2/113 MB Progress (1): 3.2/113 MB Progress (1): 3.2/113 MB Progress (1): 3.2/113 MB Progress (1): 3.2/113 MB Progress (1): 3.2/113 MB Progress (1): 3.2/113 MB Progress (1): 3.2/113 MB Progress (1): 3.2/113 MB Progress (1): 3.2/113 MB Progress (1): 3.2/113 MB Progress (1): 3.2/113 MB Progress (1): 3.2/113 MB Progress (1): 3.2/113 MB Progress (1): 3.2/113 MB Progress (1): 3.2/113 MB Progress (1): 3.2/113 MB Progress (1): 3.2/113 MB Progress (1): 3.2/113 MB Progress (1): 3.2/113 MB Progress (1): 3.2/113 MB Progress (1): 3.2/113 MB Progress (1): 3.2/113 MB Progress (1): 3.2/113 MB Progress (1): 3.2/113 MB Progress (1): 3.2/113 MB Progress (1): 3.2/113 MB Progress (1): 3.2/113 MB Progress (1): 3.2/113 MB Progress (1): 3.2/113 MB Progress (1): 3.2/113 MB Progress (1): 3.2/113 MB Progress (1): 3.2/113 MB Progress (1): 3.2/113 MB Progress (1): 3.2/113 MB Progress (1): 3.2/113 MB Progress (1): 3.2/113 MB Progress (1): 3.2/113 MB Progress (1): 3.2/113 MB Progress (1): 3.2/113 MB Progress (1): 3.2/113 MB Progress (1): 3.2/113 MB Progress (1): 3.2/113 MB Progress (1): 3.2/113 MB Progress (1): 3.2/113 MB Progress (1): 3.2/113 MB Progress (1): 3.2/113 MB Progress (1): 3.3/113 MB Progress (1): 3.3/113 MB Progress (1): 3.3/113 MB Progress (1): 3.3/113 MB Progress (1): 3.3/113 MB Progress (1): 3.3/113 MB Progress (1): 3.3/113 MB Progress (1): 3.3/113 MB Progress (1): 3.3/113 MB Progress (1): 3.3/113 MB Progress (1): 3.3/113 MB Progress (1): 3.3/113 MB Progress (1): 3.3/113 MB Progress (1): 3.3/113 MB Progress (1): 3.3/113 MB Progress (1): 3.3/113 MB Progress (1): 3.3/113 MB Progress (1): 3.3/113 MB Progress (1): 3.3/113 MB Progress (1): 3.3/113 MB Progress (1): 3.3/113 MB Progress (1): 3.3/113 MB Progress (1): 3.3/113 MB Progress (1): 3.3/113 MB Progress (1): 3.3/113 MB Progress (1): 3.3/113 MB Progress (1): 3.3/113 MB Progress (1): 3.3/113 MB Progress (1): 3.3/113 MB Progress (1): 3.3/113 MB Progress (1): 3.3/113 MB Progress (1): 3.3/113 MB Progress (1): 3.3/113 MB Progress (1): 3.3/113 MB Progress (1): 3.3/113 MB Progress (1): 3.3/113 MB Progress (1): 3.3/113 MB Progress (1): 3.3/113 MB Progress (1): 3.3/113 MB Progress (1): 3.3/113 MB Progress (1): 3.3/113 MB Progress (1): 3.3/113 MB Progress (1): 3.3/113 MB Progress (1): 3.3/113 MB Progress (1): 3.3/113 MB Progress (1): 3.3/113 MB Progress (1): 3.3/113 MB Progress (1): 3.3/113 MB Progress (1): 3.3/113 MB Progress (1): 3.4/113 MB Progress (1): 3.4/113 MB Progress (1): 3.4/113 MB Progress (1): 3.4/113 MB Progress (1): 3.4/113 MB Progress (1): 3.4/113 MB Progress (1): 3.4/113 MB Progress (1): 3.4/113 MB Progress (1): 3.4/113 MB Progress (1): 3.4/113 MB Progress (1): 3.4/113 MB Progress (1): 3.4/113 MB Progress (1): 3.4/113 MB Progress (1): 3.4/113 MB Progress (1): 3.4/113 MB Progress (1): 3.4/113 MB Progress (1): 3.4/113 MB Progress (1): 3.4/113 MB Progress (1): 3.4/113 MB Progress (1): 3.4/113 MB Progress (1): 3.4/113 MB Progress (1): 3.4/113 MB Progress (1): 3.4/113 MB Progress (1): 3.4/113 MB Progress (1): 3.4/113 MB Progress (1): 3.4/113 MB Progress (1): 3.4/113 MB Progress (1): 3.4/113 MB Progress (1): 3.4/113 MB Progress (1): 3.4/113 MB Progress (1): 3.4/113 MB Progress (1): 3.4/113 MB Progress (1): 3.4/113 MB Progress (1): 3.4/113 MB Progress (1): 3.4/113 MB Progress (1): 3.4/113 MB Progress (1): 3.4/113 MB Progress (1): 3.4/113 MB Progress (1): 3.4/113 MB Progress (1): 3.4/113 MB Progress (1): 3.4/113 MB Progress (1): 3.4/113 MB Progress (1): 3.4/113 MB Progress (1): 3.4/113 MB Progress (1): 3.4/113 MB Progress (1): 3.4/113 MB Progress (1): 3.4/113 MB Progress (1): 3.4/113 MB Progress (1): 3.4/113 MB Progress (1): 3.5/113 MB Progress (1): 3.5/113 MB Progress (1): 3.5/113 MB Progress (1): 3.5/113 MB Progress (1): 3.5/113 MB Progress (1): 3.5/113 MB Progress (1): 3.5/113 MB Progress (1): 3.5/113 MB Progress (1): 3.5/113 MB Progress (1): 3.5/113 MB Progress (1): 3.5/113 MB Progress (1): 3.5/113 MB Progress (1): 3.5/113 MB Progress (1): 3.5/113 MB Progress (1): 3.5/113 MB Progress (1): 3.5/113 MB Progress (1): 3.5/113 MB Progress (1): 3.5/113 MB Progress (1): 3.5/113 MB Progress (1): 3.5/113 MB Progress (1): 3.5/113 MB Progress (1): 3.5/113 MB Progress (1): 3.5/113 MB Progress (1): 3.5/113 MB Progress (1): 3.5/113 MB Progress (1): 3.5/113 MB Progress (1): 3.5/113 MB Progress (1): 3.5/113 MB Progress (1): 3.5/113 MB Progress (1): 3.5/113 MB Progress (1): 3.5/113 MB Progress (1): 3.5/113 MB Progress (1): 3.5/113 MB Progress (1): 3.5/113 MB Progress (1): 3.5/113 MB Progress (1): 3.5/113 MB Progress (1): 3.5/113 MB Progress (1): 3.5/113 MB Progress (1): 3.5/113 MB Progress (1): 3.5/113 MB Progress (1): 3.5/113 MB Progress (1): 3.5/113 MB Progress (1): 3.5/113 MB Progress (1): 3.5/113 MB Progress (1): 3.5/113 MB Progress (1): 3.5/113 MB Progress (1): 3.5/113 MB Progress (1): 3.5/113 MB Progress (1): 3.5/113 MB Progress (1): 3.6/113 MB Progress (1): 3.6/113 MB Progress (1): 3.6/113 MB Progress (1): 3.6/113 MB Progress (1): 3.6/113 MB Progress (1): 3.6/113 MB Progress (1): 3.6/113 MB Progress (1): 3.6/113 MB Progress (1): 3.6/113 MB Progress (1): 3.6/113 MB Progress (1): 3.6/113 MB Progress (1): 3.6/113 MB Progress (1): 3.6/113 MB Progress (1): 3.6/113 MB Progress (1): 3.6/113 MB Progress (1): 3.6/113 MB Progress (1): 3.6/113 MB Progress (1): 3.6/113 MB Progress (1): 3.6/113 MB Progress (1): 3.6/113 MB Progress (1): 3.6/113 MB Progress (1): 3.6/113 MB Progress (1): 3.6/113 MB Progress (1): 3.6/113 MB Progress (1): 3.6/113 MB Progress (1): 3.6/113 MB Progress (1): 3.6/113 MB Progress (1): 3.6/113 MB Progress (1): 3.6/113 MB Progress (1): 3.6/113 MB Progress (1): 3.6/113 MB Progress (1): 3.6/113 MB Progress (1): 3.6/113 MB Progress (1): 3.6/113 MB Progress (1): 3.6/113 MB Progress (1): 3.6/113 MB Progress (1): 3.6/113 MB Progress (1): 3.6/113 MB Progress (1): 3.6/113 MB Progress (1): 3.6/113 MB Progress (1): 3.6/113 MB Progress (1): 3.6/113 MB Progress (1): 3.6/113 MB Progress (1): 3.6/113 MB Progress (1): 3.6/113 MB Progress (1): 3.6/113 MB Progress (1): 3.6/113 MB Progress (1): 3.6/113 MB Progress (1): 3.6/113 MB Progress (1): 3.7/113 MB Progress (1): 3.7/113 MB Progress (1): 3.7/113 MB Progress (1): 3.7/113 MB Progress (1): 3.7/113 MB Progress (1): 3.7/113 MB Progress (1): 3.7/113 MB Progress (1): 3.7/113 MB Progress (1): 3.7/113 MB Progress (1): 3.7/113 MB Progress (1): 3.7/113 MB Progress (1): 3.7/113 MB Progress (1): 3.7/113 MB Progress (1): 3.7/113 MB Progress (1): 3.7/113 MB Progress (1): 3.7/113 MB Progress (1): 3.7/113 MB Progress (1): 3.7/113 MB Progress (1): 3.7/113 MB Progress (1): 3.7/113 MB Progress (1): 3.7/113 MB Progress (1): 3.7/113 MB Progress (1): 3.7/113 MB Progress (1): 3.7/113 MB Progress (1): 3.7/113 MB Progress (1): 3.7/113 MB Progress (1): 3.7/113 MB Progress (1): 3.7/113 MB Progress (1): 3.7/113 MB Progress (1): 3.7/113 MB Progress (1): 3.7/113 MB Progress (1): 3.7/113 MB Progress (1): 3.7/113 MB Progress (1): 3.7/113 MB Progress (1): 3.7/113 MB Progress (1): 3.7/113 MB Progress (1): 3.7/113 MB Progress (1): 3.7/113 MB Progress (1): 3.7/113 MB Progress (1): 3.7/113 MB Progress (1): 3.7/113 MB Progress (1): 3.7/113 MB Progress (1): 3.7/113 MB Progress (1): 3.7/113 MB Progress (1): 3.7/113 MB Progress (1): 3.7/113 MB Progress (1): 3.7/113 MB Progress (1): 3.7/113 MB Progress (1): 3.7/113 MB Progress (1): 3.8/113 MB Progress (1): 3.8/113 MB Progress (1): 3.8/113 MB Progress (1): 3.8/113 MB Progress (1): 3.8/113 MB Progress (1): 3.8/113 MB Progress (1): 3.8/113 MB Progress (1): 3.8/113 MB Progress (1): 3.8/113 MB Progress (1): 3.8/113 MB Progress (1): 3.8/113 MB Progress (1): 3.8/113 MB Progress (1): 3.8/113 MB Progress (1): 3.8/113 MB Progress (1): 3.8/113 MB Progress (1): 3.8/113 MB Progress (1): 3.8/113 MB Progress (1): 3.8/113 MB Progress (1): 3.8/113 MB Progress (1): 3.8/113 MB Progress (1): 3.8/113 MB Progress (1): 3.8/113 MB Progress (1): 3.8/113 MB Progress (1): 3.8/113 MB Progress (1): 3.8/113 MB Progress (1): 3.8/113 MB Progress (1): 3.8/113 MB Progress (1): 3.8/113 MB Progress (1): 3.8/113 MB Progress (1): 3.8/113 MB Progress (1): 3.8/113 MB Progress (1): 3.8/113 MB Progress (1): 3.8/113 MB Progress (1): 3.8/113 MB Progress (1): 3.8/113 MB Progress (1): 3.8/113 MB Progress (1): 3.8/113 MB Progress (1): 3.8/113 MB Progress (1): 3.8/113 MB Progress (1): 3.8/113 MB Progress (1): 3.8/113 MB Progress (1): 3.8/113 MB Progress (1): 3.8/113 MB Progress (1): 3.8/113 MB Progress (1): 3.8/113 MB Progress (1): 3.8/113 MB Progress (1): 3.8/113 MB Progress (1): 3.8/113 MB Progress (1): 3.9/113 MB Progress (1): 3.9/113 MB Progress (1): 3.9/113 MB Progress (1): 3.9/113 MB Progress (1): 3.9/113 MB Progress (1): 3.9/113 MB Progress (1): 3.9/113 MB Progress (1): 3.9/113 MB Progress (1): 3.9/113 MB Progress (1): 3.9/113 MB Progress (1): 3.9/113 MB Progress (1): 3.9/113 MB Progress (1): 3.9/113 MB Progress (1): 3.9/113 MB Progress (1): 3.9/113 MB Progress (1): 3.9/113 MB Progress (1): 3.9/113 MB Progress (1): 3.9/113 MB Progress (1): 3.9/113 MB Progress (1): 3.9/113 MB Progress (1): 3.9/113 MB Progress (1): 3.9/113 MB Progress (1): 3.9/113 MB Progress (1): 3.9/113 MB Progress (1): 3.9/113 MB Progress (1): 3.9/113 MB Progress (1): 3.9/113 MB Progress (1): 3.9/113 MB Progress (1): 3.9/113 MB Progress (1): 3.9/113 MB Progress (1): 3.9/113 MB Progress (1): 3.9/113 MB Progress (1): 3.9/113 MB Progress (1): 3.9/113 MB Progress (1): 3.9/113 MB Progress (1): 3.9/113 MB Progress (1): 3.9/113 MB Progress (1): 3.9/113 MB Progress (1): 3.9/113 MB Progress (1): 3.9/113 MB Progress (1): 3.9/113 MB Progress (1): 3.9/113 MB Progress (1): 3.9/113 MB Progress (1): 3.9/113 MB Progress (1): 3.9/113 MB Progress (1): 3.9/113 MB Progress (1): 3.9/113 MB Progress (1): 3.9/113 MB Progress (1): 3.9/113 MB Progress (1): 4.0/113 MB Progress (1): 4.0/113 MB Progress (1): 4.0/113 MB Progress (1): 4.0/113 MB Progress (1): 4.0/113 MB Progress (1): 4.0/113 MB Progress (1): 4.0/113 MB Progress (1): 4.0/113 MB Progress (1): 4.0/113 MB Progress (1): 4.0/113 MB Progress (1): 4.0/113 MB Progress (1): 4.0/113 MB Progress (1): 4.0/113 MB Progress (1): 4.0/113 MB Progress (1): 4.0/113 MB Progress (1): 4.0/113 MB Progress (1): 4.0/113 MB Progress (1): 4.0/113 MB Progress (1): 4.0/113 MB Progress (1): 4.0/113 MB Progress (1): 4.0/113 MB Progress (1): 4.0/113 MB Progress (1): 4.0/113 MB Progress (1): 4.0/113 MB Progress (1): 4.0/113 MB Progress (1): 4.0/113 MB Progress (1): 4.0/113 MB Progress (1): 4.0/113 MB Progress (1): 4.0/113 MB Progress (1): 4.0/113 MB Progress (1): 4.0/113 MB Progress (1): 4.0/113 MB Progress (1): 4.0/113 MB Progress (1): 4.0/113 MB Progress (1): 4.0/113 MB Progress (1): 4.0/113 MB Progress (1): 4.0/113 MB Progress (1): 4.0/113 MB Progress (1): 4.0/113 MB Progress (1): 4.0/113 MB Progress (1): 4.0/113 MB Progress (1): 4.0/113 MB Progress (1): 4.0/113 MB Progress (1): 4.0/113 MB Progress (1): 4.0/113 MB Progress (1): 4.0/113 MB Progress (1): 4.0/113 MB Progress (1): 4.0/113 MB Progress (1): 4.0/113 MB Progress (1): 4.1/113 MB Progress (1): 4.1/113 MB Progress (1): 4.1/113 MB Progress (1): 4.1/113 MB Progress (1): 4.1/113 MB Progress (1): 4.1/113 MB Progress (1): 4.1/113 MB Progress (1): 4.1/113 MB Progress (1): 4.1/113 MB Progress (1): 4.1/113 MB Progress (1): 4.1/113 MB Progress (1): 4.1/113 MB Progress (1): 4.1/113 MB Progress (1): 4.1/113 MB Progress (1): 4.1/113 MB Progress (1): 4.1/113 MB Progress (1): 4.1/113 MB Progress (1): 4.1/113 MB Progress (1): 4.1/113 MB Progress (1): 4.1/113 MB Progress (1): 4.1/113 MB Progress (1): 4.1/113 MB Progress (1): 4.1/113 MB Progress (1): 4.1/113 MB Progress (1): 4.1/113 MB Progress (1): 4.1/113 MB Progress (1): 4.1/113 MB Progress (1): 4.1/113 MB Progress (1): 4.1/113 MB Progress (1): 4.1/113 MB Progress (1): 4.1/113 MB Progress (1): 4.1/113 MB Progress (1): 4.1/113 MB Progress (1): 4.1/113 MB Progress (1): 4.1/113 MB Progress (1): 4.1/113 MB Progress (1): 4.1/113 MB Progress (1): 4.1/113 MB Progress (1): 4.1/113 MB Progress (1): 4.1/113 MB Progress (1): 4.1/113 MB Progress (1): 4.1/113 MB Progress (1): 4.1/113 MB Progress (1): 4.1/113 MB Progress (1): 4.1/113 MB Progress (1): 4.1/113 MB Progress (1): 4.1/113 MB Progress (1): 4.1/113 MB Progress (1): 4.1/113 MB Progress (1): 4.2/113 MB Progress (1): 4.2/113 MB Progress (1): 4.2/113 MB Progress (1): 4.2/113 MB Progress (1): 4.2/113 MB Progress (1): 4.2/113 MB Progress (1): 4.2/113 MB Progress (1): 4.2/113 MB Progress (1): 4.2/113 MB Progress (1): 4.2/113 MB Progress (1): 4.2/113 MB Progress (1): 4.2/113 MB Progress (1): 4.2/113 MB Progress (1): 4.2/113 MB Progress (1): 4.2/113 MB Progress (1): 4.2/113 MB Progress (1): 4.2/113 MB Progress (1): 4.2/113 MB Progress (1): 4.2/113 MB Progress (1): 4.2/113 MB Progress (1): 4.2/113 MB Progress (1): 4.2/113 MB Progress (1): 4.2/113 MB Progress (1): 4.2/113 MB Progress (1): 4.2/113 MB Progress (1): 4.2/113 MB Progress (1): 4.2/113 MB Progress (1): 4.2/113 MB Progress (1): 4.2/113 MB Progress (1): 4.2/113 MB Progress (1): 4.2/113 MB Progress (1): 4.2/113 MB Progress (1): 4.2/113 MB Progress (1): 4.2/113 MB Progress (1): 4.2/113 MB Progress (1): 4.2/113 MB Progress (1): 4.2/113 MB Progress (1): 4.2/113 MB Progress (1): 4.2/113 MB Progress (1): 4.2/113 MB Progress (1): 4.2/113 MB Progress (1): 4.2/113 MB Progress (1): 4.2/113 MB Progress (1): 4.2/113 MB Progress (1): 4.2/113 MB Progress (1): 4.2/113 MB Progress (1): 4.2/113 MB Progress (1): 4.2/113 MB Progress (1): 4.2/113 MB Progress (1): 4.3/113 MB Progress (1): 4.3/113 MB Progress (1): 4.3/113 MB Progress (1): 4.3/113 MB Progress (1): 4.3/113 MB Progress (1): 4.3/113 MB Progress (1): 4.3/113 MB Progress (1): 4.3/113 MB Progress (1): 4.3/113 MB Progress (1): 4.3/113 MB Progress (1): 4.3/113 MB Progress (1): 4.3/113 MB Progress (1): 4.3/113 MB Progress (1): 4.3/113 MB Progress (1): 4.3/113 MB Progress (1): 4.3/113 MB Progress (1): 4.3/113 MB Progress (1): 4.3/113 MB Progress (1): 4.3/113 MB Progress (1): 4.3/113 MB Progress (1): 4.3/113 MB Progress (1): 4.3/113 MB Progress (1): 4.3/113 MB Progress (1): 4.3/113 MB Progress (1): 4.3/113 MB Progress (1): 4.3/113 MB Progress (1): 4.3/113 MB Progress (1): 4.3/113 MB Progress (1): 4.3/113 MB Progress (1): 4.3/113 MB Progress (1): 4.3/113 MB Progress (1): 4.3/113 MB Progress (1): 4.3/113 MB Progress (1): 4.3/113 MB Progress (1): 4.3/113 MB Progress (1): 4.3/113 MB Progress (1): 4.3/113 MB Progress (1): 4.3/113 MB Progress (1): 4.3/113 MB Progress (1): 4.3/113 MB Progress (1): 4.3/113 MB Progress (1): 4.3/113 MB Progress (1): 4.3/113 MB Progress (1): 4.3/113 MB Progress (1): 4.3/113 MB Progress (1): 4.3/113 MB Progress (1): 4.3/113 MB Progress (1): 4.3/113 MB Progress (1): 4.3/113 MB Progress (1): 4.4/113 MB Progress (1): 4.4/113 MB Progress (1): 4.4/113 MB Progress (1): 4.4/113 MB Progress (1): 4.4/113 MB Progress (1): 4.4/113 MB Progress (1): 4.4/113 MB Progress (1): 4.4/113 MB Progress (1): 4.4/113 MB Progress (1): 4.4/113 MB Progress (1): 4.4/113 MB Progress (1): 4.4/113 MB Progress (1): 4.4/113 MB Progress (1): 4.4/113 MB Progress (1): 4.4/113 MB Progress (1): 4.4/113 MB Progress (1): 4.4/113 MB Progress (1): 4.4/113 MB Progress (1): 4.4/113 MB Progress (1): 4.4/113 MB Progress (1): 4.4/113 MB Progress (1): 4.4/113 MB Progress (1): 4.4/113 MB Progress (1): 4.4/113 MB Progress (1): 4.4/113 MB Progress (1): 4.4/113 MB Progress (1): 4.4/113 MB Progress (1): 4.4/113 MB Progress (1): 4.4/113 MB Progress (1): 4.4/113 MB Progress (1): 4.4/113 MB Progress (1): 4.4/113 MB Progress (1): 4.4/113 MB Progress (1): 4.4/113 MB Progress (1): 4.4/113 MB Progress (1): 4.4/113 MB Progress (1): 4.4/113 MB Progress (1): 4.4/113 MB Progress (1): 4.4/113 MB Progress (1): 4.4/113 MB Progress (1): 4.4/113 MB Progress (1): 4.4/113 MB Progress (1): 4.4/113 MB Progress (1): 4.4/113 MB Progress (1): 4.4/113 MB Progress (1): 4.4/113 MB Progress (1): 4.4/113 MB Progress (1): 4.4/113 MB Progress (1): 4.5/113 MB Progress (1): 4.5/113 MB Progress (1): 4.5/113 MB Progress (1): 4.5/113 MB Progress (1): 4.5/113 MB Progress (1): 4.5/113 MB Progress (1): 4.5/113 MB Progress (1): 4.5/113 MB Progress (1): 4.5/113 MB Progress (1): 4.5/113 MB Progress (1): 4.5/113 MB Progress (1): 4.5/113 MB Progress (1): 4.5/113 MB Progress (1): 4.5/113 MB Progress (1): 4.5/113 MB Progress (1): 4.5/113 MB Progress (1): 4.5/113 MB Progress (1): 4.5/113 MB Progress (1): 4.5/113 MB Progress (1): 4.5/113 MB Progress (1): 4.5/113 MB Progress (1): 4.5/113 MB Progress (1): 4.5/113 MB Progress (1): 4.5/113 MB Progress (1): 4.5/113 MB Progress (1): 4.5/113 MB Progress (1): 4.5/113 MB Progress (1): 4.5/113 MB Progress (1): 4.5/113 MB Progress (1): 4.5/113 MB Progress (1): 4.5/113 MB Progress (1): 4.5/113 MB Progress (1): 4.5/113 MB Progress (1): 4.5/113 MB Progress (1): 4.5/113 MB Progress (1): 4.5/113 MB Progress (1): 4.5/113 MB Progress (1): 4.5/113 MB Progress (1): 4.5/113 MB Progress (1): 4.5/113 MB Progress (1): 4.5/113 MB Progress (1): 4.5/113 MB Progress (1): 4.5/113 MB Progress (1): 4.5/113 MB Progress (1): 4.5/113 MB Progress (1): 4.5/113 MB Progress (1): 4.5/113 MB Progress (1): 4.5/113 MB Progress (1): 4.5/113 MB Progress (1): 4.6/113 MB Progress (1): 4.6/113 MB Progress (1): 4.6/113 MB Progress (1): 4.6/113 MB Progress (1): 4.6/113 MB Progress (1): 4.6/113 MB Progress (1): 4.6/113 MB Progress (1): 4.6/113 MB Progress (1): 4.6/113 MB Progress (1): 4.6/113 MB Progress (1): 4.6/113 MB Progress (1): 4.6/113 MB Progress (1): 4.6/113 MB Progress (1): 4.6/113 MB Progress (1): 4.6/113 MB Progress (1): 4.6/113 MB Progress (1): 4.6/113 MB Progress (1): 4.6/113 MB Progress (1): 4.6/113 MB Progress (1): 4.6/113 MB Progress (1): 4.6/113 MB Progress (1): 4.6/113 MB Progress (1): 4.6/113 MB Progress (1): 4.6/113 MB Progress (1): 4.6/113 MB Progress (1): 4.6/113 MB Progress (1): 4.6/113 MB Progress (1): 4.6/113 MB Progress (1): 4.6/113 MB Progress (1): 4.6/113 MB Progress (1): 4.6/113 MB Progress (1): 4.6/113 MB Progress (1): 4.6/113 MB Progress (1): 4.6/113 MB Progress (1): 4.6/113 MB Progress (1): 4.6/113 MB Progress (1): 4.6/113 MB Progress (1): 4.6/113 MB Progress (1): 4.6/113 MB Progress (1): 4.6/113 MB Progress (1): 4.6/113 MB Progress (1): 4.6/113 MB Progress (1): 4.6/113 MB Progress (1): 4.6/113 MB Progress (1): 4.6/113 MB Progress (1): 4.6/113 MB Progress (1): 4.6/113 MB Progress (1): 4.6/113 MB Progress (1): 4.6/113 MB Progress (1): 4.7/113 MB Progress (1): 4.7/113 MB Progress (1): 4.7/113 MB Progress (1): 4.7/113 MB Progress (1): 4.7/113 MB Progress (1): 4.7/113 MB Progress (1): 4.7/113 MB Progress (1): 4.7/113 MB Progress (1): 4.7/113 MB Progress (1): 4.7/113 MB Progress (1): 4.7/113 MB Progress (1): 4.7/113 MB Progress (1): 4.7/113 MB Progress (1): 4.7/113 MB Progress (1): 4.7/113 MB Progress (1): 4.7/113 MB Progress (1): 4.7/113 MB Progress (1): 4.7/113 MB Progress (1): 4.7/113 MB Progress (1): 4.7/113 MB Progress (1): 4.7/113 MB Progress (1): 4.7/113 MB Progress (1): 4.7/113 MB Progress (1): 4.7/113 MB Progress (1): 4.7/113 MB Progress (1): 4.7/113 MB Progress (1): 4.7/113 MB Progress (1): 4.7/113 MB Progress (1): 4.7/113 MB Progress (1): 4.7/113 MB Progress (1): 4.7/113 MB Progress (1): 4.7/113 MB Progress (1): 4.7/113 MB Progress (1): 4.7/113 MB Progress (1): 4.7/113 MB Progress (1): 4.7/113 MB Progress (1): 4.7/113 MB Progress (1): 4.7/113 MB Progress (1): 4.7/113 MB Progress (1): 4.7/113 MB Progress (1): 4.7/113 MB Progress (1): 4.7/113 MB Progress (1): 4.7/113 MB Progress (1): 4.7/113 MB Progress (1): 4.7/113 MB Progress (1): 4.7/113 MB Progress (1): 4.7/113 MB Progress (1): 4.7/113 MB Progress (1): 4.7/113 MB Progress (1): 4.8/113 MB Progress (1): 4.8/113 MB Progress (1): 4.8/113 MB Progress (1): 4.8/113 MB Progress (1): 4.8/113 MB Progress (1): 4.8/113 MB Progress (1): 4.8/113 MB Progress (1): 4.8/113 MB Progress (1): 4.8/113 MB Progress (1): 4.8/113 MB Progress (1): 4.8/113 MB Progress (1): 4.8/113 MB Progress (1): 4.8/113 MB Progress (1): 4.8/113 MB Progress (1): 4.8/113 MB Progress (1): 4.8/113 MB Progress (1): 4.8/113 MB Progress (1): 4.8/113 MB Progress (1): 4.8/113 MB Progress (1): 4.8/113 MB Progress (1): 4.8/113 MB Progress (1): 4.8/113 MB Progress (1): 4.8/113 MB Progress (1): 4.8/113 MB Progress (1): 4.8/113 MB Progress (1): 4.8/113 MB Progress (1): 4.8/113 MB Progress (1): 4.8/113 MB Progress (1): 4.8/113 MB Progress (1): 4.8/113 MB Progress (1): 4.8/113 MB Progress (1): 4.8/113 MB Progress (1): 4.8/113 MB Progress (1): 4.8/113 MB Progress (1): 4.8/113 MB Progress (1): 4.8/113 MB Progress (1): 4.8/113 MB Progress (1): 4.8/113 MB Progress (1): 4.8/113 MB Progress (1): 4.8/113 MB Progress (1): 4.8/113 MB Progress (1): 4.8/113 MB Progress (1): 4.8/113 MB Progress (1): 4.8/113 MB Progress (1): 4.8/113 MB Progress (1): 4.8/113 MB Progress (1): 4.8/113 MB Progress (1): 4.8/113 MB Progress (1): 4.8/113 MB Progress (1): 4.9/113 MB Progress (1): 4.9/113 MB Progress (1): 4.9/113 MB Progress (1): 4.9/113 MB Progress (1): 4.9/113 MB Progress (1): 4.9/113 MB Progress (1): 4.9/113 MB Progress (1): 4.9/113 MB Progress (1): 4.9/113 MB Progress (1): 4.9/113 MB Progress (1): 4.9/113 MB Progress (1): 4.9/113 MB Progress (1): 4.9/113 MB Progress (1): 4.9/113 MB Progress (1): 4.9/113 MB Progress (1): 4.9/113 MB Progress (1): 4.9/113 MB Progress (1): 4.9/113 MB Progress (1): 4.9/113 MB Progress (1): 4.9/113 MB Progress (1): 4.9/113 MB Progress (1): 4.9/113 MB Progress (1): 4.9/113 MB Progress (1): 4.9/113 MB Progress (1): 4.9/113 MB Progress (1): 4.9/113 MB Progress (1): 4.9/113 MB Progress (1): 4.9/113 MB Progress (1): 4.9/113 MB Progress (1): 4.9/113 MB Progress (1): 4.9/113 MB Progress (1): 4.9/113 MB Progress (1): 4.9/113 MB Progress (1): 4.9/113 MB Progress (1): 4.9/113 MB Progress (1): 4.9/113 MB Progress (1): 4.9/113 MB Progress (1): 4.9/113 MB Progress (1): 4.9/113 MB Progress (1): 4.9/113 MB Progress (1): 4.9/113 MB Progress (1): 4.9/113 MB Progress (1): 4.9/113 MB Progress (1): 4.9/113 MB Progress (1): 4.9/113 MB Progress (1): 4.9/113 MB Progress (1): 4.9/113 MB Progress (1): 4.9/113 MB Progress (1): 5.0/113 MB Progress (1): 5.0/113 MB Progress (1): 5.0/113 MB Progress (1): 5.0/113 MB Progress (1): 5.0/113 MB Progress (1): 5.0/113 MB Progress (1): 5.0/113 MB Progress (1): 5.0/113 MB Progress (1): 5.0/113 MB Progress (1): 5.0/113 MB Progress (1): 5.0/113 MB Progress (1): 5.0/113 MB Progress (1): 5.0/113 MB Progress (1): 5.0/113 MB Progress (1): 5.0/113 MB Progress (1): 5.0/113 MB Progress (1): 5.0/113 MB Progress (1): 5.0/113 MB Progress (1): 5.0/113 MB Progress (1): 5.0/113 MB Progress (1): 5.0/113 MB Progress (1): 5.0/113 MB Progress (1): 5.0/113 MB Progress (1): 5.0/113 MB Progress (1): 5.0/113 MB Progress (1): 5.0/113 MB Progress (1): 5.0/113 MB Progress (1): 5.0/113 MB Progress (1): 5.0/113 MB Progress (1): 5.0/113 MB Progress (1): 5.0/113 MB Progress (1): 5.0/113 MB Progress (1): 5.0/113 MB Progress (1): 5.0/113 MB Progress (1): 5.0/113 MB Progress (1): 5.0/113 MB Progress (1): 5.0/113 MB Progress (1): 5.0/113 MB Progress (1): 5.0/113 MB Progress (1): 5.0/113 MB Progress (1): 5.0/113 MB Progress (1): 5.0/113 MB Progress (1): 5.0/113 MB Progress (1): 5.0/113 MB Progress (1): 5.0/113 MB Progress (1): 5.0/113 MB Progress (1): 5.0/113 MB Progress (1): 5.0/113 MB Progress (1): 5.0/113 MB Progress (1): 5.1/113 MB Progress (1): 5.1/113 MB Progress (1): 5.1/113 MB Progress (1): 5.1/113 MB Progress (1): 5.1/113 MB Progress (1): 5.1/113 MB Progress (1): 5.1/113 MB Progress (1): 5.1/113 MB Progress (1): 5.1/113 MB Progress (1): 5.1/113 MB Progress (1): 5.1/113 MB Progress (1): 5.1/113 MB Progress (1): 5.1/113 MB Progress (1): 5.1/113 MB Progress (1): 5.1/113 MB Progress (1): 5.1/113 MB Progress (1): 5.1/113 MB Progress (1): 5.1/113 MB Progress (1): 5.1/113 MB Progress (1): 5.1/113 MB Progress (1): 5.1/113 MB Progress (1): 5.1/113 MB Progress (1): 5.1/113 MB Progress (1): 5.1/113 MB Progress (1): 5.1/113 MB Progress (1): 5.1/113 MB Progress (1): 5.1/113 MB Progress (1): 5.1/113 MB Progress (1): 5.1/113 MB Progress (1): 5.1/113 MB Progress (1): 5.1/113 MB Progress (1): 5.1/113 MB Progress (1): 5.1/113 MB Progress (1): 5.1/113 MB Progress (1): 5.1/113 MB Progress (1): 5.1/113 MB Progress (1): 5.1/113 MB Progress (1): 5.1/113 MB Progress (1): 5.1/113 MB Progress (1): 5.1/113 MB Progress (1): 5.1/113 MB Progress (1): 5.1/113 MB Progress (1): 5.1/113 MB Progress (1): 5.1/113 MB Progress (1): 5.1/113 MB Progress (1): 5.1/113 MB Progress (1): 5.1/113 MB Progress (1): 5.1/113 MB Progress (1): 5.1/113 MB Progress (1): 5.2/113 MB Progress (1): 5.2/113 MB Progress (1): 5.2/113 MB Progress (1): 5.2/113 MB Progress (1): 5.2/113 MB Progress (1): 5.2/113 MB Progress (1): 5.2/113 MB Progress (1): 5.2/113 MB Progress (1): 5.2/113 MB Progress (1): 5.2/113 MB Progress (1): 5.2/113 MB Progress (1): 5.2/113 MB Progress (1): 5.2/113 MB Progress (1): 5.2/113 MB Progress (1): 5.2/113 MB Progress (1): 5.2/113 MB Progress (1): 5.2/113 MB Progress (1): 5.2/113 MB Progress (1): 5.2/113 MB Progress (1): 5.2/113 MB Progress (1): 5.2/113 MB Progress (1): 5.2/113 MB Progress (1): 5.2/113 MB Progress (1): 5.2/113 MB Progress (1): 5.2/113 MB Progress (1): 5.2/113 MB Progress (1): 5.2/113 MB Progress (1): 5.2/113 MB Progress (1): 5.2/113 MB Progress (1): 5.2/113 MB Progress (1): 5.2/113 MB Progress (1): 5.2/113 MB Progress (1): 5.2/113 MB Progress (1): 5.2/113 MB Progress (1): 5.2/113 MB Progress (1): 5.2/113 MB Progress (1): 5.2/113 MB Progress (1): 5.2/113 MB Progress (1): 5.2/113 MB Progress (1): 5.2/113 MB Progress (1): 5.2/113 MB Progress (1): 5.2/113 MB Progress (1): 5.2/113 MB Progress (1): 5.2/113 MB Progress (1): 5.2/113 MB Progress (1): 5.2/113 MB Progress (1): 5.2/113 MB Progress (1): 5.2/113 MB Progress (1): 5.2/113 MB Progress (1): 5.3/113 MB Progress (1): 5.3/113 MB Progress (1): 5.3/113 MB Progress (1): 5.3/113 MB Progress (1): 5.3/113 MB Progress (1): 5.3/113 MB Progress (1): 5.3/113 MB Progress (1): 5.3/113 MB Progress (1): 5.3/113 MB Progress (1): 5.3/113 MB Progress (1): 5.3/113 MB Progress (1): 5.3/113 MB Progress (1): 5.3/113 MB Progress (1): 5.3/113 MB Progress (1): 5.3/113 MB Progress (1): 5.3/113 MB Progress (1): 5.3/113 MB Progress (1): 5.3/113 MB Progress (1): 5.3/113 MB Progress (1): 5.3/113 MB Progress (1): 5.3/113 MB Progress (1): 5.3/113 MB Progress (1): 5.3/113 MB Progress (1): 5.3/113 MB Progress (1): 5.3/113 MB Progress (1): 5.3/113 MB Progress (1): 5.3/113 MB Progress (1): 5.3/113 MB Progress (1): 5.3/113 MB Progress (1): 5.3/113 MB Progress (1): 5.3/113 MB Progress (1): 5.3/113 MB Progress (1): 5.3/113 MB Progress (1): 5.3/113 MB Progress (1): 5.3/113 MB Progress (1): 5.3/113 MB Progress (1): 5.3/113 MB Progress (1): 5.3/113 MB Progress (1): 5.3/113 MB Progress (1): 5.3/113 MB Progress (1): 5.3/113 MB Progress (1): 5.3/113 MB Progress (1): 5.3/113 MB Progress (1): 5.3/113 MB Progress (1): 5.3/113 MB Progress (1): 5.3/113 MB Progress (1): 5.3/113 MB Progress (1): 5.3/113 MB Progress (1): 5.3/113 MB Progress (1): 5.4/113 MB Progress (1): 5.4/113 MB Progress (1): 5.4/113 MB Progress (1): 5.4/113 MB Progress (1): 5.4/113 MB Progress (1): 5.4/113 MB Progress (1): 5.4/113 MB Progress (1): 5.4/113 MB Progress (1): 5.4/113 MB Progress (1): 5.4/113 MB Progress (1): 5.4/113 MB Progress (1): 5.4/113 MB Progress (1): 5.4/113 MB Progress (1): 5.4/113 MB Progress (1): 5.4/113 MB Progress (1): 5.4/113 MB Progress (1): 5.4/113 MB Progress (1): 5.4/113 MB Progress (1): 5.4/113 MB Progress (1): 5.4/113 MB Progress (1): 5.4/113 MB Progress (1): 5.4/113 MB Progress (1): 5.4/113 MB Progress (1): 5.4/113 MB Progress (1): 5.4/113 MB Progress (1): 5.4/113 MB Progress (1): 5.4/113 MB Progress (1): 5.4/113 MB Progress (1): 5.4/113 MB Progress (1): 5.4/113 MB Progress (1): 5.4/113 MB Progress (1): 5.4/113 MB Progress (1): 5.4/113 MB Progress (1): 5.4/113 MB Progress (1): 5.4/113 MB Progress (1): 5.4/113 MB Progress (1): 5.4/113 MB Progress (1): 5.4/113 MB Progress (1): 5.4/113 MB Progress (1): 5.4/113 MB Progress (1): 5.4/113 MB Progress (1): 5.4/113 MB Progress (1): 5.4/113 MB Progress (1): 5.4/113 MB Progress (1): 5.4/113 MB Progress (1): 5.4/113 MB Progress (1): 5.4/113 MB Progress (1): 5.4/113 MB Progress (1): 5.4/113 MB Progress (1): 5.5/113 MB Progress (1): 5.5/113 MB Progress (1): 5.5/113 MB Progress (1): 5.5/113 MB Progress (1): 5.5/113 MB Progress (1): 5.5/113 MB Progress (1): 5.5/113 MB Progress (1): 5.5/113 MB Progress (1): 5.5/113 MB Progress (1): 5.5/113 MB Progress (1): 5.5/113 MB Progress (1): 5.5/113 MB Progress (1): 5.5/113 MB Progress (1): 5.5/113 MB Progress (1): 5.5/113 MB Progress (1): 5.5/113 MB Progress (1): 5.5/113 MB Progress (1): 5.5/113 MB Progress (1): 5.5/113 MB Progress (1): 5.5/113 MB Progress (1): 5.5/113 MB Progress (1): 5.5/113 MB Progress (1): 5.5/113 MB Progress (1): 5.5/113 MB Progress (1): 5.5/113 MB Progress (1): 5.5/113 MB Progress (1): 5.5/113 MB Progress (1): 5.5/113 MB Progress (1): 5.5/113 MB Progress (1): 5.5/113 MB Progress (1): 5.5/113 MB Progress (1): 5.5/113 MB Progress (1): 5.5/113 MB Progress (1): 5.5/113 MB Progress (1): 5.5/113 MB Progress (1): 5.5/113 MB Progress (1): 5.5/113 MB Progress (1): 5.5/113 MB Progress (1): 5.5/113 MB Progress (1): 5.5/113 MB Progress (1): 5.5/113 MB Progress (1): 5.5/113 MB Progress (1): 5.5/113 MB Progress (1): 5.5/113 MB Progress (1): 5.5/113 MB Progress (1): 5.5/113 MB Progress (1): 5.5/113 MB Progress (1): 5.5/113 MB Progress (1): 5.6/113 MB Progress (1): 5.6/113 MB Progress (1): 5.6/113 MB Progress (1): 5.6/113 MB Progress (1): 5.6/113 MB Progress (1): 5.6/113 MB Progress (1): 5.6/113 MB Progress (1): 5.6/113 MB Progress (1): 5.6/113 MB Progress (1): 5.6/113 MB Progress (1): 5.6/113 MB Progress (1): 5.6/113 MB Progress (1): 5.6/113 MB Progress (1): 5.6/113 MB Progress (1): 5.6/113 MB Progress (1): 5.6/113 MB Progress (1): 5.6/113 MB Progress (1): 5.6/113 MB Progress (1): 5.6/113 MB Progress (1): 5.6/113 MB Progress (1): 5.6/113 MB Progress (1): 5.6/113 MB Progress (1): 5.6/113 MB Progress (1): 5.6/113 MB Progress (1): 5.6/113 MB Progress (1): 5.6/113 MB Progress (1): 5.6/113 MB Progress (1): 5.6/113 MB Progress (1): 5.6/113 MB Progress (1): 5.6/113 MB Progress (1): 5.6/113 MB Progress (1): 5.6/113 MB Progress (1): 5.6/113 MB Progress (1): 5.6/113 MB Progress (1): 5.6/113 MB Progress (1): 5.6/113 MB Progress (1): 5.6/113 MB Progress (1): 5.6/113 MB Progress (1): 5.6/113 MB Progress (1): 5.6/113 MB Progress (1): 5.6/113 MB Progress (1): 5.6/113 MB Progress (1): 5.6/113 MB Progress (1): 5.6/113 MB Progress (1): 5.6/113 MB Progress (1): 5.6/113 MB Progress (1): 5.6/113 MB Progress (1): 5.6/113 MB Progress (1): 5.6/113 MB Progress (1): 5.7/113 MB Progress (1): 5.7/113 MB Progress (1): 5.7/113 MB Progress (1): 5.7/113 MB Progress (1): 5.7/113 MB Progress (1): 5.7/113 MB Progress (1): 5.7/113 MB Progress (1): 5.7/113 MB Progress (1): 5.7/113 MB Progress (1): 5.7/113 MB Progress (1): 5.7/113 MB Progress (1): 5.7/113 MB Progress (1): 5.7/113 MB Progress (1): 5.7/113 MB Progress (1): 5.7/113 MB Progress (1): 5.7/113 MB Progress (1): 5.7/113 MB Progress (1): 5.7/113 MB Progress (1): 5.7/113 MB Progress (1): 5.7/113 MB Progress (1): 5.7/113 MB Progress (1): 5.7/113 MB Progress (1): 5.7/113 MB Progress (1): 5.7/113 MB Progress (1): 5.7/113 MB Progress (1): 5.7/113 MB Progress (1): 5.7/113 MB Progress (1): 5.7/113 MB Progress (1): 5.7/113 MB Progress (1): 5.7/113 MB Progress (1): 5.7/113 MB Progress (1): 5.7/113 MB Progress (1): 5.7/113 MB Progress (1): 5.7/113 MB Progress (1): 5.7/113 MB Progress (1): 5.7/113 MB Progress (1): 5.7/113 MB Progress (1): 5.7/113 MB Progress (1): 5.7/113 MB Progress (1): 5.7/113 MB Progress (1): 5.7/113 MB Progress (1): 5.7/113 MB Progress (1): 5.7/113 MB Progress (1): 5.7/113 MB Progress (1): 5.7/113 MB Progress (1): 5.7/113 MB Progress (1): 5.7/113 MB Progress (1): 5.7/113 MB Progress (1): 5.7/113 MB Progress (1): 5.8/113 MB Progress (1): 5.8/113 MB Progress (1): 5.8/113 MB Progress (1): 5.8/113 MB Progress (1): 5.8/113 MB Progress (1): 5.8/113 MB Progress (1): 5.8/113 MB Progress (1): 5.8/113 MB Progress (1): 5.8/113 MB Progress (1): 5.8/113 MB Progress (1): 5.8/113 MB Progress (1): 5.8/113 MB Progress (1): 5.8/113 MB Progress (1): 5.8/113 MB Progress (1): 5.8/113 MB Progress (1): 5.8/113 MB Progress (1): 5.8/113 MB Progress (1): 5.8/113 MB Progress (1): 5.8/113 MB Progress (1): 5.8/113 MB Progress (1): 5.8/113 MB Progress (1): 5.8/113 MB Progress (1): 5.8/113 MB Progress (1): 5.8/113 MB Progress (1): 5.8/113 MB Progress (1): 5.8/113 MB Progress (1): 5.8/113 MB Progress (1): 5.8/113 MB Progress (1): 5.8/113 MB Progress (1): 5.8/113 MB Progress (1): 5.8/113 MB Progress (1): 5.8/113 MB Progress (1): 5.8/113 MB Progress (1): 5.8/113 MB Progress (1): 5.8/113 MB Progress (1): 5.8/113 MB Progress (1): 5.8/113 MB Progress (1): 5.8/113 MB Progress (1): 5.8/113 MB Progress (1): 5.8/113 MB Progress (1): 5.8/113 MB Progress (1): 5.8/113 MB Progress (1): 5.8/113 MB Progress (1): 5.8/113 MB Progress (1): 5.8/113 MB Progress (1): 5.8/113 MB Progress (1): 5.8/113 MB Progress (1): 5.8/113 MB Progress (1): 5.8/113 MB Progress (1): 5.9/113 MB Progress (1): 5.9/113 MB Progress (1): 5.9/113 MB Progress (1): 5.9/113 MB Progress (1): 5.9/113 MB Progress (1): 5.9/113 MB Progress (1): 5.9/113 MB Progress (1): 5.9/113 MB Progress (1): 5.9/113 MB Progress (1): 5.9/113 MB Progress (1): 5.9/113 MB Progress (1): 5.9/113 MB Progress (1): 5.9/113 MB Progress (1): 5.9/113 MB Progress (1): 5.9/113 MB Progress (1): 5.9/113 MB Progress (1): 5.9/113 MB Progress (1): 5.9/113 MB Progress (1): 5.9/113 MB Progress (1): 5.9/113 MB Progress (1): 5.9/113 MB Progress (1): 5.9/113 MB Progress (1): 5.9/113 MB Progress (1): 5.9/113 MB Progress (1): 5.9/113 MB Progress (1): 5.9/113 MB Progress (1): 5.9/113 MB Progress (1): 5.9/113 MB Progress (1): 5.9/113 MB Progress (1): 5.9/113 MB Progress (1): 5.9/113 MB Progress (1): 5.9/113 MB Progress (1): 5.9/113 MB Progress (1): 5.9/113 MB Progress (1): 5.9/113 MB Progress (1): 5.9/113 MB Progress (1): 5.9/113 MB Progress (1): 5.9/113 MB Progress (1): 5.9/113 MB Progress (1): 5.9/113 MB Progress (1): 5.9/113 MB Progress (1): 5.9/113 MB Progress (1): 5.9/113 MB Progress (1): 5.9/113 MB Progress (1): 5.9/113 MB Progress (1): 5.9/113 MB Progress (1): 5.9/113 MB Progress (1): 5.9/113 MB Progress (1): 5.9/113 MB Progress (1): 6.0/113 MB Progress (1): 6.0/113 MB Progress (1): 6.0/113 MB Progress (1): 6.0/113 MB Progress (1): 6.0/113 MB Progress (1): 6.0/113 MB Progress (1): 6.0/113 MB Progress (1): 6.0/113 MB Progress (1): 6.0/113 MB Progress (1): 6.0/113 MB Progress (1): 6.0/113 MB Progress (1): 6.0/113 MB Progress (1): 6.0/113 MB Progress (1): 6.0/113 MB Progress (1): 6.0/113 MB Progress (1): 6.0/113 MB Progress (1): 6.0/113 MB Progress (1): 6.0/113 MB Progress (1): 6.0/113 MB Progress (1): 6.0/113 MB Progress (1): 6.0/113 MB Progress (1): 6.0/113 MB Progress (1): 6.0/113 MB Progress (1): 6.0/113 MB Progress (1): 6.0/113 MB Progress (1): 6.0/113 MB Progress (1): 6.0/113 MB Progress (1): 6.0/113 MB Progress (1): 6.0/113 MB Progress (1): 6.0/113 MB Progress (1): 6.0/113 MB Progress (1): 6.0/113 MB Progress (1): 6.0/113 MB Progress (1): 6.0/113 MB Progress (1): 6.0/113 MB Progress (1): 6.0/113 MB Progress (1): 6.0/113 MB Progress (1): 6.0/113 MB Progress (1): 6.0/113 MB Progress (1): 6.0/113 MB Progress (1): 6.0/113 MB Progress (1): 6.0/113 MB Progress (1): 6.0/113 MB Progress (1): 6.0/113 MB Progress (1): 6.0/113 MB Progress (1): 6.0/113 MB Progress (1): 6.0/113 MB Progress (1): 6.0/113 MB Progress (1): 6.0/113 MB Progress (1): 6.1/113 MB Progress (1): 6.1/113 MB Progress (1): 6.1/113 MB Progress (1): 6.1/113 MB Progress (1): 6.1/113 MB Progress (1): 6.1/113 MB Progress (1): 6.1/113 MB Progress (1): 6.1/113 MB Progress (1): 6.1/113 MB Progress (1): 6.1/113 MB Progress (1): 6.1/113 MB Progress (1): 6.1/113 MB Progress (1): 6.1/113 MB Progress (1): 6.1/113 MB Progress (1): 6.1/113 MB Progress (1): 6.1/113 MB Progress (1): 6.1/113 MB Progress (1): 6.1/113 MB Progress (1): 6.1/113 MB Progress (1): 6.1/113 MB Progress (1): 6.1/113 MB Progress (1): 6.1/113 MB Progress (1): 6.1/113 MB Progress (1): 6.1/113 MB Progress (1): 6.1/113 MB Progress (1): 6.1/113 MB Progress (1): 6.1/113 MB Progress (1): 6.1/113 MB Progress (1): 6.1/113 MB Progress (1): 6.1/113 MB Progress (1): 6.1/113 MB Progress (1): 6.1/113 MB Progress (1): 6.1/113 MB Progress (1): 6.1/113 MB Progress (1): 6.1/113 MB Progress (1): 6.1/113 MB Progress (1): 6.1/113 MB Progress (1): 6.1/113 MB Progress (1): 6.1/113 MB Progress (1): 6.1/113 MB Progress (1): 6.1/113 MB Progress (1): 6.1/113 MB Progress (1): 6.1/113 MB Progress (1): 6.1/113 MB Progress (1): 6.1/113 MB Progress (1): 6.1/113 MB Progress (1): 6.1/113 MB Progress (1): 6.1/113 MB Progress (1): 6.2/113 MB Progress (1): 6.2/113 MB Progress (1): 6.2/113 MB Progress (1): 6.2/113 MB Progress (1): 6.2/113 MB Progress (1): 6.2/113 MB Progress (1): 6.2/113 MB Progress (1): 6.2/113 MB Progress (1): 6.2/113 MB Progress (1): 6.2/113 MB Progress (1): 6.2/113 MB Progress (1): 6.2/113 MB Progress (1): 6.2/113 MB Progress (1): 6.2/113 MB Progress (1): 6.2/113 MB Progress (1): 6.2/113 MB Progress (1): 6.2/113 MB Progress (1): 6.2/113 MB Progress (1): 6.2/113 MB Progress (1): 6.2/113 MB Progress (1): 6.2/113 MB Progress (1): 6.2/113 MB Progress (1): 6.2/113 MB Progress (1): 6.2/113 MB Progress (1): 6.2/113 MB Progress (1): 6.2/113 MB Progress (1): 6.2/113 MB Progress (1): 6.2/113 MB Progress (1): 6.2/113 MB Progress (1): 6.2/113 MB Progress (1): 6.2/113 MB Progress (1): 6.2/113 MB Progress (1): 6.2/113 MB Progress (1): 6.2/113 MB Progress (1): 6.2/113 MB Progress (1): 6.2/113 MB Progress (1): 6.2/113 MB Progress (1): 6.2/113 MB Progress (1): 6.2/113 MB Progress (1): 6.2/113 MB Progress (1): 6.2/113 MB Progress (1): 6.2/113 MB Progress (1): 6.2/113 MB Progress (1): 6.2/113 MB Progress (1): 6.2/113 MB Progress (1): 6.2/113 MB Progress (1): 6.2/113 MB Progress (1): 6.2/113 MB Progress (1): 6.2/113 MB Progress (1): 6.3/113 MB Progress (1): 6.3/113 MB Progress (1): 6.3/113 MB Progress (1): 6.3/113 MB Progress (1): 6.3/113 MB Progress (1): 6.3/113 MB Progress (1): 6.3/113 MB Progress (1): 6.3/113 MB Progress (1): 6.3/113 MB Progress (1): 6.3/113 MB Progress (1): 6.3/113 MB Progress (1): 6.3/113 MB Progress (1): 6.3/113 MB Progress (1): 6.3/113 MB Progress (1): 6.3/113 MB Progress (1): 6.3/113 MB Progress (1): 6.3/113 MB Progress (1): 6.3/113 MB Progress (1): 6.3/113 MB Progress (1): 6.3/113 MB Progress (1): 6.3/113 MB Progress (1): 6.3/113 MB Progress (1): 6.3/113 MB Progress (1): 6.3/113 MB Progress (1): 6.3/113 MB Progress (1): 6.3/113 MB Progress (1): 6.3/113 MB Progress (1): 6.3/113 MB Progress (1): 6.3/113 MB Progress (1): 6.3/113 MB Progress (1): 6.3/113 MB Progress (1): 6.3/113 MB Progress (1): 6.3/113 MB Progress (1): 6.3/113 MB Progress (1): 6.3/113 MB Progress (1): 6.3/113 MB Progress (1): 6.3/113 MB Progress (1): 6.3/113 MB Progress (1): 6.3/113 MB Progress (1): 6.3/113 MB Progress (1): 6.3/113 MB Progress (1): 6.3/113 MB Progress (1): 6.3/113 MB Progress (1): 6.3/113 MB Progress (1): 6.3/113 MB Progress (1): 6.3/113 MB Progress (1): 6.3/113 MB Progress (1): 6.3/113 MB Progress (1): 6.3/113 MB Progress (1): 6.4/113 MB Progress (1): 6.4/113 MB Progress (1): 6.4/113 MB Progress (1): 6.4/113 MB Progress (1): 6.4/113 MB Progress (1): 6.4/113 MB Progress (1): 6.4/113 MB Progress (1): 6.4/113 MB Progress (1): 6.4/113 MB Progress (1): 6.4/113 MB Progress (1): 6.4/113 MB Progress (1): 6.4/113 MB Progress (1): 6.4/113 MB Progress (1): 6.4/113 MB Progress (1): 6.4/113 MB Progress (1): 6.4/113 MB Progress (1): 6.4/113 MB Progress (1): 6.4/113 MB Progress (1): 6.4/113 MB Progress (1): 6.4/113 MB Progress (1): 6.4/113 MB Progress (1): 6.4/113 MB Progress (1): 6.4/113 MB Progress (1): 6.4/113 MB Progress (1): 6.4/113 MB Progress (1): 6.4/113 MB Progress (1): 6.4/113 MB Progress (1): 6.4/113 MB Progress (1): 6.4/113 MB Progress (1): 6.4/113 MB Progress (1): 6.4/113 MB Progress (1): 6.4/113 MB Progress (1): 6.4/113 MB Progress (1): 6.4/113 MB Progress (1): 6.4/113 MB Progress (1): 6.4/113 MB Progress (1): 6.4/113 MB Progress (1): 6.4/113 MB Progress (1): 6.4/113 MB Progress (1): 6.4/113 MB Progress (1): 6.4/113 MB Progress (1): 6.4/113 MB Progress (1): 6.4/113 MB Progress (1): 6.4/113 MB Progress (1): 6.4/113 MB Progress (1): 6.4/113 MB Progress (1): 6.4/113 MB Progress (1): 6.4/113 MB Progress (1): 6.4/113 MB Progress (1): 6.5/113 MB Progress (1): 6.5/113 MB Progress (1): 6.5/113 MB Progress (1): 6.5/113 MB Progress (1): 6.5/113 MB Progress (1): 6.5/113 MB Progress (1): 6.5/113 MB Progress (1): 6.5/113 MB Progress (1): 6.5/113 MB Progress (1): 6.5/113 MB Progress (1): 6.5/113 MB Progress (1): 6.5/113 MB Progress (1): 6.5/113 MB Progress (1): 6.5/113 MB Progress (1): 6.5/113 MB Progress (1): 6.5/113 MB Progress (1): 6.5/113 MB Progress (1): 6.5/113 MB Progress (1): 6.5/113 MB Progress (1): 6.5/113 MB Progress (1): 6.5/113 MB Progress (1): 6.5/113 MB Progress (1): 6.5/113 MB Progress (1): 6.5/113 MB Progress (1): 6.5/113 MB Progress (1): 6.5/113 MB Progress (1): 6.5/113 MB Progress (1): 6.5/113 MB Progress (1): 6.5/113 MB Progress (1): 6.5/113 MB Progress (1): 6.5/113 MB Progress (1): 6.5/113 MB Progress (1): 6.5/113 MB Progress (1): 6.5/113 MB Progress (1): 6.5/113 MB Progress (1): 6.5/113 MB Progress (1): 6.5/113 MB Progress (1): 6.5/113 MB Progress (1): 6.5/113 MB Progress (1): 6.5/113 MB Progress (1): 6.5/113 MB Progress (1): 6.5/113 MB Progress (1): 6.5/113 MB Progress (1): 6.5/113 MB Progress (1): 6.5/113 MB Progress (1): 6.5/113 MB Progress (1): 6.5/113 MB Progress (1): 6.5/113 MB Progress (1): 6.5/113 MB Progress (1): 6.6/113 MB Progress (1): 6.6/113 MB Progress (1): 6.6/113 MB Progress (1): 6.6/113 MB Progress (1): 6.6/113 MB Progress (1): 6.6/113 MB Progress (1): 6.6/113 MB Progress (1): 6.6/113 MB Progress (1): 6.6/113 MB Progress (1): 6.6/113 MB Progress (1): 6.6/113 MB Progress (1): 6.6/113 MB Progress (1): 6.6/113 MB Progress (1): 6.6/113 MB Progress (1): 6.6/113 MB Progress (1): 6.6/113 MB Progress (1): 6.6/113 MB Progress (1): 6.6/113 MB Progress (1): 6.6/113 MB Progress (1): 6.6/113 MB Progress (1): 6.6/113 MB Progress (1): 6.6/113 MB Progress (1): 6.6/113 MB Progress (1): 6.6/113 MB Progress (1): 6.6/113 MB Progress (1): 6.6/113 MB Progress (1): 6.6/113 MB Progress (1): 6.6/113 MB Progress (1): 6.6/113 MB Progress (1): 6.6/113 MB Progress (1): 6.6/113 MB Progress (1): 6.6/113 MB Progress (1): 6.6/113 MB Progress (1): 6.6/113 MB Progress (1): 6.6/113 MB Progress (1): 6.6/113 MB Progress (1): 6.6/113 MB Progress (1): 6.6/113 MB Progress (1): 6.6/113 MB Progress (1): 6.6/113 MB Progress (1): 6.6/113 MB Progress (1): 6.6/113 MB Progress (1): 6.6/113 MB Progress (1): 6.6/113 MB Progress (1): 6.6/113 MB Progress (1): 6.6/113 MB Progress (1): 6.6/113 MB Progress (1): 6.6/113 MB Progress (1): 6.6/113 MB Progress (1): 6.7/113 MB Progress (1): 6.7/113 MB Progress (1): 6.7/113 MB Progress (1): 6.7/113 MB Progress (1): 6.7/113 MB Progress (1): 6.7/113 MB Progress (1): 6.7/113 MB Progress (1): 6.7/113 MB Progress (1): 6.7/113 MB Progress (1): 6.7/113 MB Progress (1): 6.7/113 MB Progress (1): 6.7/113 MB Progress (1): 6.7/113 MB Progress (1): 6.7/113 MB Progress (1): 6.7/113 MB Progress (1): 6.7/113 MB Progress (1): 6.7/113 MB Progress (1): 6.7/113 MB Progress (1): 6.7/113 MB Progress (1): 6.7/113 MB Progress (1): 6.7/113 MB Progress (1): 6.7/113 MB Progress (1): 6.7/113 MB Progress (1): 6.7/113 MB Progress (1): 6.7/113 MB Progress (1): 6.7/113 MB Progress (1): 6.7/113 MB Progress (1): 6.7/113 MB Progress (1): 6.7/113 MB Progress (1): 6.7/113 MB Progress (1): 6.7/113 MB Progress (1): 6.7/113 MB Progress (1): 6.7/113 MB Progress (1): 6.7/113 MB Progress (1): 6.7/113 MB Progress (1): 6.7/113 MB Progress (1): 6.7/113 MB Progress (1): 6.7/113 MB Progress (1): 6.7/113 MB Progress (1): 6.7/113 MB Progress (1): 6.7/113 MB Progress (1): 6.7/113 MB Progress (1): 6.7/113 MB Progress (1): 6.7/113 MB Progress (1): 6.7/113 MB Progress (1): 6.7/113 MB Progress (1): 6.7/113 MB Progress (1): 6.7/113 MB Progress (1): 6.8/113 MB Progress (1): 6.8/113 MB Progress (1): 6.8/113 MB Progress (1): 6.8/113 MB Progress (1): 6.8/113 MB Progress (1): 6.8/113 MB Progress (1): 6.8/113 MB Progress (1): 6.8/113 MB Progress (1): 6.8/113 MB Progress (1): 6.8/113 MB Progress (1): 6.8/113 MB Progress (1): 6.8/113 MB Progress (1): 6.8/113 MB Progress (1): 6.8/113 MB Progress (1): 6.8/113 MB Progress (1): 6.8/113 MB Progress (1): 6.8/113 MB Progress (1): 6.8/113 MB Progress (1): 6.8/113 MB Progress (1): 6.8/113 MB Progress (1): 6.8/113 MB Progress (1): 6.8/113 MB Progress (1): 6.8/113 MB Progress (1): 6.8/113 MB Progress (1): 6.8/113 MB Progress (1): 6.8/113 MB Progress (1): 6.8/113 MB Progress (1): 6.8/113 MB Progress (1): 6.8/113 MB Progress (1): 6.8/113 MB Progress (1): 6.8/113 MB Progress (1): 6.8/113 MB Progress (1): 6.8/113 MB Progress (1): 6.8/113 MB Progress (1): 6.8/113 MB Progress (1): 6.8/113 MB Progress (1): 6.8/113 MB Progress (1): 6.8/113 MB Progress (1): 6.8/113 MB Progress (1): 6.8/113 MB Progress (1): 6.8/113 MB Progress (1): 6.8/113 MB Progress (1): 6.8/113 MB Progress (1): 6.8/113 MB Progress (1): 6.8/113 MB Progress (1): 6.8/113 MB Progress (1): 6.8/113 MB Progress (1): 6.8/113 MB Progress (1): 6.8/113 MB Progress (1): 6.9/113 MB Progress (1): 6.9/113 MB Progress (1): 6.9/113 MB Progress (1): 6.9/113 MB Progress (1): 6.9/113 MB Progress (1): 6.9/113 MB Progress (1): 6.9/113 MB Progress (1): 6.9/113 MB Progress (1): 6.9/113 MB Progress (1): 6.9/113 MB Progress (1): 6.9/113 MB Progress (1): 6.9/113 MB Progress (1): 6.9/113 MB Progress (1): 6.9/113 MB Progress (1): 6.9/113 MB Progress (1): 6.9/113 MB Progress (1): 6.9/113 MB Progress (1): 6.9/113 MB Progress (1): 6.9/113 MB Progress (1): 6.9/113 MB Progress (1): 6.9/113 MB Progress (1): 6.9/113 MB Progress (1): 6.9/113 MB Progress (1): 6.9/113 MB Progress (1): 6.9/113 MB Progress (1): 6.9/113 MB Progress (1): 6.9/113 MB Progress (1): 6.9/113 MB Progress (1): 6.9/113 MB Progress (1): 6.9/113 MB Progress (1): 6.9/113 MB Progress (1): 6.9/113 MB Progress (1): 6.9/113 MB Progress (1): 6.9/113 MB Progress (1): 6.9/113 MB Progress (1): 6.9/113 MB Progress (1): 6.9/113 MB Progress (1): 6.9/113 MB Progress (1): 6.9/113 MB Progress (1): 6.9/113 MB Progress (1): 6.9/113 MB Progress (1): 6.9/113 MB Progress (1): 6.9/113 MB Progress (1): 6.9/113 MB Progress (1): 6.9/113 MB Progress (1): 6.9/113 MB Progress (1): 6.9/113 MB Progress (1): 6.9/113 MB Progress (1): 6.9/113 MB Progress (1): 7.0/113 MB Progress (1): 7.0/113 MB Progress (1): 7.0/113 MB Progress (1): 7.0/113 MB Progress (1): 7.0/113 MB Progress (1): 7.0/113 MB Progress (1): 7.0/113 MB Progress (1): 7.0/113 MB Progress (1): 7.0/113 MB Progress (1): 7.0/113 MB Progress (1): 7.0/113 MB Progress (1): 7.0/113 MB Progress (1): 7.0/113 MB Progress (1): 7.0/113 MB Progress (1): 7.0/113 MB Progress (1): 7.0/113 MB Progress (1): 7.0/113 MB Progress (1): 7.0/113 MB Progress (1): 7.0/113 MB Progress (1): 7.0/113 MB Progress (1): 7.0/113 MB Progress (1): 7.0/113 MB Progress (1): 7.0/113 MB Progress (1): 7.0/113 MB Progress (1): 7.0/113 MB Progress (1): 7.0/113 MB Progress (1): 7.0/113 MB Progress (1): 7.0/113 MB Progress (1): 7.0/113 MB Progress (1): 7.0/113 MB Progress (1): 7.0/113 MB Progress (1): 7.0/113 MB Progress (1): 7.0/113 MB Progress (1): 7.0/113 MB Progress (1): 7.0/113 MB Progress (1): 7.0/113 MB Progress (1): 7.0/113 MB Progress (1): 7.0/113 MB Progress (1): 7.0/113 MB Progress (1): 7.0/113 MB Progress (1): 7.0/113 MB Progress (1): 7.0/113 MB Progress (1): 7.0/113 MB Progress (1): 7.0/113 MB Progress (1): 7.0/113 MB Progress (1): 7.0/113 MB Progress (1): 7.0/113 MB Progress (1): 7.0/113 MB Progress (1): 7.0/113 MB Progress (1): 7.1/113 MB Progress (1): 7.1/113 MB Progress (1): 7.1/113 MB Progress (1): 7.1/113 MB Progress (1): 7.1/113 MB Progress (1): 7.1/113 MB Progress (1): 7.1/113 MB Progress (1): 7.1/113 MB Progress (1): 7.1/113 MB Progress (1): 7.1/113 MB Progress (1): 7.1/113 MB Progress (1): 7.1/113 MB Progress (1): 7.1/113 MB Progress (1): 7.1/113 MB Progress (1): 7.1/113 MB Progress (1): 7.1/113 MB Progress (1): 7.1/113 MB Progress (1): 7.1/113 MB Progress (1): 7.1/113 MB Progress (1): 7.1/113 MB Progress (1): 7.1/113 MB Progress (1): 7.1/113 MB Progress (1): 7.1/113 MB Progress (1): 7.1/113 MB Progress (1): 7.1/113 MB Progress (1): 7.1/113 MB Progress (1): 7.1/113 MB Progress (1): 7.1/113 MB Progress (1): 7.1/113 MB Progress (1): 7.1/113 MB Progress (1): 7.1/113 MB Progress (1): 7.1/113 MB Progress (1): 7.1/113 MB Progress (1): 7.1/113 MB Progress (1): 7.1/113 MB Progress (1): 7.1/113 MB Progress (1): 7.1/113 MB Progress (1): 7.1/113 MB Progress (1): 7.1/113 MB Progress (1): 7.1/113 MB Progress (1): 7.1/113 MB Progress (1): 7.1/113 MB Progress (1): 7.1/113 MB Progress (1): 7.1/113 MB Progress (1): 7.1/113 MB Progress (1): 7.1/113 MB Progress (1): 7.1/113 MB Progress (1): 7.1/113 MB Progress (1): 7.1/113 MB Progress (1): 7.2/113 MB Progress (1): 7.2/113 MB Progress (1): 7.2/113 MB Progress (1): 7.2/113 MB Progress (1): 7.2/113 MB Progress (1): 7.2/113 MB Progress (1): 7.2/113 MB Progress (1): 7.2/113 MB Progress (1): 7.2/113 MB Progress (1): 7.2/113 MB Progress (1): 7.2/113 MB Progress (1): 7.2/113 MB Progress (1): 7.2/113 MB Progress (1): 7.2/113 MB Progress (1): 7.2/113 MB Progress (1): 7.2/113 MB Progress (1): 7.2/113 MB Progress (1): 7.2/113 MB Progress (1): 7.2/113 MB Progress (1): 7.2/113 MB Progress (1): 7.2/113 MB Progress (1): 7.2/113 MB Progress (1): 7.2/113 MB Progress (1): 7.2/113 MB Progress (1): 7.2/113 MB Progress (1): 7.2/113 MB Progress (1): 7.2/113 MB Progress (1): 7.2/113 MB Progress (1): 7.2/113 MB Progress (1): 7.2/113 MB Progress (1): 7.2/113 MB Progress (1): 7.2/113 MB Progress (1): 7.2/113 MB Progress (1): 7.2/113 MB Progress (1): 7.2/113 MB Progress (1): 7.2/113 MB Progress (1): 7.2/113 MB Progress (1): 7.2/113 MB Progress (1): 7.2/113 MB Progress (1): 7.2/113 MB Progress (1): 7.2/113 MB Progress (1): 7.2/113 MB Progress (1): 7.2/113 MB Progress (1): 7.2/113 MB Progress (1): 7.2/113 MB Progress (1): 7.2/113 MB Progress (1): 7.2/113 MB Progress (1): 7.2/113 MB Progress (1): 7.2/113 MB Progress (1): 7.3/113 MB Progress (1): 7.3/113 MB Progress (1): 7.3/113 MB Progress (1): 7.3/113 MB Progress (1): 7.3/113 MB Progress (1): 7.3/113 MB Progress (1): 7.3/113 MB Progress (1): 7.3/113 MB Progress (1): 7.3/113 MB Progress (1): 7.3/113 MB Progress (1): 7.3/113 MB Progress (1): 7.3/113 MB Progress (1): 7.3/113 MB Progress (1): 7.3/113 MB Progress (1): 7.3/113 MB Progress (1): 7.3/113 MB Progress (1): 7.3/113 MB Progress (1): 7.3/113 MB Progress (1): 7.3/113 MB Progress (1): 7.3/113 MB Progress (1): 7.3/113 MB Progress (1): 7.3/113 MB Progress (1): 7.3/113 MB Progress (1): 7.3/113 MB Progress (1): 7.3/113 MB Progress (1): 7.3/113 MB Progress (1): 7.3/113 MB Progress (1): 7.3/113 MB Progress (1): 7.3/113 MB Progress (1): 7.3/113 MB Progress (1): 7.3/113 MB Progress (1): 7.3/113 MB Progress (1): 7.3/113 MB Progress (1): 7.3/113 MB Progress (1): 7.3/113 MB Progress (1): 7.3/113 MB Progress (1): 7.3/113 MB Progress (1): 7.3/113 MB Progress (1): 7.3/113 MB Progress (1): 7.3/113 MB Progress (1): 7.3/113 MB Progress (1): 7.3/113 MB Progress (1): 7.3/113 MB Progress (1): 7.3/113 MB Progress (1): 7.3/113 MB Progress (1): 7.3/113 MB Progress (1): 7.3/113 MB Progress (1): 7.3/113 MB Progress (1): 7.4/113 MB Progress (1): 7.4/113 MB Progress (1): 7.4/113 MB Progress (1): 7.4/113 MB Progress (1): 7.4/113 MB Progress (1): 7.4/113 MB Progress (1): 7.4/113 MB Progress (1): 7.4/113 MB Progress (1): 7.4/113 MB Progress (1): 7.4/113 MB Progress (1): 7.4/113 MB Progress (1): 7.4/113 MB Progress (1): 7.4/113 MB Progress (1): 7.4/113 MB Progress (1): 7.4/113 MB Progress (1): 7.4/113 MB Progress (1): 7.4/113 MB Progress (1): 7.4/113 MB Progress (1): 7.4/113 MB Progress (1): 7.4/113 MB Progress (1): 7.4/113 MB Progress (1): 7.4/113 MB Progress (1): 7.4/113 MB Progress (1): 7.4/113 MB Progress (1): 7.4/113 MB Progress (1): 7.4/113 MB Progress (1): 7.4/113 MB Progress (1): 7.4/113 MB Progress (1): 7.4/113 MB Progress (1): 7.4/113 MB Progress (1): 7.4/113 MB Progress (1): 7.4/113 MB Progress (1): 7.4/113 MB Progress (1): 7.4/113 MB Progress (1): 7.4/113 MB Progress (1): 7.4/113 MB Progress (1): 7.4/113 MB Progress (1): 7.4/113 MB Progress (1): 7.4/113 MB Progress (1): 7.4/113 MB Progress (1): 7.4/113 MB Progress (1): 7.4/113 MB Progress (1): 7.4/113 MB Progress (1): 7.4/113 MB Progress (1): 7.4/113 MB Progress (1): 7.4/113 MB Progress (1): 7.4/113 MB Progress (1): 7.4/113 MB Progress (1): 7.4/113 MB Progress (1): 7.5/113 MB Progress (1): 7.5/113 MB Progress (1): 7.5/113 MB Progress (1): 7.5/113 MB Progress (1): 7.5/113 MB Progress (1): 7.5/113 MB Progress (1): 7.5/113 MB Progress (1): 7.5/113 MB Progress (1): 7.5/113 MB Progress (1): 7.5/113 MB Progress (1): 7.5/113 MB Progress (1): 7.5/113 MB Progress (1): 7.5/113 MB Progress (1): 7.5/113 MB Progress (1): 7.5/113 MB Progress (1): 7.5/113 MB Progress (1): 7.5/113 MB Progress (1): 7.5/113 MB Progress (1): 7.5/113 MB Progress (1): 7.5/113 MB Progress (1): 7.5/113 MB Progress (1): 7.5/113 MB Progress (1): 7.5/113 MB Progress (1): 7.5/113 MB Progress (1): 7.5/113 MB Progress (1): 7.5/113 MB Progress (1): 7.5/113 MB Progress (1): 7.5/113 MB Progress (1): 7.5/113 MB Progress (1): 7.5/113 MB Progress (1): 7.5/113 MB Progress (1): 7.5/113 MB Progress (1): 7.5/113 MB Progress (1): 7.5/113 MB Progress (1): 7.5/113 MB Progress (1): 7.5/113 MB Progress (1): 7.5/113 MB Progress (1): 7.5/113 MB Progress (1): 7.5/113 MB Progress (1): 7.5/113 MB Progress (1): 7.5/113 MB Progress (1): 7.5/113 MB Progress (1): 7.5/113 MB Progress (1): 7.5/113 MB Progress (1): 7.5/113 MB Progress (1): 7.5/113 MB Progress (1): 7.5/113 MB Progress (1): 7.5/113 MB Progress (1): 7.5/113 MB Progress (1): 7.6/113 MB Progress (1): 7.6/113 MB Progress (1): 7.6/113 MB Progress (1): 7.6/113 MB Progress (1): 7.6/113 MB Progress (1): 7.6/113 MB Progress (1): 7.6/113 MB Progress (1): 7.6/113 MB Progress (1): 7.6/113 MB Progress (1): 7.6/113 MB Progress (1): 7.6/113 MB Progress (1): 7.6/113 MB Progress (1): 7.6/113 MB Progress (1): 7.6/113 MB Progress (1): 7.6/113 MB Progress (1): 7.6/113 MB Progress (1): 7.6/113 MB Progress (1): 7.6/113 MB Progress (1): 7.6/113 MB Progress (1): 7.6/113 MB Progress (1): 7.6/113 MB Progress (1): 7.6/113 MB Progress (1): 7.6/113 MB Progress (1): 7.6/113 MB Progress (1): 7.6/113 MB Progress (1): 7.6/113 MB Progress (1): 7.6/113 MB Progress (1): 7.6/113 MB Progress (1): 7.6/113 MB Progress (1): 7.6/113 MB Progress (1): 7.6/113 MB Progress (1): 7.6/113 MB Progress (1): 7.6/113 MB Progress (1): 7.6/113 MB Progress (1): 7.6/113 MB Progress (1): 7.6/113 MB Progress (1): 7.6/113 MB Progress (1): 7.6/113 MB Progress (1): 7.6/113 MB Progress (1): 7.6/113 MB Progress (1): 7.6/113 MB Progress (1): 7.6/113 MB Progress (1): 7.6/113 MB Progress (1): 7.6/113 MB Progress (1): 7.6/113 MB Progress (1): 7.6/113 MB Progress (1): 7.6/113 MB Progress (1): 7.6/113 MB Progress (1): 7.6/113 MB Progress (1): 7.7/113 MB Progress (1): 7.7/113 MB Progress (1): 7.7/113 MB Progress (1): 7.7/113 MB Progress (1): 7.7/113 MB Progress (1): 7.7/113 MB Progress (1): 7.7/113 MB Progress (1): 7.7/113 MB Progress (1): 7.7/113 MB Progress (1): 7.7/113 MB Progress (1): 7.7/113 MB Progress (1): 7.7/113 MB Progress (1): 7.7/113 MB Progress (1): 7.7/113 MB Progress (1): 7.7/113 MB Progress (1): 7.7/113 MB Progress (1): 7.7/113 MB Progress (1): 7.7/113 MB Progress (1): 7.7/113 MB Progress (1): 7.7/113 MB Progress (1): 7.7/113 MB Progress (1): 7.7/113 MB Progress (1): 7.7/113 MB Progress (1): 7.7/113 MB Progress (1): 7.7/113 MB Progress (1): 7.7/113 MB Progress (1): 7.7/113 MB Progress (1): 7.7/113 MB Progress (1): 7.7/113 MB Progress (1): 7.7/113 MB Progress (1): 7.7/113 MB Progress (1): 7.7/113 MB Progress (1): 7.7/113 MB Progress (1): 7.7/113 MB Progress (1): 7.7/113 MB Progress (1): 7.7/113 MB Progress (1): 7.7/113 MB Progress (1): 7.7/113 MB Progress (1): 7.7/113 MB Progress (1): 7.7/113 MB Progress (1): 7.7/113 MB Progress (1): 7.7/113 MB Progress (1): 7.7/113 MB Progress (1): 7.7/113 MB Progress (1): 7.7/113 MB Progress (1): 7.7/113 MB Progress (1): 7.7/113 MB Progress (1): 7.7/113 MB Progress (1): 7.7/113 MB Progress (1): 7.8/113 MB Progress (1): 7.8/113 MB Progress (1): 7.8/113 MB Progress (1): 7.8/113 MB Progress (1): 7.8/113 MB Progress (1): 7.8/113 MB Progress (1): 7.8/113 MB Progress (1): 7.8/113 MB Progress (1): 7.8/113 MB Progress (1): 7.8/113 MB Progress (1): 7.8/113 MB Progress (1): 7.8/113 MB Progress (1): 7.8/113 MB Progress (1): 7.8/113 MB Progress (1): 7.8/113 MB Progress (1): 7.8/113 MB Progress (1): 7.8/113 MB Progress (1): 7.8/113 MB Progress (1): 7.8/113 MB Progress (1): 7.8/113 MB Progress (1): 7.8/113 MB Progress (1): 7.8/113 MB Progress (1): 7.8/113 MB Progress (1): 7.8/113 MB Progress (1): 7.8/113 MB Progress (1): 7.8/113 MB Progress (1): 7.8/113 MB Progress (1): 7.8/113 MB Progress (1): 7.8/113 MB Progress (1): 7.8/113 MB Progress (1): 7.8/113 MB Progress (1): 7.8/113 MB Progress (1): 7.8/113 MB Progress (1): 7.8/113 MB Progress (1): 7.8/113 MB Progress (1): 7.8/113 MB Progress (1): 7.8/113 MB Progress (1): 7.8/113 MB Progress (1): 7.8/113 MB Progress (1): 7.8/113 MB Progress (1): 7.8/113 MB Progress (1): 7.8/113 MB Progress (1): 7.8/113 MB Progress (1): 7.8/113 MB Progress (1): 7.8/113 MB Progress (1): 7.8/113 MB Progress (1): 7.8/113 MB Progress (1): 7.8/113 MB Progress (1): 7.8/113 MB Progress (1): 7.9/113 MB Progress (1): 7.9/113 MB Progress (1): 7.9/113 MB Progress (1): 7.9/113 MB Progress (1): 7.9/113 MB Progress (1): 7.9/113 MB Progress (1): 7.9/113 MB Progress (1): 7.9/113 MB Progress (1): 7.9/113 MB Progress (1): 7.9/113 MB Progress (1): 7.9/113 MB Progress (1): 7.9/113 MB Progress (1): 7.9/113 MB Progress (1): 7.9/113 MB Progress (1): 7.9/113 MB Progress (1): 7.9/113 MB Progress (1): 7.9/113 MB Progress (1): 7.9/113 MB Progress (1): 7.9/113 MB Progress (1): 7.9/113 MB Progress (1): 7.9/113 MB Progress (1): 7.9/113 MB Progress (1): 7.9/113 MB Progress (1): 7.9/113 MB Progress (1): 7.9/113 MB Progress (1): 7.9/113 MB Progress (1): 7.9/113 MB Progress (1): 7.9/113 MB Progress (1): 7.9/113 MB Progress (1): 7.9/113 MB Progress (1): 7.9/113 MB Progress (1): 7.9/113 MB Progress (1): 7.9/113 MB Progress (1): 7.9/113 MB Progress (1): 7.9/113 MB Progress (1): 7.9/113 MB Progress (1): 7.9/113 MB Progress (1): 7.9/113 MB Progress (1): 7.9/113 MB Progress (1): 7.9/113 MB Progress (1): 7.9/113 MB Progress (1): 7.9/113 MB Progress (1): 7.9/113 MB Progress (1): 7.9/113 MB Progress (1): 7.9/113 MB Progress (1): 7.9/113 MB Progress (1): 7.9/113 MB Progress (1): 7.9/113 MB Progress (1): 8.0/113 MB Progress (1): 8.0/113 MB Progress (1): 8.0/113 MB Progress (1): 8.0/113 MB Progress (1): 8.0/113 MB Progress (1): 8.0/113 MB Progress (1): 8.0/113 MB Progress (1): 8.0/113 MB Progress (1): 8.0/113 MB Progress (1): 8.0/113 MB Progress (1): 8.0/113 MB Progress (1): 8.0/113 MB Progress (1): 8.0/113 MB Progress (1): 8.0/113 MB Progress (1): 8.0/113 MB Progress (1): 8.0/113 MB Progress (1): 8.0/113 MB Progress (1): 8.0/113 MB Progress (1): 8.0/113 MB Progress (1): 8.0/113 MB Progress (1): 8.0/113 MB Progress (1): 8.0/113 MB Progress (1): 8.0/113 MB Progress (1): 8.0/113 MB Progress (1): 8.0/113 MB Progress (1): 8.0/113 MB Progress (1): 8.0/113 MB Progress (1): 8.0/113 MB Progress (1): 8.0/113 MB Progress (1): 8.0/113 MB Progress (1): 8.0/113 MB Progress (1): 8.0/113 MB Progress (1): 8.0/113 MB Progress (1): 8.0/113 MB Progress (1): 8.0/113 MB Progress (1): 8.0/113 MB Progress (1): 8.0/113 MB Progress (1): 8.0/113 MB Progress (1): 8.0/113 MB Progress (1): 8.0/113 MB Progress (1): 8.0/113 MB Progress (1): 8.0/113 MB Progress (1): 8.0/113 MB Progress (1): 8.0/113 MB Progress (1): 8.0/113 MB Progress (1): 8.0/113 MB Progress (1): 8.0/113 MB Progress (1): 8.0/113 MB Progress (1): 8.0/113 MB Progress (1): 8.1/113 MB Progress (1): 8.1/113 MB Progress (1): 8.1/113 MB Progress (1): 8.1/113 MB Progress (1): 8.1/113 MB Progress (1): 8.1/113 MB Progress (1): 8.1/113 MB Progress (1): 8.1/113 MB Progress (1): 8.1/113 MB Progress (1): 8.1/113 MB Progress (1): 8.1/113 MB Progress (1): 8.1/113 MB Progress (1): 8.1/113 MB Progress (1): 8.1/113 MB Progress (1): 8.1/113 MB Progress (1): 8.1/113 MB Progress (1): 8.1/113 MB Progress (1): 8.1/113 MB Progress (1): 8.1/113 MB Progress (1): 8.1/113 MB Progress (1): 8.1/113 MB Progress (1): 8.1/113 MB Progress (1): 8.1/113 MB Progress (1): 8.1/113 MB Progress (1): 8.1/113 MB Progress (1): 8.1/113 MB Progress (1): 8.1/113 MB Progress (1): 8.1/113 MB Progress (1): 8.1/113 MB Progress (1): 8.1/113 MB Progress (1): 8.1/113 MB Progress (1): 8.1/113 MB Progress (1): 8.1/113 MB Progress (1): 8.1/113 MB Progress (1): 8.1/113 MB Progress (1): 8.1/113 MB Progress (1): 8.1/113 MB Progress (1): 8.1/113 MB Progress (1): 8.1/113 MB Progress (1): 8.1/113 MB Progress (1): 8.1/113 MB Progress (1): 8.1/113 MB Progress (1): 8.1/113 MB Progress (1): 8.1/113 MB Progress (1): 8.1/113 MB Progress (1): 8.1/113 MB Progress (1): 8.1/113 MB Progress (1): 8.1/113 MB Progress (1): 8.1/113 MB Progress (1): 8.2/113 MB Progress (1): 8.2/113 MB Progress (1): 8.2/113 MB Progress (1): 8.2/113 MB Progress (1): 8.2/113 MB Progress (1): 8.2/113 MB Progress (1): 8.2/113 MB Progress (1): 8.2/113 MB Progress (1): 8.2/113 MB Progress (1): 8.2/113 MB Progress (1): 8.2/113 MB Progress (1): 8.2/113 MB Progress (1): 8.2/113 MB Progress (1): 8.2/113 MB Progress (1): 8.2/113 MB Progress (1): 8.2/113 MB Progress (1): 8.2/113 MB Progress (1): 8.2/113 MB Progress (1): 8.2/113 MB Progress (1): 8.2/113 MB Progress (1): 8.2/113 MB Progress (1): 8.2/113 MB Progress (1): 8.2/113 MB Progress (1): 8.2/113 MB Progress (1): 8.2/113 MB Progress (1): 8.2/113 MB Progress (1): 8.2/113 MB Progress (1): 8.2/113 MB Progress (1): 8.2/113 MB Progress (1): 8.2/113 MB Progress (1): 8.2/113 MB Progress (1): 8.2/113 MB Progress (1): 8.2/113 MB Progress (1): 8.2/113 MB Progress (1): 8.2/113 MB Progress (1): 8.2/113 MB Progress (1): 8.2/113 MB Progress (1): 8.2/113 MB Progress (1): 8.2/113 MB Progress (1): 8.2/113 MB Progress (1): 8.2/113 MB Progress (1): 8.2/113 MB Progress (1): 8.2/113 MB Progress (1): 8.2/113 MB Progress (1): 8.2/113 MB Progress (1): 8.2/113 MB Progress (1): 8.2/113 MB Progress (1): 8.2/113 MB Progress (1): 8.2/113 MB Progress (1): 8.3/113 MB Progress (1): 8.3/113 MB Progress (1): 8.3/113 MB Progress (1): 8.3/113 MB Progress (1): 8.3/113 MB Progress (1): 8.3/113 MB Progress (1): 8.3/113 MB Progress (1): 8.3/113 MB Progress (1): 8.3/113 MB Progress (1): 8.3/113 MB Progress (1): 8.3/113 MB Progress (1): 8.3/113 MB Progress (1): 8.3/113 MB Progress (1): 8.3/113 MB Progress (1): 8.3/113 MB Progress (1): 8.3/113 MB Progress (1): 8.3/113 MB Progress (1): 8.3/113 MB Progress (1): 8.3/113 MB Progress (1): 8.3/113 MB Progress (1): 8.3/113 MB Progress (1): 8.3/113 MB Progress (1): 8.3/113 MB Progress (1): 8.3/113 MB Progress (1): 8.3/113 MB Progress (1): 8.3/113 MB Progress (1): 8.3/113 MB Progress (1): 8.3/113 MB Progress (1): 8.3/113 MB Progress (1): 8.3/113 MB Progress (1): 8.3/113 MB Progress (1): 8.3/113 MB Progress (1): 8.3/113 MB Progress (1): 8.3/113 MB Progress (1): 8.3/113 MB Progress (1): 8.3/113 MB Progress (1): 8.3/113 MB Progress (1): 8.3/113 MB Progress (1): 8.3/113 MB Progress (1): 8.3/113 MB Progress (1): 8.3/113 MB Progress (1): 8.3/113 MB Progress (1): 8.3/113 MB Progress (1): 8.3/113 MB Progress (1): 8.3/113 MB Progress (1): 8.3/113 MB Progress (1): 8.3/113 MB Progress (1): 8.3/113 MB Progress (1): 8.3/113 MB Progress (1): 8.4/113 MB Progress (1): 8.4/113 MB Progress (1): 8.4/113 MB Progress (1): 8.4/113 MB Progress (1): 8.4/113 MB Progress (1): 8.4/113 MB Progress (1): 8.4/113 MB Progress (1): 8.4/113 MB Progress (1): 8.4/113 MB Progress (1): 8.4/113 MB Progress (1): 8.4/113 MB Progress (1): 8.4/113 MB Progress (1): 8.4/113 MB Progress (1): 8.4/113 MB Progress (1): 8.4/113 MB Progress (1): 8.4/113 MB Progress (1): 8.4/113 MB Progress (1): 8.4/113 MB Progress (1): 8.4/113 MB Progress (1): 8.4/113 MB Progress (1): 8.4/113 MB Progress (1): 8.4/113 MB Progress (1): 8.4/113 MB Progress (1): 8.4/113 MB Progress (1): 8.4/113 MB Progress (1): 8.4/113 MB Progress (1): 8.4/113 MB Progress (1): 8.4/113 MB Progress (1): 8.4/113 MB Progress (1): 8.4/113 MB Progress (1): 8.4/113 MB Progress (1): 8.4/113 MB Progress (1): 8.4/113 MB Progress (1): 8.4/113 MB Progress (1): 8.4/113 MB Progress (1): 8.4/113 MB Progress (1): 8.4/113 MB Progress (1): 8.4/113 MB Progress (1): 8.4/113 MB Progress (1): 8.4/113 MB Progress (1): 8.4/113 MB Progress (1): 8.4/113 MB Progress (1): 8.4/113 MB Progress (1): 8.4/113 MB Progress (1): 8.4/113 MB Progress (1): 8.4/113 MB Progress (1): 8.4/113 MB Progress (1): 8.4/113 MB Progress (1): 8.5/113 MB Progress (1): 8.5/113 MB Progress (1): 8.5/113 MB Progress (1): 8.5/113 MB Progress (1): 8.5/113 MB Progress (1): 8.5/113 MB Progress (1): 8.5/113 MB Progress (1): 8.5/113 MB Progress (1): 8.5/113 MB Progress (1): 8.5/113 MB Progress (1): 8.5/113 MB Progress (1): 8.5/113 MB Progress (1): 8.5/113 MB Progress (1): 8.5/113 MB Progress (1): 8.5/113 MB Progress (1): 8.5/113 MB Progress (1): 8.5/113 MB Progress (1): 8.5/113 MB Progress (1): 8.5/113 MB Progress (1): 8.5/113 MB Progress (1): 8.5/113 MB Progress (1): 8.5/113 MB Progress (1): 8.5/113 MB Progress (1): 8.5/113 MB Progress (1): 8.5/113 MB Progress (1): 8.5/113 MB Progress (1): 8.5/113 MB Progress (1): 8.5/113 MB Progress (1): 8.5/113 MB Progress (1): 8.5/113 MB Progress (1): 8.5/113 MB Progress (1): 8.5/113 MB Progress (1): 8.5/113 MB Progress (1): 8.5/113 MB Progress (1): 8.5/113 MB Progress (1): 8.5/113 MB Progress (1): 8.5/113 MB Progress (1): 8.5/113 MB Progress (1): 8.5/113 MB Progress (1): 8.5/113 MB Progress (1): 8.5/113 MB Progress (1): 8.5/113 MB Progress (1): 8.5/113 MB Progress (1): 8.5/113 MB Progress (1): 8.5/113 MB Progress (1): 8.5/113 MB Progress (1): 8.5/113 MB Progress (1): 8.5/113 MB Progress (1): 8.5/113 MB Progress (1): 8.6/113 MB Progress (1): 8.6/113 MB Progress (1): 8.6/113 MB Progress (1): 8.6/113 MB Progress (1): 8.6/113 MB Progress (1): 8.6/113 MB Progress (1): 8.6/113 MB Progress (1): 8.6/113 MB Progress (1): 8.6/113 MB Progress (1): 8.6/113 MB Progress (1): 8.6/113 MB Progress (1): 8.6/113 MB Progress (1): 8.6/113 MB Progress (1): 8.6/113 MB Progress (1): 8.6/113 MB Progress (1): 8.6/113 MB Progress (1): 8.6/113 MB Progress (1): 8.6/113 MB Progress (1): 8.6/113 MB Progress (1): 8.6/113 MB Progress (1): 8.6/113 MB Progress (1): 8.6/113 MB Progress (1): 8.6/113 MB Progress (1): 8.6/113 MB Progress (1): 8.6/113 MB Progress (1): 8.6/113 MB Progress (1): 8.6/113 MB Progress (1): 8.6/113 MB Progress (1): 8.6/113 MB Progress (1): 8.6/113 MB Progress (1): 8.6/113 MB Progress (1): 8.6/113 MB Progress (1): 8.6/113 MB Progress (1): 8.6/113 MB Progress (1): 8.6/113 MB Progress (1): 8.6/113 MB Progress (1): 8.6/113 MB Progress (1): 8.6/113 MB Progress (1): 8.6/113 MB Progress (1): 8.6/113 MB Progress (1): 8.6/113 MB Progress (1): 8.6/113 MB Progress (1): 8.6/113 MB Progress (1): 8.6/113 MB Progress (1): 8.6/113 MB Progress (1): 8.6/113 MB Progress (1): 8.6/113 MB Progress (1): 8.6/113 MB Progress (1): 8.6/113 MB Progress (1): 8.7/113 MB Progress (1): 8.7/113 MB Progress (1): 8.7/113 MB Progress (1): 8.7/113 MB Progress (1): 8.7/113 MB Progress (1): 8.7/113 MB Progress (1): 8.7/113 MB Progress (1): 8.7/113 MB Progress (1): 8.7/113 MB Progress (1): 8.7/113 MB Progress (1): 8.7/113 MB Progress (1): 8.7/113 MB Progress (1): 8.7/113 MB Progress (1): 8.7/113 MB Progress (1): 8.7/113 MB Progress (1): 8.7/113 MB Progress (1): 8.7/113 MB Progress (1): 8.7/113 MB Progress (1): 8.7/113 MB Progress (1): 8.7/113 MB Progress (1): 8.7/113 MB Progress (1): 8.7/113 MB Progress (1): 8.7/113 MB Progress (1): 8.7/113 MB Progress (1): 8.7/113 MB Progress (1): 8.7/113 MB Progress (1): 8.7/113 MB Progress (1): 8.7/113 MB Progress (1): 8.7/113 MB Progress (1): 8.7/113 MB Progress (1): 8.7/113 MB Progress (1): 8.7/113 MB Progress (1): 8.7/113 MB Progress (1): 8.7/113 MB Progress (1): 8.7/113 MB Progress (1): 8.7/113 MB Progress (1): 8.7/113 MB Progress (1): 8.7/113 MB Progress (1): 8.7/113 MB Progress (1): 8.7/113 MB Progress (1): 8.7/113 MB Progress (1): 8.7/113 MB Progress (1): 8.7/113 MB Progress (1): 8.7/113 MB Progress (1): 8.7/113 MB Progress (1): 8.7/113 MB Progress (1): 8.7/113 MB Progress (1): 8.7/113 MB Progress (1): 8.7/113 MB Progress (1): 8.8/113 MB Progress (1): 8.8/113 MB Progress (1): 8.8/113 MB Progress (1): 8.8/113 MB Progress (1): 8.8/113 MB Progress (1): 8.8/113 MB Progress (1): 8.8/113 MB Progress (1): 8.8/113 MB Progress (1): 8.8/113 MB Progress (1): 8.8/113 MB Progress (1): 8.8/113 MB Progress (1): 8.8/113 MB Progress (1): 8.8/113 MB Progress (1): 8.8/113 MB Progress (1): 8.8/113 MB Progress (1): 8.8/113 MB Progress (1): 8.8/113 MB Progress (1): 8.8/113 MB Progress (1): 8.8/113 MB Progress (1): 8.8/113 MB Progress (1): 8.8/113 MB Progress (1): 8.8/113 MB Progress (1): 8.8/113 MB Progress (1): 8.8/113 MB Progress (1): 8.8/113 MB Progress (1): 8.8/113 MB Progress (1): 8.8/113 MB Progress (1): 8.8/113 MB Progress (1): 8.8/113 MB Progress (1): 8.8/113 MB Progress (1): 8.8/113 MB Progress (1): 8.8/113 MB Progress (1): 8.8/113 MB Progress (1): 8.8/113 MB Progress (1): 8.8/113 MB Progress (1): 8.8/113 MB Progress (1): 8.8/113 MB Progress (1): 8.8/113 MB Progress (1): 8.8/113 MB Progress (1): 8.8/113 MB Progress (1): 8.8/113 MB Progress (1): 8.8/113 MB Progress (1): 8.8/113 MB Progress (1): 8.8/113 MB Progress (1): 8.8/113 MB Progress (1): 8.8/113 MB Progress (1): 8.8/113 MB Progress (1): 8.8/113 MB Progress (1): 8.8/113 MB Progress (1): 8.9/113 MB Progress (1): 8.9/113 MB Progress (1): 8.9/113 MB Progress (1): 8.9/113 MB Progress (1): 8.9/113 MB Progress (1): 8.9/113 MB Progress (1): 8.9/113 MB Progress (1): 8.9/113 MB Progress (1): 8.9/113 MB Progress (1): 8.9/113 MB Progress (1): 8.9/113 MB Progress (1): 8.9/113 MB Progress (1): 8.9/113 MB Progress (1): 8.9/113 MB Progress (1): 8.9/113 MB Progress (1): 8.9/113 MB Progress (1): 8.9/113 MB Progress (1): 8.9/113 MB Progress (1): 8.9/113 MB Progress (1): 8.9/113 MB Progress (1): 8.9/113 MB Progress (1): 8.9/113 MB Progress (1): 8.9/113 MB Progress (1): 8.9/113 MB Progress (1): 8.9/113 MB Progress (1): 8.9/113 MB Progress (1): 8.9/113 MB Progress (1): 8.9/113 MB Progress (1): 8.9/113 MB Progress (1): 8.9/113 MB Progress (1): 8.9/113 MB Progress (1): 8.9/113 MB Progress (1): 8.9/113 MB Progress (1): 8.9/113 MB Progress (1): 8.9/113 MB Progress (1): 8.9/113 MB Progress (1): 8.9/113 MB Progress (1): 8.9/113 MB Progress (1): 8.9/113 MB Progress (1): 8.9/113 MB Progress (1): 8.9/113 MB Progress (1): 8.9/113 MB Progress (1): 8.9/113 MB Progress (1): 8.9/113 MB Progress (1): 8.9/113 MB Progress (1): 8.9/113 MB Progress (1): 8.9/113 MB Progress (1): 8.9/113 MB Progress (1): 8.9/113 MB Progress (1): 9.0/113 MB Progress (1): 9.0/113 MB Progress (1): 9.0/113 MB Progress (1): 9.0/113 MB Progress (1): 9.0/113 MB Progress (1): 9.0/113 MB Progress (1): 9.0/113 MB Progress (1): 9.0/113 MB Progress (1): 9.0/113 MB Progress (1): 9.0/113 MB Progress (1): 9.0/113 MB Progress (1): 9.0/113 MB Progress (1): 9.0/113 MB Progress (1): 9.0/113 MB Progress (1): 9.0/113 MB Progress (1): 9.0/113 MB Progress (1): 9.0/113 MB Progress (1): 9.0/113 MB Progress (1): 9.0/113 MB Progress (1): 9.0/113 MB Progress (1): 9.0/113 MB Progress (1): 9.0/113 MB Progress (1): 9.0/113 MB Progress (1): 9.0/113 MB Progress (1): 9.0/113 MB Progress (1): 9.0/113 MB Progress (1): 9.0/113 MB Progress (1): 9.0/113 MB Progress (1): 9.0/113 MB Progress (1): 9.0/113 MB Progress (1): 9.0/113 MB Progress (1): 9.0/113 MB Progress (1): 9.0/113 MB Progress (1): 9.0/113 MB Progress (1): 9.0/113 MB Progress (1): 9.0/113 MB Progress (1): 9.0/113 MB Progress (1): 9.0/113 MB Progress (1): 9.0/113 MB Progress (1): 9.0/113 MB Progress (1): 9.0/113 MB Progress (1): 9.0/113 MB Progress (1): 9.0/113 MB Progress (1): 9.0/113 MB Progress (1): 9.0/113 MB Progress (1): 9.0/113 MB Progress (1): 9.0/113 MB Progress (1): 9.0/113 MB Progress (1): 9.1/113 MB Progress (1): 9.1/113 MB Progress (1): 9.1/113 MB Progress (1): 9.1/113 MB Progress (1): 9.1/113 MB Progress (1): 9.1/113 MB Progress (1): 9.1/113 MB Progress (1): 9.1/113 MB Progress (1): 9.1/113 MB Progress (1): 9.1/113 MB Progress (1): 9.1/113 MB Progress (1): 9.1/113 MB Progress (1): 9.1/113 MB Progress (1): 9.1/113 MB Progress (1): 9.1/113 MB Progress (1): 9.1/113 MB Progress (1): 9.1/113 MB Progress (1): 9.1/113 MB Progress (1): 9.1/113 MB Progress (1): 9.1/113 MB Progress (1): 9.1/113 MB Progress (1): 9.1/113 MB Progress (1): 9.1/113 MB Progress (1): 9.1/113 MB Progress (1): 9.1/113 MB Progress (1): 9.1/113 MB Progress (1): 9.1/113 MB Progress (1): 9.1/113 MB Progress (1): 9.1/113 MB Progress (1): 9.1/113 MB Progress (1): 9.1/113 MB Progress (1): 9.1/113 MB Progress (1): 9.1/113 MB Progress (1): 9.1/113 MB Progress (1): 9.1/113 MB Progress (1): 9.1/113 MB Progress (1): 9.1/113 MB Progress (1): 9.1/113 MB Progress (1): 9.1/113 MB Progress (1): 9.1/113 MB Progress (1): 9.1/113 MB Progress (1): 9.1/113 MB Progress (1): 9.1/113 MB Progress (1): 9.1/113 MB Progress (1): 9.1/113 MB Progress (1): 9.1/113 MB Progress (1): 9.1/113 MB Progress (1): 9.1/113 MB Progress (1): 9.1/113 MB Progress (1): 9.2/113 MB Progress (1): 9.2/113 MB Progress (1): 9.2/113 MB Progress (1): 9.2/113 MB Progress (1): 9.2/113 MB Progress (1): 9.2/113 MB Progress (1): 9.2/113 MB Progress (1): 9.2/113 MB Progress (1): 9.2/113 MB Progress (1): 9.2/113 MB Progress (1): 9.2/113 MB Progress (1): 9.2/113 MB Progress (1): 9.2/113 MB Progress (1): 9.2/113 MB Progress (1): 9.2/113 MB Progress (1): 9.2/113 MB Progress (1): 9.2/113 MB Progress (1): 9.2/113 MB Progress (1): 9.2/113 MB Progress (1): 9.2/113 MB Progress (1): 9.2/113 MB Progress (1): 9.2/113 MB Progress (1): 9.2/113 MB Progress (1): 9.2/113 MB Progress (1): 9.2/113 MB Progress (1): 9.2/113 MB Progress (1): 9.2/113 MB Progress (1): 9.2/113 MB Progress (1): 9.2/113 MB Progress (1): 9.2/113 MB Progress (1): 9.2/113 MB Progress (1): 9.2/113 MB Progress (1): 9.2/113 MB Progress (1): 9.2/113 MB Progress (1): 9.2/113 MB Progress (1): 9.2/113 MB Progress (1): 9.2/113 MB Progress (1): 9.2/113 MB Progress (1): 9.2/113 MB Progress (1): 9.2/113 MB Progress (1): 9.2/113 MB Progress (1): 9.2/113 MB Progress (1): 9.2/113 MB Progress (1): 9.2/113 MB Progress (1): 9.2/113 MB Progress (1): 9.2/113 MB Progress (1): 9.2/113 MB Progress (1): 9.2/113 MB Progress (1): 9.2/113 MB Progress (1): 9.3/113 MB Progress (1): 9.3/113 MB Progress (1): 9.3/113 MB Progress (1): 9.3/113 MB Progress (1): 9.3/113 MB Progress (1): 9.3/113 MB Progress (1): 9.3/113 MB Progress (1): 9.3/113 MB Progress (1): 9.3/113 MB Progress (1): 9.3/113 MB Progress (1): 9.3/113 MB Progress (1): 9.3/113 MB Progress (1): 9.3/113 MB Progress (1): 9.3/113 MB Progress (1): 9.3/113 MB Progress (1): 9.3/113 MB Progress (1): 9.3/113 MB Progress (1): 9.3/113 MB Progress (1): 9.3/113 MB Progress (1): 9.3/113 MB Progress (1): 9.3/113 MB Progress (1): 9.3/113 MB Progress (1): 9.3/113 MB Progress (1): 9.3/113 MB Progress (1): 9.3/113 MB Progress (1): 9.3/113 MB Progress (1): 9.3/113 MB Progress (1): 9.3/113 MB Progress (1): 9.3/113 MB Progress (1): 9.3/113 MB Progress (1): 9.3/113 MB Progress (1): 9.3/113 MB Progress (1): 9.3/113 MB Progress (1): 9.3/113 MB Progress (1): 9.3/113 MB Progress (1): 9.3/113 MB Progress (1): 9.3/113 MB Progress (1): 9.3/113 MB Progress (1): 9.3/113 MB Progress (1): 9.3/113 MB Progress (1): 9.3/113 MB Progress (1): 9.3/113 MB Progress (1): 9.3/113 MB Progress (1): 9.3/113 MB Progress (1): 9.3/113 MB Progress (1): 9.3/113 MB Progress (1): 9.3/113 MB Progress (1): 9.3/113 MB Progress (1): 9.3/113 MB Progress (1): 9.4/113 MB Progress (1): 9.4/113 MB Progress (1): 9.4/113 MB Progress (1): 9.4/113 MB Progress (1): 9.4/113 MB Progress (1): 9.4/113 MB Progress (1): 9.4/113 MB Progress (1): 9.4/113 MB Progress (1): 9.4/113 MB Progress (1): 9.4/113 MB Progress (1): 9.4/113 MB Progress (1): 9.4/113 MB Progress (1): 9.4/113 MB Progress (1): 9.4/113 MB Progress (1): 9.4/113 MB Progress (1): 9.4/113 MB Progress (1): 9.4/113 MB Progress (1): 9.4/113 MB Progress (1): 9.4/113 MB Progress (1): 9.4/113 MB Progress (1): 9.4/113 MB Progress (1): 9.4/113 MB Progress (1): 9.4/113 MB Progress (1): 9.4/113 MB Progress (1): 9.4/113 MB Progress (1): 9.4/113 MB Progress (1): 9.4/113 MB Progress (1): 9.4/113 MB Progress (1): 9.4/113 MB Progress (1): 9.4/113 MB Progress (1): 9.4/113 MB Progress (1): 9.4/113 MB Progress (1): 9.4/113 MB Progress (1): 9.4/113 MB Progress (1): 9.4/113 MB Progress (1): 9.4/113 MB Progress (1): 9.4/113 MB Progress (1): 9.4/113 MB Progress (1): 9.4/113 MB Progress (1): 9.4/113 MB Progress (1): 9.4/113 MB Progress (1): 9.4/113 MB Progress (1): 9.4/113 MB Progress (1): 9.4/113 MB Progress (1): 9.4/113 MB Progress (1): 9.4/113 MB Progress (1): 9.4/113 MB Progress (1): 9.4/113 MB Progress (1): 9.4/113 MB Progress (1): 9.5/113 MB Progress (1): 9.5/113 MB Progress (1): 9.5/113 MB Progress (1): 9.5/113 MB Progress (1): 9.5/113 MB Progress (1): 9.5/113 MB Progress (1): 9.5/113 MB Progress (1): 9.5/113 MB Progress (1): 9.5/113 MB Progress (1): 9.5/113 MB Progress (1): 9.5/113 MB Progress (1): 9.5/113 MB Progress (1): 9.5/113 MB Progress (1): 9.5/113 MB Progress (1): 9.5/113 MB Progress (1): 9.5/113 MB Progress (1): 9.5/113 MB Progress (1): 9.5/113 MB Progress (1): 9.5/113 MB Progress (1): 9.5/113 MB Progress (1): 9.5/113 MB Progress (1): 9.5/113 MB Progress (1): 9.5/113 MB Progress (1): 9.5/113 MB Progress (1): 9.5/113 MB Progress (1): 9.5/113 MB Progress (1): 9.5/113 MB Progress (1): 9.5/113 MB Progress (1): 9.5/113 MB Progress (1): 9.5/113 MB Progress (1): 9.5/113 MB Progress (1): 9.5/113 MB Progress (1): 9.5/113 MB Progress (1): 9.5/113 MB Progress (1): 9.5/113 MB Progress (1): 9.5/113 MB Progress (1): 9.5/113 MB Progress (1): 9.5/113 MB Progress (1): 9.5/113 MB Progress (1): 9.5/113 MB Progress (1): 9.5/113 MB Progress (1): 9.5/113 MB Progress (1): 9.5/113 MB Progress (1): 9.5/113 MB Progress (1): 9.5/113 MB Progress (1): 9.5/113 MB Progress (1): 9.5/113 MB Progress (1): 9.5/113 MB Progress (1): 9.5/113 MB Progress (1): 9.6/113 MB Progress (1): 9.6/113 MB Progress (1): 9.6/113 MB Progress (1): 9.6/113 MB Progress (1): 9.6/113 MB Progress (1): 9.6/113 MB Progress (1): 9.6/113 MB Progress (1): 9.6/113 MB Progress (1): 9.6/113 MB Progress (1): 9.6/113 MB Progress (1): 9.6/113 MB Progress (1): 9.6/113 MB Progress (1): 9.6/113 MB Progress (1): 9.6/113 MB Progress (1): 9.6/113 MB Progress (1): 9.6/113 MB Progress (1): 9.6/113 MB Progress (1): 9.6/113 MB Progress (1): 9.6/113 MB Progress (1): 9.6/113 MB Progress (1): 9.6/113 MB Progress (1): 9.6/113 MB Progress (1): 9.6/113 MB Progress (1): 9.6/113 MB Progress (1): 9.6/113 MB Progress (1): 9.6/113 MB Progress (1): 9.6/113 MB Progress (1): 9.6/113 MB Progress (1): 9.6/113 MB Progress (1): 9.6/113 MB Progress (1): 9.6/113 MB Progress (1): 9.6/113 MB Progress (1): 9.6/113 MB Progress (1): 9.6/113 MB Progress (1): 9.6/113 MB Progress (1): 9.6/113 MB Progress (1): 9.6/113 MB Progress (1): 9.6/113 MB Progress (1): 9.6/113 MB Progress (1): 9.6/113 MB Progress (1): 9.6/113 MB Progress (1): 9.6/113 MB Progress (1): 9.6/113 MB Progress (1): 9.6/113 MB Progress (1): 9.6/113 MB Progress (1): 9.6/113 MB Progress (1): 9.6/113 MB Progress (1): 9.6/113 MB Progress (1): 9.7/113 MB Progress (1): 9.7/113 MB Progress (1): 9.7/113 MB Progress (1): 9.7/113 MB Progress (1): 9.7/113 MB Progress (1): 9.7/113 MB Progress (1): 9.7/113 MB Progress (1): 9.7/113 MB Progress (1): 9.7/113 MB Progress (1): 9.7/113 MB Progress (1): 9.7/113 MB Progress (1): 9.7/113 MB Progress (1): 9.7/113 MB Progress (1): 9.7/113 MB Progress (1): 9.7/113 MB Progress (1): 9.7/113 MB Progress (1): 9.7/113 MB Progress (1): 9.7/113 MB Progress (1): 9.7/113 MB Progress (1): 9.7/113 MB Progress (1): 9.7/113 MB Progress (1): 9.7/113 MB Progress (1): 9.7/113 MB Progress (1): 9.7/113 MB Progress (1): 9.7/113 MB Progress (1): 9.7/113 MB Progress (1): 9.7/113 MB Progress (1): 9.7/113 MB Progress (1): 9.7/113 MB Progress (1): 9.7/113 MB Progress (1): 9.7/113 MB Progress (1): 9.7/113 MB Progress (1): 9.7/113 MB Progress (1): 9.7/113 MB Progress (1): 9.7/113 MB Progress (1): 9.7/113 MB Progress (1): 9.7/113 MB Progress (1): 9.7/113 MB Progress (1): 9.7/113 MB Progress (1): 9.7/113 MB Progress (1): 9.7/113 MB Progress (1): 9.7/113 MB Progress (1): 9.7/113 MB Progress (1): 9.7/113 MB Progress (1): 9.7/113 MB Progress (1): 9.7/113 MB Progress (1): 9.7/113 MB Progress (1): 9.7/113 MB Progress (1): 9.7/113 MB Progress (1): 9.8/113 MB Progress (1): 9.8/113 MB Progress (1): 9.8/113 MB Progress (1): 9.8/113 MB Progress (1): 9.8/113 MB Progress (1): 9.8/113 MB Progress (1): 9.8/113 MB Progress (1): 9.8/113 MB Progress (1): 9.8/113 MB Progress (1): 9.8/113 MB Progress (1): 9.8/113 MB Progress (1): 9.8/113 MB Progress (1): 9.8/113 MB Progress (1): 9.8/113 MB Progress (1): 9.8/113 MB Progress (1): 9.8/113 MB Progress (1): 9.8/113 MB Progress (1): 9.8/113 MB Progress (1): 9.8/113 MB Progress (1): 9.8/113 MB Progress (1): 9.8/113 MB Progress (1): 9.8/113 MB Progress (1): 9.8/113 MB Progress (1): 9.8/113 MB Progress (1): 9.8/113 MB Progress (1): 9.8/113 MB Progress (1): 9.8/113 MB Progress (1): 9.8/113 MB Progress (1): 9.8/113 MB Progress (1): 9.8/113 MB Progress (1): 9.8/113 MB Progress (1): 9.8/113 MB Progress (1): 9.8/113 MB Progress (1): 9.8/113 MB Progress (1): 9.8/113 MB Progress (1): 9.8/113 MB Progress (1): 9.8/113 MB Progress (1): 9.8/113 MB Progress (1): 9.8/113 MB Progress (1): 9.8/113 MB Progress (1): 9.8/113 MB Progress (1): 9.8/113 MB Progress (1): 9.8/113 MB Progress (1): 9.8/113 MB Progress (1): 9.8/113 MB Progress (1): 9.8/113 MB Progress (1): 9.8/113 MB Progress (1): 9.8/113 MB Progress (1): 9.8/113 MB Progress (1): 9.9/113 MB Progress (1): 9.9/113 MB Progress (1): 9.9/113 MB Progress (1): 9.9/113 MB Progress (1): 9.9/113 MB Progress (1): 9.9/113 MB Progress (1): 9.9/113 MB Progress (1): 9.9/113 MB Progress (1): 9.9/113 MB Progress (1): 9.9/113 MB Progress (1): 9.9/113 MB Progress (1): 9.9/113 MB Progress (1): 9.9/113 MB Progress (1): 9.9/113 MB Progress (1): 9.9/113 MB Progress (1): 9.9/113 MB Progress (1): 9.9/113 MB Progress (1): 9.9/113 MB Progress (1): 9.9/113 MB Progress (1): 9.9/113 MB Progress (1): 9.9/113 MB Progress (1): 9.9/113 MB Progress (1): 9.9/113 MB Progress (1): 9.9/113 MB Progress (1): 9.9/113 MB Progress (1): 9.9/113 MB Progress (1): 9.9/113 MB Progress (1): 9.9/113 MB Progress (1): 9.9/113 MB Progress (1): 9.9/113 MB Progress (1): 9.9/113 MB Progress (1): 9.9/113 MB Progress (1): 9.9/113 MB Progress (1): 9.9/113 MB Progress (1): 9.9/113 MB Progress (1): 9.9/113 MB Progress (1): 9.9/113 MB Progress (1): 9.9/113 MB Progress (1): 9.9/113 MB Progress (1): 9.9/113 MB Progress (1): 9.9/113 MB Progress (1): 9.9/113 MB Progress (1): 9.9/113 MB Progress (1): 9.9/113 MB Progress (1): 9.9/113 MB Progress (1): 9.9/113 MB Progress (1): 9.9/113 MB Progress (1): 9.9/113 MB Progress (1): 9.9/113 MB Progress (1): 10.0/113 MB Progress (1): 10.0/113 MB Progress (1): 10.0/113 MB Progress (1): 10.0/113 MB Progress (1): 10.0/113 MB Progress (1): 10.0/113 MB Progress (1): 10.0/113 MB Progress (1): 10.0/113 MB Progress (1): 10.0/113 MB Progress (1): 10.0/113 MB Progress (1): 10.0/113 MB Progress (1): 10.0/113 MB Progress (1): 10.0/113 MB Progress (1): 10.0/113 MB Progress (1): 10.0/113 MB Progress (1): 10.0/113 MB Progress (1): 10.0/113 MB Progress (1): 10.0/113 MB Progress (1): 10.0/113 MB Progress (1): 10.0/113 MB Progress (1): 10.0/113 MB Progress (1): 10.0/113 MB Progress (1): 10.0/113 MB Progress (1): 10.0/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 10/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 11/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 12/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 13/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 14/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 15/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 16/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 17/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 18/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 19/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 20/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 21/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 22/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 23/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 24/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 25/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 26/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 27/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 28/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 29/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 30/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 31/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 32/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 33/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 34/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 35/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 36/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 37/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 38/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 39/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 40/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 41/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 42/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 43/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 44/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 45/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 46/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 47/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 48/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 49/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 50/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 51/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 52/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 53/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 54/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 55/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 56/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 57/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 58/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 59/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 60/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 61/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 62/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 63/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 64/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 65/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 66/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 67/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 68/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 69/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 70/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 71/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 72/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 73/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 74/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 75/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 76/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 77/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 78/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 79/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 80/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 81/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 82/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 83/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 84/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 85/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 86/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 87/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 88/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 89/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 90/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 91/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 92/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 93/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 94/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 95/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 96/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 97/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 98/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 99/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 100/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 101/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 102/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 103/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 104/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 105/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 106/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 107/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 108/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 109/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 110/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 111/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 112/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113/113 MB Progress (1): 113 MB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.20.1/appng-standalone-1.20.1.zip (113 MB at 21 MB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.20.1/appng-standalone-1.20.1-sources.jar Progress (1): 2.0/8.1 kB Progress (1): 4.1/8.1 kB Progress (1): 6.1/8.1 kB Progress (1): 8.1 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.20.1/appng-standalone-1.20.1-sources.jar (8.1 kB at 46 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 22.796 s [INFO] Finished at: 2019-09-10T16:35:38+02:00 [INFO] Final Memory: 33M/651M [INFO] ------------------------------------------------------------------------ [Pipeline] sh + cp target/appng-standalone-1.20.1.zip /srv/www/appng.org/appng/builds/stable [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Results) [Pipeline] junit Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docs) [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Release/appng [Pipeline] { [Pipeline] sh + rm -rf /srv/www/appng.org/appng/docs/1.20.1 [Pipeline] sh + mkdir --parents /srv/www/appng.org/appng/docs/1.20.1/javadoc [Pipeline] sh + mkdir --parents /srv/www/appng.org/appng/docs/1.20.1/reference [Pipeline] sh + mkdir --parents /srv/www/appng.org/appng/docs/1.20.1/appngizer/html [Pipeline] sh + mkdir --parents /srv/www/appng.org/appng/docs/1.20.1/appngizer/pdf [Pipeline] sh + mv -f target/site/apidocs/allclasses-frame.html target/site/apidocs/allclasses-noframe.html target/site/apidocs/appng-javadoc.css target/site/apidocs/constant-values.html target/site/apidocs/deprecated-list.html target/site/apidocs/help-doc.html target/site/apidocs/index-all.html target/site/apidocs/index.html target/site/apidocs/org target/site/apidocs/overview-frame.html target/site/apidocs/overview-summary.html target/site/apidocs/overview-tree.html target/site/apidocs/package-list target/site/apidocs/resources target/site/apidocs/script.js target/site/apidocs/serialized-form.html /srv/www/appng.org/appng/docs/1.20.1/javadoc [Pipeline] sh + mv -f appng-documentation/target/generated-docs/html /srv/www/appng.org/appng/docs/1.20.1/reference [Pipeline] sh + mv -f appng-documentation/target/generated-docs/pdf /srv/www/appng.org/appng/docs/1.20.1/reference [Pipeline] sh + mv -f appng-appngizer/target/generated-docs/pdf/appngizer-platform-installation-guide.pdf appng-appngizer/target/generated-docs/pdf/appngizer-setup-guide.pdf appng-appngizer/target/generated-docs/pdf/appngizer-user-manual.pdf /srv/www/appng.org/appng/docs/1.20.1/appngizer/pdf/ [Pipeline] sh + mv -f appng-appngizer/target/generated-docs/html/appng.css appng-appngizer/target/generated-docs/html/appngizer-platform-installation-guide.html appng-appngizer/target/generated-docs/html/appngizer-setup-guide.html appng-appngizer/target/generated-docs/html/appngizer-user-manual.html appng-appngizer/target/generated-docs/html/coderay-asciidoctor.css appng-appngizer/target/generated-docs/html/images appng-appngizer/target/generated-docs/html/parts appng-appngizer/target/generated-docs/html/xml /srv/www/appng.org/appng/docs/1.20.1/appngizer/html/ [Pipeline] sh + ln -sfn /srv/www/appng.org/appng/docs/1.20.1 /srv/www/appng.org/appng/docs/current [Pipeline] sh + rm -rf /srv/www/appng.org/appng/docs/1.20.1/appngizer/html/parts [Pipeline] sh + rm -rf /srv/www/appng.org/appng/docs/1.20.1/appngizer/html/xml [Pipeline] sh + cp appng-xmlapi/target/classes/appng-application.xsd /srv/www/appng.org/schema/application/appng-application-1.20.1.xsd [Pipeline] sh + cp appng-xmlapi/target/classes/appng-platform.xsd /srv/www/appng.org/schema/platform/appng-platform-1.20.1.xsd [Pipeline] sh + cp appng-appngizer-jaxb/target/classes/appngizer.xsd /srv/www/appng.org/schema/appngizer/appngizer-1.20.1.xsd [Pipeline] sh + cp appng-xmlapi/target/classes/appng-application.xsd /srv/www/appng.org/schema/application/appng-application.xsd [Pipeline] sh + cp appng-xmlapi/target/classes/appng-platform.xsd /srv/www/appng.org/schema/platform/appng-platform.xsd [Pipeline] sh + cp appng-appngizer-jaxb/target/classes/appngizer.xsd /srv/www/appng.org/schema/appngizer/appngizer.xsd [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (merge to master and tag) [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Release/appng [Pipeline] { [Pipeline] sh + git checkout master Switched to branch 'master' Your branch is up-to-date with 'origin/master'. [Pipeline] sh + git merge --ff appng-1.20.x --strategy-option theirs Auto-merging pom.xml Merge made by the 'recursive' strategy. README.adoc | 4 +- appng-api/pom.xml | 2 +- appng-application-assembly/pom.xml | 2 +- appng-application-bom/pom.xml | 12 ++-- appng-application-camunda/pom.xml | 2 +- appng-application-parent/pom.xml | 2 +- appng-application/pom.xml | 2 +- appng-appngizer-jaxb/pom.xml | 2 +- appng-appngizer-maven-plugin/pom.xml | 2 +- appng-appngizer/pom.xml | 2 +- appng-archetype-application/pom.xml | 2 +- appng-archetype-application/readme.txt | 2 +- .../src/main/resources/archetype-resources/pom.xml | 2 +- appng-camunda/pom.xml | 2 +- appng-cli/pom.xml | 2 +- appng-core/pom.xml | 2 +- .../appng/core/controller/handler/GuiHandler.java | 72 +++++++++++++++++----- .../org/appng/core/domain/DatabaseConnection.java | 41 ++++++++---- .../org/appng/core/model/ThymeleafProcessor.java | 38 +++++++----- .../core/controller/handler/GuiHandlerTest.java | 4 +- .../org/appng/core/domain/DatabaseTypeTest.java | 49 +++++++++++++++ appng-documentation/pom.xml | 2 +- .../src/main/asciidoc/listing/dependencies.txt | 8 +-- appng-forms/pom.xml | 2 +- appng-formtags/pom.xml | 2 +- appng-mail/pom.xml | 2 +- appng-maven-plugin/pom.xml | 2 +- appng-persistence/pom.xml | 2 +- appng-rest-api/pom.xml | 2 +- appng-search/pom.xml | 2 +- appng-standalone/pom.xml | 2 +- appng-taglib/pom.xml | 2 +- appng-template-assembly/pom.xml | 2 +- appng-template-parent/pom.xml | 4 +- appng-testsupport/pom.xml | 2 +- appng-tools/pom.xml | 2 +- appng-upngizr/README.adoc | 2 +- appng-upngizr/pom.xml | 2 +- appng-xmlapi/pom.xml | 2 +- changelog.txt | 11 ++++ pom.xml | 6 +- 41 files changed, 215 insertions(+), 94 deletions(-) create mode 100644 appng-core/src/test/java/org/appng/core/domain/DatabaseTypeTest.java [Pipeline] sh + git tag appng-1.20.1 [Pipeline] sh + git push origin appng-1.20.1 To github.com:appNG/appng.git * [new tag] appng-1.20.1 -> appng-1.20.1 [Pipeline] sh + git push To github.com:appNG/appng.git f0fe467f..2fb30bc9 master -> master [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (prepare next version) [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Release/appng [Pipeline] { [Pipeline] sh + git show-ref --verify --quiet refs/heads/appng-1.20.x + git checkout appng-1.20.x Switched to branch 'appng-1.20.x' Your branch is ahead of 'origin/appng-1.20.x' by 1 commit. (use "git push" to publish your local commits) [Pipeline] sh + sed -i s/1\.20\.1/1\.20\.2-SNAPSHOT/g pom.xml appng-api/pom.xml appng-application-assembly/pom.xml appng-application-bom/pom.xml appng-application-camunda/pom.xml appng-application-parent/pom.xml appng-application/pom.xml appng-appngizer-jaxb/pom.xml appng-appngizer-maven-plugin/pom.xml appng-appngizer/pom.xml appng-archetype-application/pom.xml appng-camunda/pom.xml appng-cli/pom.xml appng-core/pom.xml appng-documentation/pom.xml appng-forms/pom.xml appng-formtags/pom.xml appng-mail/pom.xml appng-maven-plugin/pom.xml appng-persistence/pom.xml appng-rest-api/pom.xml appng-search/pom.xml appng-standalone/pom.xml appng-taglib/pom.xml appng-template-assembly/pom.xml appng-template-parent/pom.xml appng-testsupport/pom.xml appng-tools/pom.xml appng-upngizr/pom.xml appng-xmlapi/pom.xml appng-archetype-application/src/main/resources/archetype-resources/pom.xml appng-archetype-application/readme.txt appng-documentation/src/main/asciidoc/listing/dependencies.txt [Pipeline] sh + sed -i s/:current: {stable}/:current: {snapshot}/g README.adoc appng-application-camunda/README.adoc appng-application/README.adoc appng-maven-plugin/README.adoc appng-upngizr/README.adoc [Pipeline] sh + git status On branch appng-1.20.x Your branch is ahead of 'origin/appng-1.20.x' by 1 commit. (use "git push" to publish your local commits) Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git checkout -- ..." to discard changes in working directory) modified: README.adoc modified: appng-api/pom.xml modified: appng-application-assembly/pom.xml modified: appng-application-bom/pom.xml modified: appng-application-camunda/README.adoc modified: appng-application-camunda/pom.xml modified: appng-application-parent/pom.xml modified: appng-application/README.adoc modified: appng-application/pom.xml modified: appng-appngizer-jaxb/pom.xml modified: appng-appngizer-maven-plugin/pom.xml modified: appng-appngizer/pom.xml modified: appng-archetype-application/pom.xml modified: appng-archetype-application/readme.txt modified: appng-archetype-application/src/main/resources/archetype-resources/pom.xml modified: appng-camunda/pom.xml modified: appng-cli/pom.xml modified: appng-core/pom.xml modified: appng-documentation/pom.xml modified: appng-documentation/src/main/asciidoc/listing/dependencies.txt modified: appng-forms/pom.xml modified: appng-formtags/pom.xml modified: appng-mail/pom.xml modified: appng-maven-plugin/README.adoc modified: appng-maven-plugin/pom.xml modified: appng-persistence/pom.xml modified: appng-rest-api/pom.xml modified: appng-search/pom.xml modified: appng-standalone/pom.xml modified: appng-taglib/pom.xml modified: appng-template-assembly/pom.xml modified: appng-template-parent/pom.xml modified: appng-testsupport/pom.xml modified: appng-tools/pom.xml modified: appng-upngizr/README.adoc modified: appng-upngizr/pom.xml modified: appng-xmlapi/pom.xml modified: pom.xml Untracked files: (use "git add ..." to include in what will be committed) appng-standalone/src/test/resources/xml/copyConfig.xml no changes added to commit (use "git add" and/or "git commit -a") [Pipeline] sh + git commit -a -m preparing next version 1.20.2-SNAPSHOT [appng-1.20.x 0a194958] preparing next version 1.20.2-SNAPSHOT 38 files changed, 42 insertions(+), 42 deletions(-) [Pipeline] sh + git push origin appng-1.20.x To github.com:appNG/appng.git e2d7e528..0a194958 appng-1.20.x -> appng-1.20.x [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS